Uses of Interface
org.springframework.context.ApplicationContextAware
Packages that use ApplicationContextAware Package Description org.springframework.context.event Support classes for application events, like standard context events.org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.org.springframework.http.converter.json Provides HttpMessageConverter implementations for handling JSON.org.springframework.jms.config Support package for declarative messaging configuration, with Java configuration and XML schema support.org.springframework.messaging.handler.annotation.reactive Support classes for working with annotated message-handling methods with non-blocking, reactive contracts.org.springframework.messaging.handler.invocation Common infrastructure for invoking message handler methods.org.springframework.messaging.handler.invocation.reactive Common infrastructure for invoking message handler methods with non-blocking, and reactive contracts.org.springframework.messaging.rsocket.annotation.support Support classes for working with annotated RSocket stream handling methods.org.springframework.messaging.simp.annotation.support Support classes for handling messages from simple messaging protocols (like STOMP).org.springframework.messaging.simp.config Configuration support for WebSocket messaging using higher level messaging protocols.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.org.springframework.test.context.junit4 Support classes for integrating the Spring TestContext Framework with JUnit 4.12 or higher.org.springframework.test.context.testng Support classes for integrating the Spring TestContext Framework with TestNG.org.springframework.validation.beanvalidation Support classes for integrating a JSR-303 Bean Validation provider (such as Hibernate Validator) into a Spring ApplicationContext and in particular with Spring's data binding and validation APIs.org.springframework.web.context.support Classes supporting theorg.springframework.web.contextpackage, such as WebApplicationContext implementations and various utility classes.org.springframework.web.reactive Top-level package for thespring-webfluxmodule that containsDispatcherHandler, the main entry point for WebFlux server endpoint processing including key contracts used to map requests to handlers, invoke them, and process the result.org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.org.springframework.web.reactive.function.server.support Classes supporting theorg.springframework.web.reactive.function.serverpackage.org.springframework.web.reactive.handler Provides HandlerMapping implementations including abstract base classes.org.springframework.web.reactive.result.method Infrastructure for handler method processing.org.springframework.web.reactive.result.method.annotation Infrastructure for annotation-based handler method processing.org.springframework.web.reactive.result.view Support for result handling through view resolution.org.springframework.web.reactive.result.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.org.springframework.web.reactive.result.view.script Support classes for views based on the JSR-223 script engine abstraction (as included in Java 6+), e.g.org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.org.springframework.web.servlet.config.annotation Annotation-based setup for Spring MVC.org.springframework.web.servlet.function.support Classes supporting theorg.springframework.web.servlet.functionpackage.org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.mvc Standard controller implementations for the Servlet MVC framework that comes with Spring.org.springframework.web.servlet.mvc.method Servlet-based infrastructure for handler method processing, building on theorg.springframework.web.methodpackage.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.servlet.resource Support classes for serving static resources.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.feed Support classes for feed generation, providing View implementations for Atom and RSS.org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.org.springframework.web.servlet.view.groovy Support classes for the integration of Groovy Templates as Spring web view technology.org.springframework.web.servlet.view.json Support classes for providing a View implementation based on JSON serialization.org.springframework.web.servlet.view.script Support classes for views based on the JSR-223 script engine abstraction (as included in Java 6+), e.g.org.springframework.web.servlet.view.tiles3 Support classes for the integration of Tiles 3 (the standalone version of Tiles) as Spring web view technology.org.springframework.web.servlet.view.xml Support classes for providing a View implementation based on XML Marshalling.org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets.org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.org.springframework.web.socket.server.standard Server-side classes for use with standard JSR-356 WebSocket endpoints.org.springframework.web.socket.server.support Server-side support classes including container-specific strategies for upgrading a request.Uses of ApplicationContextAware in org.springframework.context.event
Classes in org.springframework.context.event that implement ApplicationContextAware Modifier and Type Class Description classEventListenerMethodProcessorRegistersEventListenermethods as individualApplicationListenerinstances.Uses of ApplicationContextAware in org.springframework.context.support
Classes in org.springframework.context.support that implement ApplicationContextAware Modifier and Type Class Description classApplicationObjectSupportConvenient superclass for application objects that want to be aware of the application context, e.g.classLiveBeansViewAdapter for live beans view exposure, building a snapshot of current beans and their dependencies from either a localApplicationContext(with a localLiveBeansViewbean definition) or all registered ApplicationContexts (driven by the "spring.liveBeansView.mbeanDomain" environment property).Uses of ApplicationContextAware in org.springframework.http.converter.json
Classes in org.springframework.http.converter.json that implement ApplicationContextAware Modifier and Type Class Description classJackson2ObjectMapperFactoryBeanAFactoryBeanfor creating a Jackson 2.xObjectMapper(default) orXmlMapper(createXmlMapperproperty set to true) with setters to enable or disable Jackson features from within XML configuration.Uses of ApplicationContextAware in org.springframework.jms.config
Classes in org.springframework.jms.config that implement ApplicationContextAware Modifier and Type Class Description classJmsListenerEndpointRegistryCreates the necessaryMessageListenerContainerinstances for the registered endpoints.Uses of ApplicationContextAware in org.springframework.messaging.handler.annotation.reactive
Classes in org.springframework.messaging.handler.annotation.reactive that implement ApplicationContextAware Modifier and Type Class Description classMessageMappingMessageHandlerExtension ofAbstractMethodMessageHandlerfor reactive, non-blocking handling of messages via@MessageMappingmethods.Uses of ApplicationContextAware in org.springframework.messaging.handler.invocation
Classes in org.springframework.messaging.handler.invocation that implement ApplicationContextAware Modifier and Type Class Description classAbstractMethodMessageHandler<T>Abstract base class for HandlerMethod-based message handling.Uses of ApplicationContextAware in org.springframework.messaging.handler.invocation.reactive
Classes in org.springframework.messaging.handler.invocation.reactive that implement ApplicationContextAware Modifier and Type Class Description classAbstractMethodMessageHandler<T>Abstract base class for reactive HandlerMethod-based message handling.Uses of ApplicationContextAware in org.springframework.messaging.rsocket.annotation.support
Classes in org.springframework.messaging.rsocket.annotation.support that implement ApplicationContextAware Modifier and Type Class Description classRSocketMessageHandlerExtension ofMessageMappingMessageHandlerfor handling RSocket requests with@ConnectMappingand@MessageMappingmethods.Uses of ApplicationContextAware in org.springframework.messaging.simp.annotation.support
Classes in org.springframework.messaging.simp.annotation.support that implement ApplicationContextAware Modifier and Type Class Description classSimpAnnotationMethodMessageHandlerA handler for messages delegating to@MessageMappingand@SubscribeMappingannotated methods.Uses of ApplicationContextAware in org.springframework.messaging.simp.config
Classes in org.springframework.messaging.simp.config that implement ApplicationContextAware Modifier and Type Class Description classAbstractMessageBrokerConfigurationProvides essential configuration for handling messages with simple messaging protocols such as STOMP.Uses of ApplicationContextAware in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation that implement ApplicationContextAware Modifier and Type Class Description classScheduledAnnotationBeanPostProcessorBean post-processor that registers methods annotated with @Scheduledto be invoked by aTaskScheduleraccording to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.Uses of ApplicationContextAware in org.springframework.scheduling.quartz
Classes in org.springframework.scheduling.quartz that implement ApplicationContextAware Modifier and Type Class Description classJobDetailFactoryBeanA SpringFactoryBeanfor creating a QuartzJobDetailinstance, supporting bean-style usage for JobDetail configuration.classSchedulerFactoryBeanFactoryBeanthat creates and configures a QuartzScheduler, manages its lifecycle as part of the Spring application context, and exposes the Scheduler as bean reference for dependency injection.classSpringBeanJobFactorySubclass ofAdaptableJobFactorythat also supports Spring-style dependency injection on bean properties.Uses of ApplicationContextAware in org.springframework.test.context.junit4
Classes in org.springframework.test.context.junit4 that implement ApplicationContextAware Modifier and Type Class Description classAbstractJUnit4SpringContextTestsAbstract base test class which integrates the Spring TestContext Framework with explicitApplicationContexttesting support in a JUnit 4 environment.classAbstractTransactionalJUnit4SpringContextTestsAbstract transactional extension ofAbstractJUnit4SpringContextTestswhich adds convenience functionality for JDBC access.Uses of ApplicationContextAware in org.springframework.test.context.testng
Classes in org.springframework.test.context.testng that implement ApplicationContextAware Modifier and Type Class Description classAbstractTestNGSpringContextTestsAbstract base test class which integrates the Spring TestContext Framework with explicitApplicationContexttesting support in a TestNG environment.classAbstractTransactionalTestNGSpringContextTestsAbstract transactional extension ofAbstractTestNGSpringContextTestswhich adds convenience functionality for JDBC access.Uses of ApplicationContextAware in org.springframework.validation.beanvalidation
Classes in org.springframework.validation.beanvalidation that implement ApplicationContextAware Modifier and Type Class Description classLocalValidatorFactoryBeanThis is the central class forjavax.validation(JSR-303) setup in a Spring application context: It bootstraps ajavax.validation.ValidationFactoryand exposes it through the SpringValidatorinterface as well as through the JSR-303Validatorinterface and theValidatorFactoryinterface itself.classOptionalValidatorFactoryBeanLocalValidatorFactoryBeansubclass that simply turnsValidatorcalls into no-ops in case of no Bean Validation provider being available.Uses of ApplicationContextAware in org.springframework.web.context.support
Classes in org.springframework.web.context.support that implement ApplicationContextAware Modifier and Type Class Description classServletContextLiveBeansViewLiveBeansViewsubclass which looks for all ApplicationContexts in the web application, as exposed in ServletContext attributes.classWebApplicationObjectSupportConvenient superclass for application objects running in aWebApplicationContext.Uses of ApplicationContextAware in org.springframework.web.reactive
Classes in org.springframework.web.reactive that implement ApplicationContextAware Modifier and Type Class Description classDispatcherHandlerCentral dispatcher for HTTP request handlers/controllers.Uses of ApplicationContextAware in org.springframework.web.reactive.config
Classes in org.springframework.web.reactive.config that implement ApplicationContextAware Modifier and Type Class Description classDelegatingWebFluxConfigurationA subclass ofWebFluxConfigurationSupportthat detects and delegates to all beans of typeWebFluxConfigurerallowing them to customize the configuration provided byWebFluxConfigurationSupport.classWebFluxConfigurationSupportThe main class for Spring WebFlux configuration.Uses of ApplicationContextAware in org.springframework.web.reactive.function.server.support
Classes in org.springframework.web.reactive.function.server.support that implement ApplicationContextAware Modifier and Type Class Description classRouterFunctionMappingHandlerMappingimplementation that supportsRouterFunctions.Uses of ApplicationContextAware in org.springframework.web.reactive.handler
Classes in org.springframework.web.reactive.handler that implement ApplicationContextAware Modifier and Type Class Description classAbstractHandlerMappingAbstract base class forHandlerMappingimplementations.classAbstractUrlHandlerMappingAbstract base class for URL-mappedHandlerMappingimplementations.classSimpleUrlHandlerMappingImplementation of theHandlerMappinginterface to map from URLs to request handler beans.Uses of ApplicationContextAware in org.springframework.web.reactive.result.method
Classes in org.springframework.web.reactive.result.method that implement ApplicationContextAware Modifier and Type Class Description classAbstractHandlerMethodMapping<T>Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.classRequestMappingInfoHandlerMappingAbstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.Uses of ApplicationContextAware in org.springframework.web.reactive.result.method.annotation
Classes in org.springframework.web.reactive.result.method.annotation that implement ApplicationContextAware Modifier and Type Class Description classRequestMappingHandlerAdapterSupports the invocation of@RequestMappinghandler methods.classRequestMappingHandlerMappingAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from class-level and method-level@RequestMappingannotations.Uses of ApplicationContextAware in org.springframework.web.reactive.result.view
Classes in org.springframework.web.reactive.result.view that implement ApplicationContextAware Modifier and Type Class Description classAbstractUrlBasedViewAbstract base class for URL-based views.classAbstractViewBase class forViewimplementations.classRedirectViewView that redirects to an absolute or context relative URL.classUrlBasedViewResolverAViewResolverthat allows direct resolution of symbolic view names to URLs without explicit mapping definitions.Uses of ApplicationContextAware in org.springframework.web.reactive.result.view.freemarker
Classes in org.springframework.web.reactive.result.view.freemarker that implement ApplicationContextAware Modifier and Type Class Description classFreeMarkerViewAViewimplementation that uses the FreeMarker template engine.classFreeMarkerViewResolverAViewResolverfor resolvingFreeMarkerViewinstances, i.e.Uses of ApplicationContextAware in org.springframework.web.reactive.result.view.script
Classes in org.springframework.web.reactive.result.view.script that implement ApplicationContextAware Modifier and Type Class Description classScriptTemplateViewAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine.classScriptTemplateViewResolverConvenience subclass ofUrlBasedViewResolverthat supportsScriptTemplateViewand custom subclasses of it.Uses of ApplicationContextAware in org.springframework.web.servlet
Classes in org.springframework.web.servlet that implement ApplicationContextAware Modifier and Type Class Description classDispatcherServletCentral dispatcher for HTTP request handlers/controllers, e.g.classFrameworkServletBase servlet for Spring's web framework.Uses of ApplicationContextAware in org.springframework.web.servlet.config.annotation
Classes in org.springframework.web.servlet.config.annotation that implement ApplicationContextAware Modifier and Type Class Description classDelegatingWebMvcConfigurationA subclass ofWebMvcConfigurationSupportthat detects and delegates to all beans of typeWebMvcConfigurerallowing them to customize the configuration provided byWebMvcConfigurationSupport.classWebMvcConfigurationSupportThis is the main class providing the configuration behind the MVC Java config.Uses of ApplicationContextAware in org.springframework.web.servlet.function.support
Classes in org.springframework.web.servlet.function.support that implement ApplicationContextAware Modifier and Type Class Description classRouterFunctionMappingHandlerMappingimplementation that supportsRouterFunctions.Uses of ApplicationContextAware in org.springframework.web.servlet.handler
Classes in org.springframework.web.servlet.handler that implement ApplicationContextAware Modifier and Type Class Description classAbstractDetectingUrlHandlerMappingAbstract implementation of theHandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.classAbstractHandlerMappingAbstract base class forHandlerMappingimplementations.classAbstractHandlerMethodMapping<T>Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.classAbstractUrlHandlerMappingAbstract base class for URL-mappedHandlerMappingimplementations.classBeanNameUrlHandlerMappingImplementation of theHandlerMappinginterface that maps from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.classHandlerMappingIntrospectorHelper class to get information from theHandlerMappingthat would serve a specific request.classSimpleUrlHandlerMappingImplementation of theHandlerMappinginterface that maps from URLs to request handler beans.Uses of ApplicationContextAware in org.springframework.web.servlet.mvc
Classes in org.springframework.web.servlet.mvc that implement ApplicationContextAware Modifier and Type Class Description classAbstractControllerConvenient superclass for controller implementations, using the Template Method design pattern.classAbstractUrlViewControllerAbstract base class forControllersthat return a view name based on the request URL.classParameterizableViewControllerTrivial controller that always returns a pre-configured view and optionally sets the response status code.classServletForwardingControllerSpring Controller implementation that forwards to a named servlet, i.e.classServletWrappingControllerSpring Controller implementation that wraps a servlet instance which it manages internally.classUrlFilenameViewControllerSimpleControllerimplementation that transforms the virtual path of a URL into a view name and returns that view.classWebContentInterceptorHandler interceptor that checks the request and prepares the response.Uses of ApplicationContextAware in org.springframework.web.servlet.mvc.method
Classes in org.springframework.web.servlet.mvc.method that implement ApplicationContextAware Modifier and Type Class Description classAbstractHandlerMethodAdapterAbstract base class forHandlerAdapterimplementations that support handlers of typeHandlerMethod.classRequestMappingInfoHandlerMappingAbstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.Uses of ApplicationContextAware in org.springframework.web.servlet.mvc.method.annotation
Classes in org.springframework.web.servlet.mvc.method.annotation that implement ApplicationContextAware Modifier and Type Class Description classExceptionHandlerExceptionResolverAnAbstractHandlerMethodExceptionResolverthat resolves exceptions through@ExceptionHandlermethods.classRequestMappingHandlerAdapterclassRequestMappingHandlerMappingCreatesRequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses.Uses of ApplicationContextAware in org.springframework.web.servlet.resource
Classes in org.springframework.web.servlet.resource that implement ApplicationContextAware Modifier and Type Class Description classResourceHttpRequestHandlerHttpRequestHandlerthat serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc.Uses of ApplicationContextAware in org.springframework.web.servlet.support
Classes in org.springframework.web.servlet.support that implement ApplicationContextAware Modifier and Type Class Description classWebContentGeneratorConvenient superclass for any kind of web content generator, likeAbstractControllerandWebContentInterceptor.Uses of ApplicationContextAware in org.springframework.web.servlet.view
Classes in org.springframework.web.servlet.view that implement ApplicationContextAware Modifier and Type Class Description classAbstractCachingViewResolverConvenient base class forViewResolverimplementations.classAbstractTemplateViewAdapter 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.classAbstractTemplateViewResolverAbstract base class for template view resolvers, in particular for FreeMarker views.classAbstractUrlBasedViewAbstract base class for URL-based views.classAbstractViewAbstract base class forViewimplementations.classBeanNameViewResolverA simple implementation ofViewResolverthat interprets a view name as a bean name in the current application context, i.e.classContentNegotiatingViewResolverImplementation ofViewResolverthat resolves a view based on the request file name orAcceptheader.classInternalResourceViewWrapper for a JSP or other resource within the same web application.classInternalResourceViewResolverConvenient subclass ofUrlBasedViewResolverthat supportsInternalResourceView(i.e.classJstlViewSpecialization ofInternalResourceViewfor JSTL pages, i.e.classRedirectViewView that redirects to an absolute, context relative, or current request relative URL.classResourceBundleViewResolverAViewResolverimplementation that uses bean definitions in aResourceBundle, specified by the bundle basename.classUrlBasedViewResolverSimple implementation of theViewResolverinterface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions.classViewResolverCompositeAViewResolverthat delegates to others.classXmlViewResolverAViewResolverimplementation that uses bean definitions in a dedicated XML file for view definitions, specified by resource location.Uses of ApplicationContextAware in org.springframework.web.servlet.view.document
Classes in org.springframework.web.servlet.view.document that implement ApplicationContextAware Modifier and Type Class Description classAbstractPdfStamperViewAbstract superclass for PDF views that operate on an existing document with an AcroForm.classAbstractPdfViewAbstract superclass for PDF views.classAbstractXlsViewConvenient superclass for Excel document views in traditional XLS format.classAbstractXlsxStreamingViewConvenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant.classAbstractXlsxViewConvenient superclass for Excel document views in the Office 2007 XLSX format (as supported by POI-OOXML).Uses of ApplicationContextAware in org.springframework.web.servlet.view.feed
Classes in org.springframework.web.servlet.view.feed that implement ApplicationContextAware Modifier and Type Class Description classAbstractAtomFeedViewAbstract 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.classAbstractRssFeedViewAbstract superclass for RSS Feed views, using the ROME package.Uses of ApplicationContextAware in org.springframework.web.servlet.view.freemarker
Classes in org.springframework.web.servlet.view.freemarker that implement ApplicationContextAware Modifier and Type Class Description classFreeMarkerViewView using the FreeMarker template engine.classFreeMarkerViewResolverConvenience subclass ofUrlBasedViewResolverthat supportsFreeMarkerView(i.e.Uses of ApplicationContextAware in org.springframework.web.servlet.view.groovy
Classes in org.springframework.web.servlet.view.groovy that implement ApplicationContextAware Modifier and Type Class Description classGroovyMarkupConfigurerAn extension of Groovy'sTemplateConfigurationand an implementation of Spring MVC'sGroovyMarkupConfigfor creating aMarkupTemplateEnginefor use in a web application.classGroovyMarkupViewAnAbstractTemplateViewsubclass based on Groovy XML/XHTML markup templates.classGroovyMarkupViewResolverConvenience subclass of @link AbstractTemplateViewResolver} that supportsGroovyMarkupView(i.e.Uses of ApplicationContextAware in org.springframework.web.servlet.view.json
Classes in org.springframework.web.servlet.view.json that implement ApplicationContextAware Modifier and Type Class Description classAbstractJackson2ViewAbstract base class for Jackson based and content type independentAbstractViewimplementations.classMappingJackson2JsonViewSpring MVCViewthat renders JSON content by serializing the model for the current request using Jackson 2'sObjectMapper.Uses of ApplicationContextAware in org.springframework.web.servlet.view.script
Classes in org.springframework.web.servlet.view.script that implement ApplicationContextAware Modifier and Type Class Description classScriptTemplateViewAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine.classScriptTemplateViewResolverConvenience subclass ofUrlBasedViewResolverthat supportsScriptTemplateViewand custom subclasses of it.Uses of ApplicationContextAware in org.springframework.web.servlet.view.tiles3
Classes in org.springframework.web.servlet.view.tiles3 that implement ApplicationContextAware Modifier and Type Class Description classTilesViewViewimplementation that renders through the Tiles Request API.classTilesViewResolverConvenience subclass ofUrlBasedViewResolverthat supportsTilesView(i.e.Uses of ApplicationContextAware in org.springframework.web.servlet.view.xml
Classes in org.springframework.web.servlet.view.xml that implement ApplicationContextAware Modifier and Type Class Description classMappingJackson2XmlViewSpring MVCViewthat renders XML content by serializing the model for the current request using Jackson 2'sXmlMapper.classMarshallingViewSpring-MVCViewthat allows for response context to be rendered as the result of marshalling by aMarshaller.Uses of ApplicationContextAware in org.springframework.web.servlet.view.xslt
Classes in org.springframework.web.servlet.view.xslt that implement ApplicationContextAware Modifier and Type Class Description classXsltViewXSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.classXsltViewResolverViewResolverimplementation that resolves instances ofXsltViewby translating the supplied view name into the URL of the XSLT stylesheet.Uses of ApplicationContextAware in org.springframework.web.socket.config.annotation
Classes in org.springframework.web.socket.config.annotation that implement ApplicationContextAware Modifier and Type Class Description classDelegatingWebSocketMessageBrokerConfigurationAWebSocketMessageBrokerConfigurationSupportextension that detects beans of typeWebSocketMessageBrokerConfigurerand delegates to all of them allowing callback style customization of the configuration provided inWebSocketMessageBrokerConfigurationSupport.classWebSocketMessageBrokerConfigurationSupportExtendsAbstractMessageBrokerConfigurationand adds configuration for receiving and responding to STOMP messages from WebSocket clients.Uses of ApplicationContextAware in org.springframework.web.socket.messaging
Classes in org.springframework.web.socket.messaging that implement ApplicationContextAware Modifier and Type Class Description classWebSocketAnnotationMethodMessageHandlerA sub-class ofSimpAnnotationMethodMessageHandlerto provide support forControllerAdvicewith global@MessageExceptionHandlermethods.Uses of ApplicationContextAware in org.springframework.web.socket.server.standard
Classes in org.springframework.web.socket.server.standard that implement ApplicationContextAware Modifier and Type Class Description classServerEndpointExporterDetects beans of typeServerEndpointConfigand registers with the standard Java WebSocket runtime.Uses of ApplicationContextAware in org.springframework.web.socket.server.support
Classes in org.springframework.web.socket.server.support that implement ApplicationContextAware Modifier and Type Class Description classWebSocketHandlerMappingAn extension ofSimpleUrlHandlerMappingthat is also aSmartLifecyclecontainer and propagates start and stop calls to any handlers that implementLifecycle.