Uses of Class
org.springframework.web.servlet.view.AbstractUrlBasedView
Package
Description
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
Support classes for document generation,
providing View implementations for PDF and Excel.
Support classes for the integration of
FreeMarker
as Spring web view technology.
Support classes for the integration of
Groovy Templates as Spring web view technology.
Support classes for views based on the JSR-223 script engine abstraction.
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
-
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view
Modifier and TypeClassDescriptionclass
Adapter base class for template-based view technologies such as FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's FreeMarker macro library.class
Wrapper for a JSP or other resource within the same web application.class
Specialization ofInternalResourceView
for JSTL pages, i.e.class
View that redirects to an absolute, context relative, or current request relative URL.Modifier and TypeMethodDescriptionprotected AbstractUrlBasedView
protected AbstractUrlBasedView
protected AbstractUrlBasedView
Creates a new View instance of the specified view class and configures it.protected AbstractUrlBasedView
InternalResourceViewResolver.instantiateView()
protected AbstractUrlBasedView
UrlBasedViewResolver.instantiateView()
Instantiate the specified view class.Modifier and TypeMethodDescriptionprotected View
UrlBasedViewResolver.applyLifecycleMethods
(String viewName, AbstractUrlBasedView view) Apply the containingApplicationContext
's lifecycle methods to the givenView
instance, if such a context is available. -
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.document
Modifier and TypeClassDescriptionclass
Abstract superclass for PDF views that operate on an existing document with an AcroForm. -
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.freemarker
Modifier and TypeMethodDescriptionprotected AbstractUrlBasedView
FreeMarkerViewResolver.instantiateView()
-
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.groovy
Modifier and TypeClassDescriptionclass
AnAbstractTemplateView
subclass based on Groovy XML/XHTML markup templates.Modifier and TypeMethodDescriptionprotected AbstractUrlBasedView
GroovyMarkupViewResolver.instantiateView()
-
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.script
Modifier and TypeClassDescriptionclass
AnAbstractUrlBasedView
subclass designed to run any template library based on a JSR-223 script engine.Modifier and TypeMethodDescriptionprotected AbstractUrlBasedView
ScriptTemplateViewResolver.instantiateView()
-
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.xslt
Modifier and TypeClassDescriptionclass
XSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.Modifier and TypeMethodDescriptionprotected AbstractUrlBasedView
protected AbstractUrlBasedView
XsltViewResolver.instantiateView()