Uses of Package
org.springframework.web.servlet.view
Packages that use org.springframework.web.servlet.view
Package
Description
Annotation-based setup for Spring MVC.
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.
- 
Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.config.annotationClassDescriptionSimple implementation of theViewResolverinterface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions.
- 
Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.viewClassDescriptionConvenient base class forViewResolverimplementations.Filter that determines if view should be cached.Abstract base class for URL-based views.Abstract base class forViewimplementations.Wrapper for a JSP or other resource within the same web application.Simple implementation of theViewResolverinterface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions.
- 
Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.documentClassDescriptionAbstract base class for URL-based views.Abstract base class forViewimplementations.
- 
Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.feed
- 
Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.freemarkerClassDescriptionConvenient base class forViewResolverimplementations.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.Abstract base class for template view resolvers, in particular for FreeMarker views.Abstract base class for URL-based views.Abstract base class forViewimplementations.Simple implementation of theViewResolverinterface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions.
- 
Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.groovyClassDescriptionConvenient base class forViewResolverimplementations.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.Abstract base class for template view resolvers, in particular for FreeMarker views.Abstract base class for URL-based views.Abstract base class forViewimplementations.Simple implementation of theViewResolverinterface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions.
- 
Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.json
- 
Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.scriptClassDescriptionConvenient base class forViewResolverimplementations.Abstract base class for URL-based views.Abstract base class forViewimplementations.Simple implementation of theViewResolverinterface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions.
- 
Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.xml
- 
Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.xsltClassDescriptionConvenient base class forViewResolverimplementations.Abstract base class for URL-based views.Abstract base class forViewimplementations.Simple implementation of theViewResolverinterface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions.