Trait

org.fusesource.scalate.spring.view

DefaultScalateRenderStrategy

Related Doc: package view

Permalink

trait DefaultScalateRenderStrategy extends AbstractTemplateView with ScalateRenderStrategy

Source
ScalateView.scala
Linear Supertypes
ScalateRenderStrategy, AbstractTemplateView, AbstractUrlBasedView, InitializingBean, AbstractView, BeanNameAware, View, WebApplicationObjectSupport, ServletContextAware, ApplicationObjectSupport, ApplicationContextAware, Aware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  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. Aware
  14. AnyRef
  15. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

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

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractTemplateView
    Annotations
    @throws( classOf[java.lang.Exception] )

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def addStaticAttribute(arg0: String, arg1: Any): Unit

    Permalink
    Definition Classes
    AbstractView
  7. def afterPropertiesSet(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatViewName(): String

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  24. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DefaultScalateRenderStrategy to StringFormat[DefaultScalateRenderStrategy] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. def generatesDownloadContent(): Boolean

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

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

    Permalink
    Definition Classes
    AbstractView
  28. def getBeanName(): String

    Permalink
    Definition Classes
    AbstractView
    Annotations
    @Nullable()
  29. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AbstractView → View
    Annotations
    @Nullable()
  31. final def getMessageSourceAccessor(): MessageSourceAccessor

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

    Permalink
    Definition Classes
    AbstractView
    Annotations
    @Nullable()
  33. def getRequestToExpose(arg0: HttpServletRequest): HttpServletRequest

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

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

    Permalink
    Definition Classes
    AbstractView
  36. final def getTempDir(): File

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

    Permalink
    Definition Classes
    AbstractUrlBasedView
    Annotations
    @Nullable()
  38. final def getWebApplicationContext(): WebApplicationContext

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  46. def isUrlRequired(): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  49. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  50. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  51. final def obtainApplicationContext(): ApplicationContext

    Permalink
    Attributes
    protected[org.springframework.context.support]
    Definition Classes
    ApplicationObjectSupport
  52. def prepareResponse(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

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

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

    Permalink
    Definition Classes
    AbstractView → View
    Annotations
    @throws( classOf[java.lang.Exception] )
  55. final def renderMergedOutputModel(arg0: Map[String, AnyRef], arg1: HttpServletRequest, arg2: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractTemplateView → AbstractView
    Annotations
    @throws( classOf[java.lang.Exception] )
  56. def requiredContextClass(): Class[_]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  76. def toString(): String

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

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

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

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

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

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

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 DefaultScalateRenderStrategy to any2stringadd[DefaultScalateRenderStrategy]

Inherited by implicit conversion StringFormat from DefaultScalateRenderStrategy to StringFormat[DefaultScalateRenderStrategy]

Inherited by implicit conversion Ensuring from DefaultScalateRenderStrategy to Ensuring[DefaultScalateRenderStrategy]

Inherited by implicit conversion ArrowAssoc from DefaultScalateRenderStrategy to ArrowAssoc[DefaultScalateRenderStrategy]

Ungrouped