Class

org.fusesource.scalate.spring.view

ScalateView

Related Doc: package view

Permalink

class ScalateView extends AbstractView with AbstractScalateView with ViewScalateRenderStrategy

Source
ScalateView.scala
Linear Supertypes
ViewScalateRenderStrategy, ScalateRenderStrategy, AbstractScalateView, AbstractView, BeanNameAware, View, WebApplicationObjectSupport, ServletContextAware, ApplicationObjectSupport, ApplicationContextAware, Aware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalateView
  2. ViewScalateRenderStrategy
  3. ScalateRenderStrategy
  4. AbstractScalateView
  5. AbstractView
  6. BeanNameAware
  7. View
  8. WebApplicationObjectSupport
  9. ServletContextAware
  10. ApplicationObjectSupport
  11. ApplicationContextAware
  12. Aware
  13. AnyRef
  14. 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

Instance Constructors

  1. new ScalateView()

    Permalink

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 ScalateView to any2stringadd[ScalateView] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ScalateView, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalateView to ArrowAssoc[ScalateView] 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def checkResource(locale: Locale): Boolean

    Permalink
    Definition Classes
    ScalateViewAbstractScalateView
  9. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. 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] )
  20. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport
    Annotations
    @throws( ... )
  35. final def getWebApplicationContext(): WebApplicationContext

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  43. val log: Logger

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbstractView → View
    Annotations
    @throws( classOf[java.lang.Exception] )
  51. def renderMergedOutputModel(model: Map[String, AnyRef], request: HttpServletRequest, response: HttpServletResponse): Unit

    Permalink
    Definition Classes
    ScalateView → AbstractView
  52. def requiredContextClass(): Class[_]

    Permalink
    Attributes
    protected[org.springframework.context.support]
    Definition Classes
    ApplicationObjectSupport
  53. final def setApplicationContext(arg0: ApplicationContext): Unit

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    WebApplicationObjectSupport → ServletContextAware
  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  66. var templateEngine: ServletTemplateEngine

    Permalink
    Definition Classes
    AbstractScalateView
  67. def toString(): String

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

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

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

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

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

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

Inherited from ViewScalateRenderStrategy

Inherited from ScalateRenderStrategy

Inherited from AbstractScalateView

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

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

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

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

Ungrouped