Uses of Class
org.springframework.web.servlet.view.AbstractUrlBasedView
Packages that use 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
(as included in Java 6+), e.g.
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
-
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.viewModifier 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.Methods in org.springframework.web.servlet.view that return AbstractUrlBasedViewModifier 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.Methods in org.springframework.web.servlet.view with parameters of type AbstractUrlBasedViewModifier 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
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.documentModifier 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
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.freemarkerMethods in org.springframework.web.servlet.view.freemarker that return AbstractUrlBasedViewModifier and TypeMethodDescriptionprotected AbstractUrlBasedView
FreeMarkerViewResolver.instantiateView()
-
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.groovy
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.groovyModifier and TypeClassDescriptionclass
AnAbstractTemplateView
subclass based on Groovy XML/XHTML markup templates.Methods in org.springframework.web.servlet.view.groovy that return AbstractUrlBasedViewModifier and TypeMethodDescriptionprotected AbstractUrlBasedView
GroovyMarkupViewResolver.instantiateView()
-
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.script
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.scriptModifier and TypeClassDescriptionclass
AnAbstractUrlBasedView
subclass designed to run any template library based on a JSR-223 script engine.Methods in org.springframework.web.servlet.view.script that return AbstractUrlBasedViewModifier and TypeMethodDescriptionprotected AbstractUrlBasedView
ScriptTemplateViewResolver.instantiateView()
-
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.xslt
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.xsltModifier and TypeClassDescriptionclass
XSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.Methods in org.springframework.web.servlet.view.xslt that return AbstractUrlBasedViewModifier and TypeMethodDescriptionprotected AbstractUrlBasedView
protected AbstractUrlBasedView
XsltViewResolver.instantiateView()