| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebApplicationObjectSupport | |
|---|---|
| org.springframework.web.servlet.handler | Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. | 
| org.springframework.web.servlet.handler.metadata | This package enables automatic web controller targeting. | 
| org.springframework.web.servlet.mvc | Standard controller implementations for the servlet MVC framework that comes with Spring. | 
| org.springframework.web.servlet.mvc.annotation | Support package for annotation-based Servlet MVC controllers. | 
| org.springframework.web.servlet.mvc.multiaction | Package allowing MVC Controller implementations to handle requests at method rather than class level. | 
| org.springframework.web.servlet.mvc.support | Support package for MVC controllers. | 
| org.springframework.web.servlet.support | Support classes for Spring's web MVC framework. | 
| 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.jasperreports | Support classes for the integration of JasperReports as Spring web view technology. | 
| org.springframework.web.servlet.view.tiles | Support classes for the integration of Tiles (included in Struts) as Spring web view technology. | 
| org.springframework.web.servlet.view.tiles2 | Support classes for the integration of Tiles2 (the standalone version of Tiles) as Spring web view technology. | 
| org.springframework.web.servlet.view.velocity | Support classes for the integration of Velocity as Spring web view technology. | 
| org.springframework.web.servlet.view.xslt | Support classes for XSLT, providing a View implementation for XSLT stylesheets. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.handler | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.handler | |
|---|---|
|  class | AbstractDetectingUrlHandlerMappingAbstract implementation of the HandlerMappinginterface, detecting URL mappings for handler beans through introspection of all
 defined beans in the application context. | 
|  class | AbstractHandlerMappingAbstract base class for HandlerMappingimplementations. | 
|  class | AbstractUrlHandlerMappingAbstract base class for URL-mapped HandlerMappingimplementations. | 
|  class | BeanNameUrlHandlerMappingImplementation of the HandlerMappinginterface that map from URLs to beans with names that start with a slash ("/"),
 similar to how Struts maps URLs to action names. | 
|  class | SimpleUrlHandlerMappingImplementation of the HandlerMappinginterface to map from URLs to request handler beans. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.handler.metadata | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.handler.metadata | |
|---|---|
|  class | AbstractPathMapHandlerMappingDeprecated. as of Spring 2.5, in favor of annotation-based request mapping. To be removed in Spring 3.0. | 
|  class | CommonsPathMapHandlerMappingDeprecated. as of Spring 2.5, in favor of annotation-based request mapping. To be removed in Spring 3.0. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.mvc | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.mvc | |
|---|---|
|  class | AbstractCommandControllerAbstract base class for custom command controllers. | 
|  class | AbstractControllerConvenient superclass for controller implementations, using the Template Method design pattern. | 
|  class | AbstractFormControllerForm controller that auto-populates a form bean from the request. | 
|  class | AbstractUrlViewControllerAbstract base class for Controllersthat return a view name
 based on the request URL. | 
|  class | AbstractWizardFormControllerForm controller for typical wizard-style workflows. | 
|  class | BaseCommandControllerController implementation which creates an object (the command object) on receipt of a request and attempts to populate this object with request parameters. | 
|  class | CancellableFormControllerExtension of SimpleFormControllerthat supports "cancellation"
 of form processing. | 
|  class | ParameterizableViewControllerTrivial controller that always returns a named view. | 
|  class | ServletForwardingControllerSpring Controller implementation that forwards to a named servlet, i.e. the "servlet-name" in web.xml rather than a URL path mapping. | 
|  class | ServletWrappingControllerSpring Controller implementation that wraps a servlet instance which it manages internally. | 
|  class | SimpleFormControllerConcrete FormController implementation that provides configurable form and success views, and an onSubmit chain for convenient overriding. | 
|  class | UrlFilenameViewControllerSimple Controllerimplementation that transforms the virtual
 path of a URL into a view name and returns that view. | 
|  class | WebContentInterceptorInterceptor that checks and prepares request and response. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.mvc.annotation | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.mvc.annotation | |
|---|---|
|  class | AnnotationMethodHandlerAdapterImplementation of the HandlerAdapterinterface that maps handler methods based on HTTP paths, HTTP methods and
 request parameters expressed through theRequestMappingannotation. | 
|  class | DefaultAnnotationHandlerMappingImplementation of the HandlerMappinginterface that maps handlers based on HTTP paths expressed through theRequestMappingannotation at the type or method level. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.mvc.multiaction | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.mvc.multiaction | |
|---|---|
|  class | MultiActionControllerControllerimplementation that allows multiple request types to be handled by the same
 class. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.mvc.support | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.mvc.support | |
|---|---|
|  class | AbstractControllerUrlHandlerMappingBase class for HandlerMappingimplementations
 that derive URL paths according to conventions for specific controller types. | 
|  class | ControllerBeanNameHandlerMappingImplementation of HandlerMappingthat
 follows a simple convention for generating URL path mappings from the bean names
 of registeredControllerandThrowawayControllerbeans
 as well as@Controllerannotated beans. | 
|  class | ControllerClassNameHandlerMappingImplementation of HandlerMappingthat
 follows a simple convention for generating URL path mappings from the class names
 of registeredControllerandThrowawayControllerbeans
 as well as@Controllerannotated beans. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.support | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.support | |
|---|---|
|  class | WebContentGeneratorConvenient superclass for any kind of web content generator, like AbstractControllerandWebContentInterceptor. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.view | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.view | |
|---|---|
|  class | AbstractCachingViewResolverConvenient base class for ViewResolverimplementations. | 
|  class | AbstractTemplateViewAdapter base class for 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. | 
|  class | AbstractTemplateViewResolverAbstract base class for template view resolvers, in particular for Velocity and FreeMarker views. | 
|  class | AbstractUrlBasedViewAbstract base class for URL-based views. | 
|  class | AbstractViewAbstract base class for Viewimplementations. | 
|  class | BeanNameViewResolverSimple 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. | 
|  class | InternalResourceViewWrapper for a JSP or other resource within the same web application. | 
|  class | InternalResourceViewResolverConvenient subclass of UrlBasedViewResolverthat supportsInternalResourceView(i.e. | 
|  class | JstlViewSpecialization of InternalResourceViewfor JSTL pages,
 i.e. | 
|  class | RedirectViewView that redirects to an absolute, context relative, or current request relative URL, by default exposing all model attributes as HTTP query parameters. | 
|  class | ResourceBundleViewResolverViewResolverimplementation 
 that uses bean definitions in aResourceBundle, specified by
 the bundle basename. | 
|  class | UrlBasedViewResolverSimple implementation of the ViewResolverinterface, allowing for direct resolution of symbolic view names to URLs,
 without explicit mapping definition. | 
|  class | XmlViewResolverImplementation of ViewResolver that uses bean definitions in an XML file, specified by resource location. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.view.document | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.view.document | |
|---|---|
|  class | AbstractExcelViewConvenient superclass for Excel document views. | 
|  class | AbstractJExcelViewConvenient superclass for Excel document views. | 
|  class | AbstractPdfStamperViewAbstract superclass for PDF views that operate on an existing document with an AcroForm. | 
|  class | AbstractPdfViewAbstract superclass for PDF views, using Bruno Lowagie's iText package. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.view.freemarker | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.view.freemarker | |
|---|---|
|  class | FreeMarkerViewView using the FreeMarker template engine. | 
|  class | FreeMarkerViewResolverConvenience subclass of UrlBasedViewResolver that supports FreeMarkerView (i.e. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.view.jasperreports | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.view.jasperreports | |
|---|---|
|  class | AbstractJasperReportsSingleFormatViewExtends AbstractJasperReportsViewto provide basic rendering logic
 for views that use a fixed format, e.g. always PDF or always HTML. | 
|  class | AbstractJasperReportsViewBase class for all JasperReports views. | 
|  class | ConfigurableJasperReportsViewConfigurable JasperReports View, allowing to specify the JasperReports exporter to be specified through bean properties rather than through the view class name. | 
|  class | JasperReportsCsvViewImplementation of AbstractJasperReportsSingleFormatViewthat renders report results in CSV format. | 
|  class | JasperReportsHtmlViewImplementation of AbstractJasperReportsSingleFormatViewthat renders report results in HTML format. | 
|  class | JasperReportsMultiFormatViewJasper Reports view class that allows for the actual rendering format to be specified at runtime using a parameter contained in the model. | 
|  class | JasperReportsPdfViewImplementation of AbstractJasperReportsSingleFormatViewthat renders report results in PDF format. | 
|  class | JasperReportsViewResolverViewResolverimplementation that
 resolves instances ofAbstractJasperReportsViewby translating
 the supplied view name into the URL of the report file. | 
|  class | JasperReportsXlsViewImplementation of AbstractJasperReportsSingleFormatViewthat renders report results in XLS format. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.view.tiles | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.view.tiles | |
|---|---|
|  class | TilesConfigurerHelper class to configure Tiles 1.x for the Spring Framework. | 
|  class | TilesJstlViewSpecialization of TilesViewfor JSTL pages,
 i.e. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.view.tiles2 | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.view.tiles2 | |
|---|---|
|  class | TilesViewViewimplementation that retrieves a
 Tiles definition. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.view.velocity | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.view.velocity | |
|---|---|
|  class | VelocityLayoutViewVelocityLayoutView emulates the functionality offered by Velocity's VelocityLayoutServlet to ease page composition from different templates. | 
|  class | VelocityLayoutViewResolverConvenience subclass of VelocityViewResolver, adding support for VelocityLayoutView and its properties. | 
|  class | VelocityToolboxViewVelocityViewsubclass which adds support for Velocity Tools toolboxes
 and Velocity Tools ViewTool callbacks / Velocity Tools 1.3 init methods. | 
|  class | VelocityViewView using the Velocity template engine. | 
|  class | VelocityViewResolverConvenience subclass of UrlBasedViewResolver that supports VelocityView (that is Velocity templates) and custom subclasses of it. | 
| Uses of WebApplicationObjectSupport in org.springframework.web.servlet.view.xslt | 
|---|
| Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.view.xslt | |
|---|---|
|  class | AbstractXsltViewDeprecated. since Spring 2.5; superseded by XsltViewand its
 more flexibleXsltView.locateSource(java.util.Map)mechanism | 
|  class | XsltViewXSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation. | 
|  class | XsltViewResolverViewResolverimplementation that
 resolves instances ofXsltViewby translating the supplied view name
 into the URL of the XSLT stylesheet. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||