org.fusesource.scalate.spring.view

DefaultScalateRenderStrategy

trait DefaultScalateRenderStrategy extends AbstractTemplateView with ScalateRenderStrategy

Linear Supertypes
ScalateRenderStrategy, AbstractTemplateView, AbstractUrlBasedView, InitializingBean, AbstractView, BeanNameAware, View, WebApplicationObjectSupport, ServletContextAware, ApplicationObjectSupport, ApplicationContextAware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DefaultScalateRenderStrategy
  2. ScalateRenderStrategy
  3. AbstractTemplateView
  4. AbstractUrlBasedView
  5. InitializingBean
  6. AbstractView
  7. BeanNameAware
  8. View
  9. WebApplicationObjectSupport
  10. ServletContextAware
  11. ApplicationObjectSupport
  12. ApplicationContextAware
  13. AnyRef
  14. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def renderMergedTemplateModel (arg0: Map[String, AnyRef], arg1: HttpServletRequest, arg2: HttpServletResponse): Unit

    Attributes
    protected[view] abstract
    Definition Classes
    AbstractTemplateView
    Annotations
    @throws()

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def addStaticAttribute (arg0: String, arg1: Any): Unit

    Definition Classes
    AbstractView
  7. def afterPropertiesSet (): Unit

    Definition Classes
    AbstractUrlBasedView → InitializingBean
    Annotations
    @throws()
  8. def applyContentType (arg0: HttpServletResponse): Unit

    Attributes
    protected[view]
    Definition Classes
    AbstractTemplateView
  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def checkResource (arg0: Locale): Boolean

    Definition Classes
    AbstractUrlBasedView
    Annotations
    @throws()
  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def createRequestContext (arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Map[String, AnyRef]): RequestContext

    Attributes
    protected[view]
    Definition Classes
    AbstractView
  13. def createTemporaryOutputStream (): ByteArrayOutputStream

    Attributes
    protected[view]
    Definition Classes
    AbstractView
  14. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def exposeModelAsRequestAttributes (arg0: Map[String, AnyRef], arg1: HttpServletRequest): Unit

    Attributes
    protected[view]
    Definition Classes
    AbstractView
    Annotations
    @throws()
  17. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def generatesDownloadContent (): Boolean

    Attributes
    protected[view]
    Definition Classes
    AbstractView
  19. def getApplicationContext (): ApplicationContext

    Attributes
    final
    Definition Classes
    ApplicationObjectSupport
    Annotations
    @throws()
  20. def getAttributesMap (): Map[String, AnyRef]

    Definition Classes
    AbstractView
  21. def getBeanName (): String

    Definition Classes
    AbstractView
  22. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  23. def getContentType (): String

    Definition Classes
    AbstractView → View
  24. def getMessageSourceAccessor (): MessageSourceAccessor

    Attributes
    protected[support] final
    Definition Classes
    ApplicationObjectSupport
    Annotations
    @throws()
  25. def getRequestContextAttribute (): String

    Definition Classes
    AbstractView
  26. def getServletContext (): ServletContext

    Attributes
    protected[support] final
    Definition Classes
    WebApplicationObjectSupport
    Annotations
    @throws()
  27. def getStaticAttributes (): Map

    Definition Classes
    AbstractView
  28. def getTempDir (): File

    Attributes
    protected[support] final
    Definition Classes
    WebApplicationObjectSupport
    Annotations
    @throws()
  29. def getUrl (): String

    Definition Classes
    AbstractUrlBasedView
  30. def getWebApplicationContext (): WebApplicationContext

    Attributes
    protected[support] final
    Definition Classes
    WebApplicationObjectSupport
    Annotations
    @throws()
  31. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  32. def initApplicationContext (arg0: ApplicationContext): Unit

    Attributes
    protected[support]
    Definition Classes
    WebApplicationObjectSupport → ApplicationObjectSupport
  33. def initApplicationContext (): Unit

    Attributes
    protected[support]
    Definition Classes
    ApplicationObjectSupport
    Annotations
    @throws()
  34. def initServletContext (arg0: ServletContext): Unit

    Attributes
    protected[support]
    Definition Classes
    WebApplicationObjectSupport
  35. def isContextRequired (): Boolean

    Attributes
    protected[support]
    Definition Classes
    WebApplicationObjectSupport → ApplicationObjectSupport
  36. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  37. def isUrlRequired (): Boolean

    Attributes
    protected[view]
    Definition Classes
    AbstractUrlBasedView
  38. val log : Logger

    Attributes
    protected
    Definition Classes
    ScalateRenderStrategy
  39. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  40. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  41. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  42. def prepareResponse (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[view]
    Definition Classes
    AbstractView
  43. def render (context: ServletRenderContext, model: Map[String, Any]): Unit

  44. def render (arg0: java.util.Map[java.lang.String, _], arg1: HttpServletRequest, arg2: HttpServletResponse): Unit

    Definition Classes
    AbstractView → View
    Annotations
    @throws()
  45. def renderMergedOutputModel (arg0: Map[String, AnyRef], arg1: HttpServletRequest, arg2: HttpServletResponse): Unit

    Attributes
    protected[view] final
    Definition Classes
    AbstractTemplateView → AbstractView
    Annotations
    @throws()
  46. def requiredContextClass (): java.lang.Class[_]

    Attributes
    protected[support]
    Definition Classes
    ApplicationObjectSupport
  47. def setAllowRequestOverride (arg0: Boolean): Unit

    Definition Classes
    AbstractTemplateView
  48. def setAllowSessionOverride (arg0: Boolean): Unit

    Definition Classes
    AbstractTemplateView
  49. def setApplicationContext (arg0: ApplicationContext): Unit

    Attributes
    final
    Definition Classes
    ApplicationObjectSupport → ApplicationContextAware
    Annotations
    @throws()
  50. def setAttributes (arg0: Properties): Unit

    Definition Classes
    AbstractView
  51. def setAttributesCSV (arg0: String): Unit

    Definition Classes
    AbstractView
    Annotations
    @throws()
  52. def setAttributesMap (arg0: java.util.Map[java.lang.String, _]): Unit

    Definition Classes
    AbstractView
  53. def setBeanName (arg0: String): Unit

    Definition Classes
    AbstractView → BeanNameAware
  54. def setContentType (arg0: String): Unit

    Definition Classes
    AbstractView
  55. def setExposeRequestAttributes (arg0: Boolean): Unit

    Definition Classes
    AbstractTemplateView
  56. def setExposeSessionAttributes (arg0: Boolean): Unit

    Definition Classes
    AbstractTemplateView
  57. def setExposeSpringMacroHelpers (arg0: Boolean): Unit

    Definition Classes
    AbstractTemplateView
  58. def setRequestContextAttribute (arg0: String): Unit

    Definition Classes
    AbstractView
  59. def setServletContext (arg0: ServletContext): Unit

    Attributes
    final
    Definition Classes
    WebApplicationObjectSupport → ServletContextAware
  60. def setUrl (arg0: String): Unit

    Definition Classes
    AbstractUrlBasedView
  61. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  62. def toString (): String

    Definition Classes
    AbstractUrlBasedView → AbstractView → AnyRef → Any
  63. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  64. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  65. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  66. def writeToResponse (arg0: HttpServletResponse, arg1: ByteArrayOutputStream): Unit

    Attributes
    protected[view]
    Definition Classes
    AbstractView
    Annotations
    @throws()

Inherited from ScalateRenderStrategy

Inherited from AbstractTemplateView

Inherited from AbstractUrlBasedView

Inherited from InitializingBean

Inherited from AbstractView

Inherited from BeanNameAware

Inherited from View

Inherited from WebApplicationObjectSupport

Inherited from ServletContextAware

Inherited from ApplicationObjectSupport

Inherited from ApplicationContextAware

Inherited from AnyRef

Inherited from Any