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 getCacheKey(arg0: String, arg1: Locale): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalateViewResolver → WebApplicationObjectSupport
  45. def isCache(): Boolean

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

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

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

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

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

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  51. 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] )
  52. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  87. var templateEngine: ServletTemplateEngine

    Permalink
  88. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. 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