Class

org.fusesource.scalate.spring.view

ScalateViewResolver

Related Doc: package view

Permalink

class ScalateViewResolver extends AbstractTemplateViewResolver with ServletConfigAware

Source
ScalateViewResolver.scala
Linear Supertypes
ServletConfigAware, AbstractTemplateViewResolver, UrlBasedViewResolver, Ordered, AbstractCachingViewResolver, ViewResolver, WebApplicationObjectSupport, ServletContextAware, ApplicationObjectSupport, ApplicationContextAware, Aware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalateViewResolver
  2. ServletConfigAware
  3. AbstractTemplateViewResolver
  4. UrlBasedViewResolver
  5. Ordered
  6. AbstractCachingViewResolver
  7. ViewResolver
  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 ScalateViewResolver()

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to ArrowAssoc[ScalateViewResolver] 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 applyLifecycleMethods(arg0: String, arg1: AbstractUrlBasedView): View

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def buildView(viewName: String): AbstractUrlBasedView

    Permalink
    Definition Classes
    ScalateViewResolver → AbstractTemplateViewResolver → UrlBasedViewResolver
  9. def canHandle(arg0: String, arg1: Locale): Boolean

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  10. def clearCache(): Unit

    Permalink
    Definition Classes
    AbstractCachingViewResolver
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def createView(arg0: String, arg1: Locale): View

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver → AbstractCachingViewResolver
    Annotations
    @throws( classOf[java.lang.Exception] )
  13. def ensuring(cond: (ScalateViewResolver) ⇒ Boolean, msg: ⇒ Any): ScalateViewResolver

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to Ensuring[ScalateViewResolver] 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 finalize(): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to StringFormat[ScalateViewResolver] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getApplicationContext(): ApplicationContext

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

    Permalink
    Definition Classes
    UrlBasedViewResolver
  23. def getCacheFilter(): CacheFilter

    Permalink
    Definition Classes
    AbstractCachingViewResolver
  24. def getCacheKey(arg0: String, arg1: Locale): AnyRef

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver → AbstractCachingViewResolver
  25. def getCacheLimit(): Int

    Permalink
    Definition Classes
    AbstractCachingViewResolver
  26. final def getClass(): Class[_]

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

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
    Annotations
    @Nullable()
  28. def getExposeContextBeansAsAttributes(): Boolean

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
    Annotations
    @Nullable()
  29. def getExposePathVariables(): Boolean

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
    Annotations
    @Nullable()
  30. def getExposedContextBeanNames(): Array[String]

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
    Annotations
    @Nullable()
  31. final def getMessageSourceAccessor(): MessageSourceAccessor

    Permalink
    Attributes
    protected[org.springframework.context.support]
    Definition Classes
    ApplicationObjectSupport
    Annotations
    @Nullable() @throws( ... )
  32. def getOrder(): Int

    Permalink
    Definition Classes
    UrlBasedViewResolver → Ordered
  33. def getPrefix(): String

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  34. def getRedirectHosts(): Array[String]

    Permalink
    Definition Classes
    UrlBasedViewResolver
    Annotations
    @Nullable()
  35. def getRequestContextAttribute(): String

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
    Annotations
    @Nullable()
  36. final def getServletContext(): ServletContext

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

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  38. final def getTempDir(): File

    Permalink
    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport
    Annotations
    @throws( ... )
  39. def getViewClass(): Class[_]

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
    Annotations
    @Nullable()
  40. def getViewNames(): Array[String]

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
    Annotations
    @Nullable()
  41. final def getWebApplicationContext(): WebApplicationContext

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

    Permalink
    Definition Classes
    AnyRef → Any
  43. def initApplicationContext(): Unit

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver → ApplicationObjectSupport
  44. def initApplicationContext(arg0: ApplicationContext): Unit

    Permalink
    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport → ApplicationObjectSupport
  45. def initServletContext(servletContext: ServletContext): Unit

    Permalink
    Definition Classes
    ScalateViewResolver → WebApplicationObjectSupport
  46. def instantiateView(): AbstractUrlBasedView

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  47. def isCache(): Boolean

    Permalink
    Definition Classes
    AbstractCachingViewResolver
  48. def isCacheUnresolved(): Boolean

    Permalink
    Definition Classes
    AbstractCachingViewResolver
  49. def isContextRequired(): Boolean

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

    Permalink
    Definition Classes
    Any
  51. def isRedirectContextRelative(): Boolean

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  52. def isRedirectHttp10Compatible(): Boolean

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  53. def loadView(arg0: String, arg1: Locale): View

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver → AbstractCachingViewResolver
    Annotations
    @throws( classOf[java.lang.Exception] )
  54. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected[org.springframework.context.support]
    Definition Classes
    ApplicationObjectSupport
  58. def removeFromCache(arg0: String, arg1: Locale): Unit

    Permalink
    Definition Classes
    AbstractCachingViewResolver
  59. def requiredContextClass(): Class[_]

    Permalink
    Attributes
    protected[org.springframework.context.support]
    Definition Classes
    ApplicationObjectSupport
  60. def requiredViewClass(): Class[_]

    Permalink
    Definition Classes
    ScalateViewResolver → AbstractTemplateViewResolver → UrlBasedViewResolver
  61. def resolveViewName(arg0: String, arg1: Locale): View

    Permalink
    Definition Classes
    AbstractCachingViewResolver → ViewResolver
    Annotations
    @Nullable() @throws( classOf[java.lang.Exception] )
  62. def setAllowRequestOverride(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbstractTemplateViewResolver
  63. def setAllowSessionOverride(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbstractTemplateViewResolver
  64. final def setApplicationContext(arg0: ApplicationContext): Unit

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

    Permalink
    Definition Classes
    UrlBasedViewResolver
  66. def setAttributesMap(arg0: Map[String, _]): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  67. def setCache(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbstractCachingViewResolver
  68. def setCacheFilter(arg0: CacheFilter): Unit

    Permalink
    Definition Classes
    AbstractCachingViewResolver
  69. def setCacheLimit(arg0: Int): Unit

    Permalink
    Definition Classes
    AbstractCachingViewResolver
  70. def setCacheUnresolved(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbstractCachingViewResolver
  71. def setContentType(arg0: String): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  72. def setExposeContextBeansAsAttributes(arg0: Boolean): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  73. def setExposePathVariables(arg0: Boolean): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  74. def setExposeRequestAttributes(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbstractTemplateViewResolver
  75. def setExposeSessionAttributes(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbstractTemplateViewResolver
  76. def setExposeSpringMacroHelpers(arg0: Boolean): Unit

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

    Permalink
    Definition Classes
    UrlBasedViewResolver
  78. def setOrder(arg0: Int): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  79. def setPrefix(arg0: String): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  80. def setRedirectContextRelative(arg0: Boolean): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  81. def setRedirectHosts(arg0: <repeated...>[String]): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  82. def setRedirectHttp10Compatible(arg0: Boolean): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  83. def setRequestContextAttribute(arg0: String): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  84. def setServletConfig(config: ServletConfig): Unit

    Permalink
    Definition Classes
    ScalateViewResolver → ServletConfigAware
  85. final def setServletContext(arg0: ServletContext): Unit

    Permalink
    Definition Classes
    WebApplicationObjectSupport → ServletContextAware
  86. def setSuffix(arg0: String): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  87. def setViewClass(arg0: Class[_]): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  88. def setViewNames(arg0: <repeated...>[String]): Unit

    Permalink
    Definition Classes
    UrlBasedViewResolver
  89. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  90. var templateEngine: ServletTemplateEngine

    Permalink
  91. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  95. def [B](y: B): (ScalateViewResolver, B)

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

Inherited from ServletConfigAware

Inherited from AbstractTemplateViewResolver

Inherited from UrlBasedViewResolver

Inherited from Ordered

Inherited from AbstractCachingViewResolver

Inherited from ViewResolver

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

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

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

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

Ungrouped