Class

org.fusesource.scalate.spring.view

ScalateUrlView

Related Doc: package view

Permalink

class ScalateUrlView extends AbstractTemplateView with AbstractScalateView with LayoutScalateRenderStrategy

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalateUrlView to ArrowAssoc[ScalateUrlView] 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(locale: Locale): Boolean

    Permalink
    Definition Classes
    ScalateUrlViewAbstractScalateView → AbstractUrlBasedView
  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: (ScalateUrlView) ⇒ Boolean, msg: ⇒ Any): ScalateUrlView

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalateUrlView to Ensuring[ScalateUrlView] 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 formatted(fmtstr: String): String

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbstractUrlBasedView
  37. final def getWebApplicationContext(): WebApplicationContext

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbstractView → View
    Annotations
    @throws( classOf[java.lang.Exception] )
  53. 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] )
  54. def renderMergedTemplateModel(model: Map[String, AnyRef], request: HttpServletRequest, response: HttpServletResponse): Unit

    Permalink
    Definition Classes
    ScalateUrlView → AbstractTemplateView
  55. def requiredContextClass(): Class[_]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  75. var templateEngine: ServletTemplateEngine

    Permalink
    Definition Classes
    AbstractScalateView
  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): (ScalateUrlView, B)

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

Inherited from ScalateRenderStrategy

Inherited from AbstractScalateView

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

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

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

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

Ungrouped