java.lang.Objectorg.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.view.AbstractCachingViewResolver
org.springframework.web.servlet.view.UrlBasedViewResolver
org.springframework.web.servlet.view.xslt.XsltViewResolver
All Implemented Interfaces:
Ordered, ViewResolver, ServletContextAware, ApplicationContextAware
Rob - HarropJuergen - Hoeller2.0 - | Fields inherited from org.springframework.web.servlet.view.UrlBasedViewResolver: |
|---|
| REDIRECT_URL_PREFIX, FORWARD_URL_PREFIX |
| Fields inherited from org.springframework.context.support.ApplicationObjectSupport: |
|---|
| logger |
| Constructor: |
|---|
|
| Method from org.springframework.web.servlet.view.xslt.XsltViewResolver Summary: |
|---|
| buildView, requiredViewClass, setCacheTemplates, setErrorListener, setIndent, setOutputProperties, setSourceKey, setUriResolver |
| Methods from org.springframework.web.servlet.view.UrlBasedViewResolver: |
|---|
| buildView, canHandle, createView, getAttributesMap, getCacheKey, getContentType, getOrder, getPrefix, getRequestContextAttribute, getSuffix, getViewClass, getViewNames, initApplicationContext, isRedirectContextRelative, isRedirectHttp10Compatible, loadView, requiredViewClass, setAttributes, setAttributesMap, setContentType, setOrder, setPrefix, setRedirectContextRelative, setRedirectHttp10Compatible, setRequestContextAttribute, setSuffix, setViewClass, setViewNames |
| Methods from org.springframework.web.servlet.view.AbstractCachingViewResolver: |
|---|
| clearCache, createView, getCacheKey, isCache, loadView, removeFromCache, resolveViewName, setCache |
| Methods from org.springframework.web.context.support.WebApplicationObjectSupport: |
|---|
| getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext |
| Methods from org.springframework.context.support.ApplicationObjectSupport: |
|---|
| getApplicationContext, getMessageSourceAccessor, initApplicationContext, initApplicationContext, isContextRequired, requiredContextClass, setApplicationContext |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.web.servlet.view.xslt.XsltViewResolver Detail: |
|---|
|
|
The default value is "true". Only set this to "false" in development, where caching does not seriously impact performance. |
If not set, a default org.springframework.util.xml.SimpleTransformErrorListener is used that simply logs warnings using the logger instance of the view class, and rethrows errors to discontinue the XML transformation. |
Default is |
Any values specified here will override defaults that this view sets programmatically. |
The following source types are supported out of the box: javax.xml.transform.Source , org.w3c.dom.Document , org.w3c.dom.Node , java.io.Reader , java.io.InputStream and org.springframework.core.io.Resource . |
The URIResolver handles calls to the XSLT |