Trait

org.fusesource.scalate.spring.view

AbstractScalateView

Related Doc: package view

Permalink

trait AbstractScalateView extends AbstractView

Source
ScalateView.scala
Linear Supertypes
AbstractView, BeanNameAware, View, WebApplicationObjectSupport, ServletContextAware, ApplicationObjectSupport, ApplicationContextAware, Aware, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractScalateView
  2. AbstractView
  3. BeanNameAware
  4. View
  5. WebApplicationObjectSupport
  6. ServletContextAware
  7. ApplicationObjectSupport
  8. ApplicationContextAware
  9. Aware
  10. AnyRef
  11. 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 checkResource(locale: Locale): Boolean

    Permalink
  2. abstract def renderMergedOutputModel(arg0: Map[String, AnyRef], arg1: HttpServletRequest, arg2: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
    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 AbstractScalateView to any2stringadd[AbstractScalateView] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AbstractScalateView, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractScalateView to ArrowAssoc[AbstractScalateView] 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 clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  47. def render(arg0: Map[String, _], arg1: HttpServletRequest, arg2: HttpServletResponse): Unit

    Permalink
    Definition Classes
    AbstractView → View
    Annotations
    @throws( classOf[java.lang.Exception] )
  48. def requiredContextClass(): Class[_]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  62. var templateEngine: ServletTemplateEngine

    Permalink
  63. def toString(): String

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

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

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

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

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

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

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

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

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

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

Ungrouped