org.fusesource.scalate.spring.view

ScalateView

class ScalateView extends AbstractView with AbstractScalateView with ViewScalateRenderStrategy

Linear Supertypes
ViewScalateRenderStrategy, ScalateRenderStrategy, AbstractScalateView, AbstractView, BeanNameAware, View, WebApplicationObjectSupport, ServletContextAware, ApplicationObjectSupport, ApplicationContextAware, 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. AnyRef
  13. Any
  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. final def ==(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AbstractView
  7. final def asInstanceOf[T0]: T0

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

    Definition Classes
    ScalateViewAbstractScalateView
  9. def clone(): AnyRef

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

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

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
    Annotations
    @throws()
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def generatesDownloadContent(): Boolean

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

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

    Definition Classes
    AbstractView
  19. def getBeanName(): String

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

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

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

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

    Definition Classes
    AbstractView
  24. final def getServletContext(): ServletContext

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

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

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

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

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

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

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

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

    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport → ApplicationObjectSupport
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. val log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AbstractView
  50. final def setServletContext(arg0: ServletContext): Unit

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

    Definition Classes
    AnyRef
  52. var templateEngine: ServletTemplateEngine

    Definition Classes
    AbstractScalateView
  53. def toString(): String

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

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

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

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

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
    Annotations
    @throws()

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 AnyRef

Inherited from Any

Ungrouped