org.fusesource.scalate.spring.view

ScalateView

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 any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalateView()

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

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

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

    Definition Classes
    ScalateViewAbstractScalateView
  11. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AbstractView
  27. def getBeanName(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  44. val log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  66. var templateEngine: ServletTemplateEngine

    Definition Classes
    AbstractScalateView
  67. def toString(): String

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from ScalateView to ArrowAssoc[ScalateView] 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 ScalateView 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:
    (scalateView: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ScalateView 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:
    (scalateView: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: ScalateView

    Implicit information
    This member is added by an implicit conversion from ScalateView to ArrowAssoc[ScalateView] 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:
    (scalateView: ArrowAssoc[ScalateView]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ScalateView

    Implicit information
    This member is added by an implicit conversion from ScalateView to Ensuring[ScalateView] 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:
    (scalateView: Ensuring[ScalateView]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 StringAdd

Inherited by implicit conversion any2stringfmt from ScalateView to StringFormat

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

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

Ungrouped