|
|||||||||
| Home >> All >> org >> springframework >> web >> servlet >> [ view overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.springframework.web.servlet.view
Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.
See:
Description
| Class Summary | |
| AbstractCachingViewResolver | Convenient superclass for view resolvers. |
| AbstractTemplateView | AbstractTemplateView provides template based view technologies such as Velocity and FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's Velocity/FreeMarker macro library. |
| AbstractTemplateViewResolver | Abstract base class for template view resolvers like VelocityViewResolver and FreeMarkerViewResolver. |
| AbstractUrlBasedView | Abstract base class for URL-based views. |
| AbstractView | Abstract View superclass. |
| BeanNameViewResolver | Simple implementation of ViewResolver that interprets a view name as bean name in the current application context, i.e. |
| InternalResourceView | Wrapper for a JSP or other resource within the same web application. |
| InternalResourceViewResolver | Convenience subclass of UrlBasedViewResolver that supports InternalResourceView (i.e. |
| JstlView | Specialization of InternalResourceView for JSTL pages, i.e. |
| RedirectView | View that redirects to an absolute, context relative, or current request relative 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. |
| UrlBasedViewResolver | Simple implementation of ViewResolver that allows for direct resolution of symbolic view names to URLs, without explicit mapping definition. |
| XmlViewResolver | Implementation of ViewResolver that uses bean definitions in an XML file, specified by resource location. |
Package org.springframework.web.servlet.view Description
Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.
This package and related packages are discussed in Chapters 12 and 13 of Expert One-On-One J2EE Design and Development by Rod Johnson (Wrox, 2002).
|
|||||||||
| Home >> All >> org >> springframework >> web >> servlet >> [ view overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||