Instance Constructors
-
new
ScalateViewResolver
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
buildView
(viewName: String): AbstractUrlBasedView
-
def
canHandle
(arg0: String, arg1: Locale): Boolean
-
def
clearCache
(): Unit
-
def
clone
(): AnyRef
-
def
createView
(arg0: String, arg1: Locale): View
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getApplicationContext
(): ApplicationContext
-
def
getAttributesMap
(): Map[String, AnyRef]
-
def
getCacheKey
(arg0: String, arg1: Locale): AnyRef
-
def
getClass
(): java.lang.Class[_]
-
def
getContentType
(): String
-
def
getMessageSourceAccessor
(): MessageSourceAccessor
-
def
getOrder
(): Int
-
def
getPrefix
(): String
-
def
getRequestContextAttribute
(): String
-
def
getServletContext
(): ServletContext
-
def
getSuffix
(): String
-
def
getTempDir
(): File
-
def
getViewClass
(): java.lang.Class[_]
-
def
getViewNames
(): Array[String]
-
def
getWebApplicationContext
(): WebApplicationContext
-
def
hashCode
(): Int
-
def
initApplicationContext
(): Unit
-
def
initApplicationContext
(arg0: ApplicationContext): Unit
-
def
initServletContext
(arg0: ServletContext): Unit
-
def
isCache
(): Boolean
-
def
isContextRequired
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isRedirectContextRelative
(): Boolean
-
def
isRedirectHttp10Compatible
(): Boolean
-
def
loadView
(arg0: String, arg1: Locale): View
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
removeFromCache
(arg0: String, arg1: Locale): Unit
-
def
requiredContextClass
(): java.lang.Class[_]
-
def
requiredViewClass
(): java.lang.Class[_]
-
def
resolveViewName
(arg0: String, arg1: Locale): View
-
def
setAllowRequestOverride
(arg0: Boolean): Unit
-
def
setAllowSessionOverride
(arg0: Boolean): Unit
-
def
setApplicationContext
(arg0: ApplicationContext): Unit
-
def
setAttributes
(arg0: Properties): Unit
-
def
setAttributesMap
(arg0: java.util.Map[java.lang.String, _]): Unit
-
def
setCache
(arg0: Boolean): Unit
-
def
setContentType
(arg0: String): Unit
-
def
setExposeRequestAttributes
(arg0: Boolean): Unit
-
def
setExposeSessionAttributes
(arg0: Boolean): Unit
-
def
setExposeSpringMacroHelpers
(arg0: Boolean): Unit
-
def
setOrder
(arg0: Int): Unit
-
def
setPrefix
(arg0: String): Unit
-
def
setRedirectContextRelative
(arg0: Boolean): Unit
-
def
setRedirectHttp10Compatible
(arg0: Boolean): Unit
-
def
setRequestContextAttribute
(arg0: String): Unit
-
def
setServletContext
(arg0: ServletContext): Unit
-
def
setSuffix
(arg0: String): Unit
-
def
setViewClass
(arg0: java.lang.Class[_]): Unit
-
def
setViewNames
(arg0: Array[String]): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
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 AnyRef
Inherited from Any