|
[Deprecated API] | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | CURRENT API | |||||||||
See:
Description
| Class Summary | |
| AbstractCachingViewResolver | Convenient superclass for view resolvers. |
| AbstractView | Abstract view superclass. |
| BeanNameViewResolver | Simple implementation of ViewResolver that interprets a view name as bean name in the current application context, i.e. in the XML file of the executing DispatcherServlet. |
| InternalResourceView | Wrapper for a JSP or other resource within the WAR. |
| InternalResourceViewResolver | Simple implementation of ViewResolver that allows for direct resolution of symbolic view names to URLs, without explicit mapping definition. |
| JstlView | Specialization of InternalResourceView for JSTL pages, i.e. |
| RedirectView | View that redirects to an internal or external URL, exposing all model attributes as HTTP query parameters. |
| ResourceBundleViewResolver | Implementation of ViewResolver that uses bean definitions in a ResourceBundle, specified by the bundle basename. |
| XmlViewResolver | Implementation of ViewResolver that uses bean definitions in an XML file, specified by location (URL or relative path, according to the ApplicationContext implementation). |
Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.
Application developers don't usually need to implement views, as the framework provides standard views for JSPs, Velocity, XSLT, etc. However, the ability to implement custom views easily by subclassing the AbstractView class in this package can be very helpful if an application has unusual view requirements.
|
[Deprecated API] | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | CURRENT API | |||||||||