org.fusesource.scalate.spring.view

LayoutScalateRenderStrategy

trait LayoutScalateRenderStrategy extends AbstractTemplateView with ScalateRenderStrategy

Source
ScalateView.scala
Linear Supertypes
ScalateRenderStrategy, AbstractTemplateView, AbstractUrlBasedView, InitializingBean, AbstractView, BeanNameAware, View, WebApplicationObjectSupport, ServletContextAware, ApplicationObjectSupport, ApplicationContextAware, Aware, 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. Aware
  14. AnyRef
  15. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  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( classOf[java.lang.Exception] )
  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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from LayoutScalateRenderStrategy to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (LayoutScalateRenderStrategy, B)

    Implicit information
    This member is added by an implicit conversion from LayoutScalateRenderStrategy to ArrowAssoc[LayoutScalateRenderStrategy] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def addStaticAttribute(arg0: String, arg1: Any): Unit

    Definition Classes
    AbstractView
  9. def afterPropertiesSet(): Unit

    Definition Classes
    AbstractUrlBasedView → InitializingBean
    Annotations
    @throws( classOf[java.lang.Exception] )
  10. def applyContentType(arg0: HttpServletResponse): Unit

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractTemplateView
  11. final def asInstanceOf[T0]: T0

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

    Definition Classes
    AbstractUrlBasedView
    Annotations
    @throws( classOf[java.lang.Exception] )
  13. def clone(): AnyRef

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

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  15. def createRequestContext(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Map[String, AnyRef]): RequestContext

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

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  17. def ensuring(cond: (LayoutScalateRenderStrategy) ⇒ Boolean, msg: ⇒ Any): LayoutScalateRenderStrategy

    Implicit information
    This member is added by an implicit conversion from LayoutScalateRenderStrategy to Ensuring[LayoutScalateRenderStrategy] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (LayoutScalateRenderStrategy) ⇒ Boolean): LayoutScalateRenderStrategy

    Implicit information
    This member is added by an implicit conversion from LayoutScalateRenderStrategy to Ensuring[LayoutScalateRenderStrategy] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): LayoutScalateRenderStrategy

    Implicit information
    This member is added by an implicit conversion from LayoutScalateRenderStrategy to Ensuring[LayoutScalateRenderStrategy] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): LayoutScalateRenderStrategy

    Implicit information
    This member is added by an implicit conversion from LayoutScalateRenderStrategy to Ensuring[LayoutScalateRenderStrategy] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

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

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
    Annotations
    @throws( classOf[java.lang.Exception] )
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from LayoutScalateRenderStrategy to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. def generatesDownloadContent(): Boolean

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

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

    Definition Classes
    AbstractView
  29. def getBeanName(): String

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

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

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

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

    Definition Classes
    AbstractView
  34. def getRequestToExpose(arg0: HttpServletRequest): HttpServletRequest

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  35. final def getServletContext(): ServletContext

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

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

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

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

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

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

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

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

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

    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport → ApplicationObjectSupport
  45. def isExposePathVariables(): Boolean

    Definition Classes
    AbstractView
  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. def isUrlRequired(): Boolean

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

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

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

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

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

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

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

    Definition Classes
    AbstractView → View
    Annotations
    @throws( classOf[java.lang.Exception] )
  55. 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( classOf[java.lang.Exception] )
  56. def requiredContextClass(): Class[_]

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

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

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

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

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

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

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

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

    Definition Classes
    AbstractView
  65. def setExposeContextBeansAsAttributes(arg0: Boolean): Unit

    Definition Classes
    AbstractView
  66. def setExposePathVariables(arg0: Boolean): Unit

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

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

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

    Definition Classes
    AbstractTemplateView
  70. def setExposedContextBeanNames(arg0: <repeated...>[String]): Unit

    Definition Classes
    AbstractView
  71. def setRequestContextAttribute(arg0: String): Unit

    Definition Classes
    AbstractView
  72. def setResponseContentType(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  73. final def setServletContext(arg0: ServletContext): Unit

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

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

    Definition Classes
    AnyRef
  76. def toString(): String

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

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

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

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

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
    Annotations
    @throws( classOf[java.io.IOException] )
  81. def [B](y: B): (LayoutScalateRenderStrategy, B)

    Implicit information
    This member is added by an implicit conversion from LayoutScalateRenderStrategy to ArrowAssoc[LayoutScalateRenderStrategy] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from LayoutScalateRenderStrategy to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (layoutScalateRenderStrategy: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from LayoutScalateRenderStrategy to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (layoutScalateRenderStrategy: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: LayoutScalateRenderStrategy

    Implicit information
    This member is added by an implicit conversion from LayoutScalateRenderStrategy to ArrowAssoc[LayoutScalateRenderStrategy] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (layoutScalateRenderStrategy: ArrowAssoc[LayoutScalateRenderStrategy]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: LayoutScalateRenderStrategy

    Implicit information
    This member is added by an implicit conversion from LayoutScalateRenderStrategy to Ensuring[LayoutScalateRenderStrategy] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (layoutScalateRenderStrategy: Ensuring[LayoutScalateRenderStrategy]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 Aware

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from LayoutScalateRenderStrategy to StringAdd

Inherited by implicit conversion any2stringfmt from LayoutScalateRenderStrategy to StringFormat

Inherited by implicit conversion any2ArrowAssoc from LayoutScalateRenderStrategy to ArrowAssoc[LayoutScalateRenderStrategy]

Inherited by implicit conversion any2Ensuring from LayoutScalateRenderStrategy to Ensuring[LayoutScalateRenderStrategy]

Ungrouped