Uses of Class
org.springframework.context.support.ApplicationObjectSupport
Packages that use ApplicationObjectSupport
Package
Description
Classes supporting the 
org.springframework.web.context package,
 such as WebApplicationContext implementations and various utility classes.Classes supporting the 
org.springframework.web.reactive.function.server package.Provides HandlerMapping implementations including abstract base classes.
Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
Classes supporting the 
org.springframework.web.servlet.function package.Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations.
Standard controller implementations for the Servlet MVC framework that comes with
 Spring.
Servlet-based infrastructure for handler method processing,
 building on the 
org.springframework.web.method package.MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.Support classes for serving static resources.
Support classes for Spring's web MVC framework.
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.
Server-side classes for use with standard JSR-356 WebSocket endpoints.
Server-side support classes including container-specific strategies
 for upgrading a request.
- 
Uses of ApplicationObjectSupport in org.springframework.web.context.supportSubclasses of ApplicationObjectSupport in org.springframework.web.context.supportModifier and TypeClassDescriptionclassConvenient superclass for application objects running in aWebApplicationContext.
- 
Uses of ApplicationObjectSupport in org.springframework.web.reactive.function.server.supportModifier and TypeClassDescriptionclassHandlerMappingimplementation that supportsRouterFunctions.
- 
Uses of ApplicationObjectSupport in org.springframework.web.reactive.handlerSubclasses of ApplicationObjectSupport in org.springframework.web.reactive.handlerModifier and TypeClassDescriptionclassAbstract base class forHandlerMappingimplementations.classAbstract base class for URL-mappedHandlerMappingimplementations.classImplementation of theHandlerMappinginterface to map from URLs to request handler beans.
- 
Uses of ApplicationObjectSupport in org.springframework.web.reactive.result.methodSubclasses of ApplicationObjectSupport in org.springframework.web.reactive.result.methodModifier and TypeClassDescriptionclassAbstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.classAbstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.
- 
Uses of ApplicationObjectSupport in org.springframework.web.reactive.result.method.annotationModifier and TypeClassDescriptionclassAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from class-level and method-level@RequestMappingannotations.
- 
Uses of ApplicationObjectSupport in org.springframework.web.servlet.function.supportSubclasses of ApplicationObjectSupport in org.springframework.web.servlet.function.supportModifier and TypeClassDescriptionclassHandlerMappingimplementation that supportsRouterFunctions.
- 
Uses of ApplicationObjectSupport in org.springframework.web.servlet.handlerSubclasses of ApplicationObjectSupport in org.springframework.web.servlet.handlerModifier and TypeClassDescriptionclassAbstract implementation of theHandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.classAbstract base class forHandlerMappingimplementations.classAbstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.classAbstract base class for URL-mappedHandlerMappingimplementations.classImplementation of theHandlerMappinginterface that maps from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.classImplementation of theHandlerMappinginterface that maps from URLs to request handler beans.
- 
Uses of ApplicationObjectSupport in org.springframework.web.servlet.mvcSubclasses of ApplicationObjectSupport in org.springframework.web.servlet.mvcModifier and TypeClassDescriptionclassConvenient superclass for controller implementations, using the Template Method design pattern.classAbstract base class forControllersthat return a view name based on the request URL.classTrivial controller that always returns a pre-configured view and optionally sets the response status code.classSpring Controller implementation that forwards to a named servlet, i.e.classSpring Controller implementation that wraps a servlet instance which it manages internally.classSimpleControllerimplementation that transforms the virtual path of a URL into a view name and returns that view.classHandler interceptor that checks the request for supported methods and a required session and prepares the response by applying the configured cache settings.
- 
Uses of ApplicationObjectSupport in org.springframework.web.servlet.mvc.methodSubclasses of ApplicationObjectSupport in org.springframework.web.servlet.mvc.methodModifier and TypeClassDescriptionclassAbstract base class forHandlerAdapterimplementations that support handlers of typeHandlerMethod.classAbstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.
- 
Uses of ApplicationObjectSupport in org.springframework.web.servlet.mvc.method.annotationModifier and TypeClassDescriptionclassclassCreatesRequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses.
- 
Uses of ApplicationObjectSupport in org.springframework.web.servlet.resourceSubclasses of ApplicationObjectSupport in org.springframework.web.servlet.resourceModifier and TypeClassDescriptionclassHttpRequestHandlerthat serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc.
- 
Uses of ApplicationObjectSupport in org.springframework.web.servlet.supportSubclasses of ApplicationObjectSupport in org.springframework.web.servlet.supportModifier and TypeClassDescriptionclassConvenient superclass for any kind of web content generator, likeAbstractControllerandWebContentInterceptor.
- 
Uses of ApplicationObjectSupport in org.springframework.web.servlet.viewSubclasses of ApplicationObjectSupport in org.springframework.web.servlet.viewModifier and TypeClassDescriptionclassConvenient base class forViewResolverimplementations.classAdapter 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 template view resolvers, in particular for FreeMarker views.classAbstract base class for URL-based views.classAbstract base class forViewimplementations.classA simple implementation ofViewResolverthat interprets a view name as a bean name in the current application context, i.e.classImplementation ofViewResolverthat resolves a view based on the request file name orAcceptheader.classWrapper for a JSP or other resource within the same web application.classConvenient subclass ofUrlBasedViewResolverthat supportsInternalResourceView(i.e.classSpecialization ofInternalResourceViewfor JSTL pages, i.e.classView that redirects to an absolute, context relative, or current request relative URL.classDeprecated.as of 5.3, in favor of Spring's common view resolver variants and/or custom resolver implementationsclassSimple implementation of theViewResolverinterface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions.classDeprecated.as of 5.3, in favor of Spring's common view resolver variants and/or custom resolver implementations
- 
Uses of ApplicationObjectSupport in org.springframework.web.servlet.view.documentSubclasses of ApplicationObjectSupport 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 ApplicationObjectSupport in org.springframework.web.servlet.view.feedSubclasses of ApplicationObjectSupport 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 ApplicationObjectSupport in org.springframework.web.servlet.view.freemarkerSubclasses of ApplicationObjectSupport in org.springframework.web.servlet.view.freemarkerModifier and TypeClassDescriptionclassView using the FreeMarker template engine.classConvenience subclass ofUrlBasedViewResolverthat supportsFreeMarkerView(i.e.
- 
Uses of ApplicationObjectSupport in org.springframework.web.servlet.view.groovySubclasses of ApplicationObjectSupport in org.springframework.web.servlet.view.groovyModifier and TypeClassDescriptionclassAnAbstractTemplateViewsubclass based on Groovy XML/XHTML markup templates.classConvenience subclass ofAbstractTemplateViewResolverthat supportsGroovyMarkupView(i.e.
- 
Uses of ApplicationObjectSupport in org.springframework.web.servlet.view.jsonSubclasses of ApplicationObjectSupport 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 ApplicationObjectSupport in org.springframework.web.servlet.view.scriptSubclasses of ApplicationObjectSupport in org.springframework.web.servlet.view.scriptModifier and TypeClassDescriptionclassAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine.classConvenience subclass ofUrlBasedViewResolverthat supportsScriptTemplateViewand custom subclasses of it.
- 
Uses of ApplicationObjectSupport in org.springframework.web.servlet.view.xmlSubclasses of ApplicationObjectSupport 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 ApplicationObjectSupport in org.springframework.web.servlet.view.xsltSubclasses of ApplicationObjectSupport 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.classViewResolverimplementation that resolves instances ofXsltViewby translating the supplied view name into the URL of the XSLT stylesheet.
- 
Uses of ApplicationObjectSupport in org.springframework.web.socket.server.standardSubclasses of ApplicationObjectSupport in org.springframework.web.socket.server.standardModifier and TypeClassDescriptionclassDetects beans of typeServerEndpointConfigand registers with the standard Jakarta WebSocket runtime.
- 
Uses of ApplicationObjectSupport in org.springframework.web.socket.server.supportSubclasses of ApplicationObjectSupport in org.springframework.web.socket.server.supportModifier and TypeClassDescriptionclassExtension ofSimpleUrlHandlerMappingwith support for more precise mapping of WebSocket handshake requests to handlers of typeWebSocketHttpRequestHandler.