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. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. 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] )
  12. 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
  13. 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
  14. 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
  15. 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
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. 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()
  20. final def getApplicationContext(): ApplicationContext

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

    Permalink
    Definition Classes
    UrlBasedViewResolver
  22. def getCacheKey(arg0: String, arg1: Locale): AnyRef

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    UrlBasedViewResolver
  33. def getRequestContextAttribute(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  54. def removeFromCache(arg0: String, arg1: Locale): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  85. var templateEngine: ServletTemplateEngine

    Permalink
  86. def toString(): String

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

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

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

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