Uses of Class
org.springframework.web.servlet.view.AbstractView
Packages that use AbstractView
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 feed generation, providing View implementations for Atom and RSS.
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 providing a View implementation based on JSON serialization.
Support classes for views based on the JSR-223 script engine abstraction
(as included in Java 6+), e.g.
Support classes for providing a View implementation based on XML Marshalling.
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
-
Uses of AbstractView in org.springframework.web.servlet.view
Subclasses of AbstractView in org.springframework.web.servlet.viewModifier and TypeClassDescriptionclassAdapter 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.classAbstract base class for URL-based views.classWrapper for a JSP or other resource within the same web application.classSpecialization ofInternalResourceViewfor JSTL pages, i.e.classView that redirects to an absolute, context relative, or current request relative URL. -
Uses of AbstractView in org.springframework.web.servlet.view.document
Subclasses of AbstractView in org.springframework.web.servlet.view.documentModifier and TypeClassDescriptionclassAbstract superclass for PDF views that operate on an existing document with an AcroForm.classAbstract superclass for PDF views.classConvenient superclass for Excel document views in traditional XLS format.classConvenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant.classConvenient superclass for Excel document views in the Office 2007 XLSX format (as supported by POI-OOXML). -
Uses of AbstractView in org.springframework.web.servlet.view.feed
Subclasses of AbstractView in org.springframework.web.servlet.view.feedModifier and TypeClassDescriptionclassAbstract superclass for Atom Feed views, using the ROME package.classAbstractFeedView<T extends com.rometools.rome.feed.WireFeed>Abstract base class for Atom and RSS Feed views, using the ROME package.classAbstract superclass for RSS Feed views, using the ROME package. -
Uses of AbstractView in org.springframework.web.servlet.view.freemarker
Subclasses of AbstractView in org.springframework.web.servlet.view.freemarker -
Uses of AbstractView in org.springframework.web.servlet.view.groovy
Subclasses of AbstractView in org.springframework.web.servlet.view.groovyModifier and TypeClassDescriptionclassAnAbstractTemplateViewsubclass based on Groovy XML/XHTML markup templates. -
Uses of AbstractView in org.springframework.web.servlet.view.json
Subclasses of AbstractView in org.springframework.web.servlet.view.jsonModifier and TypeClassDescriptionclassAbstract base class for Jackson based and content type independentAbstractViewimplementations.classSpring MVCViewthat renders JSON content by serializing the model for the current request using Jackson 2'sObjectMapper. -
Uses of AbstractView in org.springframework.web.servlet.view.script
Subclasses of AbstractView in org.springframework.web.servlet.view.scriptModifier and TypeClassDescriptionclassAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine. -
Uses of AbstractView in org.springframework.web.servlet.view.xml
Subclasses of AbstractView in org.springframework.web.servlet.view.xmlModifier and TypeClassDescriptionclassSpring MVCViewthat renders XML content by serializing the model for the current request using Jackson 2'sXmlMapper.classSpring-MVCViewthat allows for response context to be rendered as the result of marshalling by aMarshaller. -
Uses of AbstractView in org.springframework.web.servlet.view.xslt
Subclasses of AbstractView in org.springframework.web.servlet.view.xsltModifier and TypeClassDescriptionclassXSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.