Uses of Class
org.springframework.web.servlet.view.AbstractUrlBasedView
Packages that use AbstractUrlBasedView Package Description org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.view.document Support classes for document generation, providing View implementations for PDF and Excel.org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.org.springframework.web.servlet.view.groovy Support classes for the integration of Groovy Templates as Spring web view technology.org.springframework.web.servlet.view.script Support classes for views based on the JSR-223 script engine abstraction (as included in Java 6+), e.g.org.springframework.web.servlet.view.tiles3 Support classes for the integration of Tiles 3 (the standalone version of Tiles) as Spring web view technology.org.springframework.web.servlet.view.xslt 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.view Modifier and Type Class Description classAbstractTemplateViewAdapter 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.classInternalResourceViewWrapper for a JSP or other resource within the same web application.classJstlViewSpecialization ofInternalResourceViewfor JSTL pages, i.e.classRedirectViewView that redirects to an absolute, context relative, or current request relative URL.Methods in org.springframework.web.servlet.view that return AbstractUrlBasedView Modifier and Type Method Description protected AbstractUrlBasedViewAbstractTemplateViewResolver. buildView(String viewName)protected AbstractUrlBasedViewInternalResourceViewResolver. buildView(String viewName)protected AbstractUrlBasedViewUrlBasedViewResolver. buildView(String viewName)Creates a new View instance of the specified view class and configures it.Methods in org.springframework.web.servlet.view with parameters of type AbstractUrlBasedView Modifier and Type Method Description protected ViewUrlBasedViewResolver. applyLifecycleMethods(String viewName, AbstractUrlBasedView view)Apply the containingApplicationContext's lifecycle methods to the givenViewinstance, 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.document Modifier and Type Class Description classAbstractPdfStamperViewAbstract 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.freemarker Modifier and Type Class Description classFreeMarkerViewView using the FreeMarker template engine.Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.groovy
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.groovy Modifier and Type Class Description classGroovyMarkupViewAnAbstractTemplateViewsubclass based on Groovy XML/XHTML markup templates.Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.script
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.script Modifier and Type Class Description classScriptTemplateViewAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine.Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.tiles3
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.tiles3 Modifier and Type Class Description classTilesViewViewimplementation that renders through the Tiles Request API.Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.xslt
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.xslt Modifier and Type Class Description classXsltViewXSLT-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 AbstractUrlBasedView Modifier and Type Method Description protected AbstractUrlBasedViewXsltViewResolver. buildView(String viewName)