org.fusesource.scalate.spring.view

LayoutScalateRenderStrategy

trait LayoutScalateRenderStrategy extends AbstractTemplateView with ScalateRenderStrategy

Linear Supertypes
ScalateRenderStrategy, AbstractTemplateView, AbstractUrlBasedView, InitializingBean, AbstractView, BeanNameAware, View, WebApplicationObjectSupport, ServletContextAware, ApplicationObjectSupport, ApplicationContextAware, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LayoutScalateRenderStrategy
  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
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

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

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractTemplateView
    Annotations
    @throws()
  2. abstract def templateEngine: ServletTemplateEngine

Concrete Value Members

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

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

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

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

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

    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[org.springframework.web.servlet.view]
    Definition Classes
    AbstractTemplateView
  9. final def asInstanceOf[T0]: T0

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

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

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

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

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  14. final def eq(arg0: AnyRef): Boolean

    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[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
    Annotations
    @throws()
  17. def finalize(): Unit

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

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  19. final def getApplicationContext(): ApplicationContext

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

    Definition Classes
    AbstractView
  21. def getBeanName(): String

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

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

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

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

    Definition Classes
    AbstractView
  26. final def getServletContext(): ServletContext

    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport
    Annotations
    @throws()
  27. def getStaticAttributes(): Map

    Definition Classes
    AbstractView
  28. final def getTempDir(): File

    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport
    Annotations
    @throws()
  29. def getUrl(): String

    Definition Classes
    AbstractUrlBasedView
  30. final def getWebApplicationContext(): WebApplicationContext

    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport
    Annotations
    @throws()
  31. def hashCode(): Int

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

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

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

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

    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport → ApplicationObjectSupport
  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. def isUrlRequired(): Boolean

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractUrlBasedView
  38. val log: Logger

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

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

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

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

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

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

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

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractTemplateView → AbstractView
    Annotations
    @throws()
  46. def requiredContextClass(): Class[_]

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

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

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

    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: Map[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. final def setServletContext(arg0: ServletContext): Unit

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

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

    Definition Classes
    AnyRef
  62. def toString(): String

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

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

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

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

    Attributes
    protected[org.springframework.web.servlet.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

Ungrouped