Uses of Interface
org.springframework.core.Ordered
Packages that use Ordered
Package
Description
AspectJ integration package.
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
Base classes enabling auto-proxying based on AspectJ.
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
Bean post-processors for use in ApplicationContexts to simplify AOP usage
by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
Provides miscellaneous interceptor implementations.
Convenience classes for using Spring's AOP API.
This package contains interfaces and classes for manipulating Java beans.
Support package for annotation-driven bean configuration.
SPI interfaces and configuration-related convenience classes for bean factories.
AOP-based solution for declarative caching demarcation.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Support classes for application events, like standard context events.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Load-time weaving support for a Spring application context, building on Spring's
LoadTimeWeaver abstraction.Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
Annotation support for DAOs.
Annotations and support classes for declarative JMS listener endpoints.
Basic abstractions for working with message handler methods.
Support for handling messages to "user" destinations (i.e.
Package providing integration of
Hibernate 5.x
with Spring concepts.
Classes supporting the
org.springframework.orm.jpa package.Annotation support for asynchronous method execution.
Support classes for Spring's scripting package.
Support case-by-case Bean overriding in Spring tests.
Bean overriding mechanism based on Mockito mocking and spying.
Test event support classes for the Spring TestContext Framework.
JDBC support classes for the Spring TestContext Framework,
including support for declarative SQL script execution via
@Sql.Support classes for the Spring TestContext Framework.
Transactional support classes for the Spring TestContext Framework.
Web support classes for the Spring TestContext Framework.
Spring's support for annotation-based transaction demarcation.
Spring's support for listening to transaction events.
AOP-based solution for declarative transaction demarcation.
Support classes for the org.springframework.transaction package.
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.
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method package.Classes supporting the
org.springframework.web.reactive.function.server package.Provides HandlerMapping implementations including abstract base classes.
Support for various programming model styles including the invocation of
different types of handlers like an annotated controller or a simple
WebHandler.Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
Support for result handling through view resolution.
Support classes for the integration of
FreeMarker
as Spring web view technology.
Support classes for views based on the JSR-223 script engine abstraction.
Server-side support classes for WebSocket requests.
Classes supporting the
org.springframework.web.servlet.function package.Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
Support package for annotation-based Servlet MVC controllers.
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 package for MVC controllers.
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
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 views based on the JSR-223 script engine abstraction.
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
WebSocket integration for Spring's messaging module.
Server-side support classes including container-specific strategies
for upgrading a request.
-
Uses of Ordered in org.springframework.aop.aspectj
Subinterfaces of Ordered in org.springframework.aop.aspectjModifier and TypeInterfaceDescriptioninterfaceInterface implemented to provide an instance of an AspectJ aspect.interfaceInterface to be implemented by types that can supply the information needed to sort advice/advisors by AspectJ's precedence rules.Classes in org.springframework.aop.aspectj that implement OrderedModifier and TypeClassDescriptionclassBase class for AOP AllianceAdviceclasses wrapping an AspectJ aspect or an AspectJ-annotated advice method.classSpring AOP advice wrapping an AspectJ after advice method.classSpring AOP advice wrapping an AspectJ after-returning advice method.classSpring AOP advice wrapping an AspectJ after-throwing advice method.classSpring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method.classSpring AOP Advisor that can be used for any AspectJ pointcut expression.classSpring AOP advice that wraps an AspectJ before method.classclassImplementation ofAspectInstanceFactorythat creates a new instance of the specified aspect class for everySimpleAspectInstanceFactory.getAspectInstance()call.classImplementation ofAspectInstanceFactorythat is backed by a specified singleton object, returning the same instance for everySingletonAspectInstanceFactory.getAspectInstance()call. -
Uses of Ordered in org.springframework.aop.aspectj.annotation
Subinterfaces of Ordered in org.springframework.aop.aspectj.annotationModifier and TypeInterfaceDescriptioninterfaceSubinterface ofAspectInstanceFactorythat returnsAspectMetadataassociated with AspectJ-annotated classes.Classes in org.springframework.aop.aspectj.annotation that implement OrderedModifier and TypeClassDescriptionclassAspectJAwareAdvisorAutoProxyCreatorsubclass that processes all AspectJ annotation aspects in the current application context, as well as Spring Advisors.classAspectInstanceFactoryimplementation backed by a SpringBeanFactory.classDecorator to cause aMetadataAwareAspectInstanceFactoryto instantiate only once.classAspectInstanceFactorybacked by aBeanFactory-provided prototype, enforcing prototype semantics.protected static classSynthetic advisor that instantiates the aspect.classImplementation ofMetadataAwareAspectInstanceFactorythat creates a new instance of the specified aspect class for everySimpleAspectInstanceFactory.getAspectInstance()call.classImplementation ofMetadataAwareAspectInstanceFactorythat is backed by a specified singleton object, returning the same instance for everySingletonAspectInstanceFactory.getAspectInstance()call. -
Uses of Ordered in org.springframework.aop.aspectj.autoproxy
Classes in org.springframework.aop.aspectj.autoproxy that implement OrderedModifier and TypeClassDescriptionclassAbstractAdvisorAutoProxyCreatorsubclass that exposes AspectJ's invocation context and understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect. -
Uses of Ordered in org.springframework.aop.config
Classes in org.springframework.aop.config that implement OrderedModifier and TypeClassDescriptionclassImplementation ofAspectInstanceFactorythat locates the aspect from theBeanFactoryusing a configured bean name. -
Uses of Ordered in org.springframework.aop.framework
Classes in org.springframework.aop.framework that implement OrderedModifier and TypeClassDescriptionclassBase class forBeanPostProcessorimplementations that apply a Spring AOPAdvisorto specific beans.classBase class with common functionality for proxy processors, in particular ClassLoader management and theProxyProcessorSupport.evaluateProxyInterfaces(java.lang.Class<?>, org.springframework.aop.framework.ProxyFactory)algorithm. -
Uses of Ordered in org.springframework.aop.framework.autoproxy
Classes in org.springframework.aop.framework.autoproxy that implement OrderedModifier and TypeClassDescriptionclassGeneric auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.classBeanPostProcessorimplementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.classExtension ofAbstractAutoProxyCreatorwhich implementsBeanFactoryAware, adds exposure of the original target class for each proxied bean (AutoProxyUtils.ORIGINAL_TARGET_CLASS_ATTRIBUTE), and participates in an externally enforced target-class mode for any given bean (AutoProxyUtils.PRESERVE_TARGET_CLASS_ATTRIBUTE).classAuto proxy creator that identifies beans to proxy via a list of names.classBeanPostProcessorimplementation that creates AOP proxies based on all candidateAdvisors in the currentBeanFactory.classAuto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors. -
Uses of Ordered in org.springframework.aop.interceptor
Classes in org.springframework.aop.interceptor that implement OrderedModifier and TypeClassDescriptionclassAOP AllianceMethodInterceptorthat processes method invocations asynchronously, using a givenAsyncTaskExecutor.final classInterceptor that exposes the currentMethodInvocationas a thread-local object. -
Uses of Ordered in org.springframework.aop.support
Classes in org.springframework.aop.support that implement OrderedModifier and TypeClassDescriptionclassAbstract BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in a BeanFactory.classAbstract genericPointcutAdvisorthat allows for anyAdviceto be configured.classAbstract base class forPointcutAdvisorimplementations.classConcrete BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in the BeanFactory, as well as the Pointcut to be configured through a bean property.classSimpleIntroductionAdvisorimplementation that by default applies to any class.classConvenient Pointcut-driven Advisor implementation.classConvenient class for name-match method pointcuts that hold an Advice, making them an Advisor.classConvenient class for regexp method pointcuts that hold an Advice, making them anAdvisor.classConvenient base class for Advisors that are also static pointcuts. -
Uses of Ordered in org.springframework.beans
Classes in org.springframework.beans that implement OrderedModifier and TypeClassDescriptionclassExtension ofStandardBeanInfoFactorythat supports "non-standard" JavaBeans setter methods through introspection by Spring's (package-visible)ExtendedBeanInfoimplementation.classBeanInfoFactoryimplementation that performs standardIntrospectorinspection. -
Uses of Ordered in org.springframework.beans.factory.annotation
Classes in org.springframework.beans.factory.annotation that implement OrderedModifier and TypeClassDescriptionclassBeanPostProcessorimplementation that autowires annotated fields, setter methods, and arbitrary config methods.classABeanFactoryPostProcessorimplementation that allows for convenient registration of custom autowire qualifier types.classBeanPostProcessorimplementation that invokes annotated init and destroy methods. -
Uses of Ordered in org.springframework.beans.factory.config
Classes in org.springframework.beans.factory.config that implement OrderedModifier and TypeClassDescriptionclassBeanFactoryPostProcessorimplementation that allows for convenient registration of customproperty editors.classSimpleBeanFactoryPostProcessorimplementation that registers customScope(s)with the containingConfigurableBeanFactory.classAbstract base class for property resource configurers that resolve placeholders in bean definition property values.classDeprecated.classProperty resource configurer that overrides bean property values in an application context definition.classDeprecated.as of 5.2; useorg.springframework.context.support.PropertySourcesPlaceholderConfigurerinstead which is more flexible through taking advantage of theEnvironmentandPropertySourcemechanisms.classAllows for configuration of individual bean property values from a property resource, i.e. -
Uses of Ordered in org.springframework.cache.interceptor
Classes in org.springframework.cache.interceptor that implement OrderedModifier and TypeClassDescriptionclassAdvisor driven by aCacheOperationSource, used to include a cache advice bean for methods that are cacheable. -
Uses of Ordered in org.springframework.cache.jcache.interceptor
Classes in org.springframework.cache.jcache.interceptor that implement OrderedModifier and TypeClassDescriptionclassAdvisor driven by aJCacheOperationSource, used to include a cache advice bean for methods that are cacheable. -
Uses of Ordered in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement OrderedModifier and TypeClassDescriptionclassBeanPostProcessorimplementation that supports common Java annotations out of the box, in particular the common annotations in thejakarta.annotationpackage.classBeanFactoryPostProcessorused for bootstrapping processing of@Configurationclasses.final classABeanPostProcessorthat honoursImportAwarecallback using a mapping computed at build time. -
Uses of Ordered in org.springframework.context.event
Subinterfaces of Ordered in org.springframework.context.eventModifier and TypeInterfaceDescriptioninterfaceExtended variant of the standardApplicationListenerinterface, exposing further metadata such as the supported event and source type.interfaceExtended variant of the standardApplicationListenerinterface, exposing further metadata such as the supported event and source type.Classes in org.springframework.context.event that implement OrderedModifier and TypeClassDescriptionclassGenericApplicationListeneradapter that delegates the processing of an event to anEventListenerannotated method.classDefaultEventListenerFactoryimplementation that supports the regularEventListenerannotation.classGenericApplicationListeneradapter that determines supported event types through introspecting the generically declared type of the target listener.classApplicationListenerdecorator that filters events from a specified event source, invoking its delegate listener for matchingApplicationEventobjects only. -
Uses of Ordered in org.springframework.context.support
Classes in org.springframework.context.support that implement OrderedModifier and TypeClassDescriptionclassSpecialization ofPlaceholderConfigurerSupportthat resolves ${...} placeholders within bean definition property values and@Valueannotations against the current SpringEnvironmentand its set ofPropertySources. -
Uses of Ordered in org.springframework.context.weaving
Classes in org.springframework.context.weaving that implement OrderedModifier and TypeClassDescriptionclassPost-processor that registers AspectJ'sClassPreProcessorAgentAdapterwith the Spring application context's defaultLoadTimeWeaver. -
Uses of Ordered in org.springframework.core
Subinterfaces of Ordered in org.springframework.coreModifier and TypeInterfaceDescriptioninterface -
Uses of Ordered in org.springframework.dao.annotation
Classes in org.springframework.dao.annotation that implement OrderedModifier and TypeClassDescriptionclassSpring AOP exception translation aspect for use at Repository or DAO layer level.classBean post-processor that automatically applies persistence exception translation to any bean marked with Spring's @Repositoryannotation, adding a correspondingPersistenceExceptionTranslationAdvisorto the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces). -
Uses of Ordered in org.springframework.jms.annotation
Classes in org.springframework.jms.annotation that implement OrderedModifier and TypeClassDescriptionclassBean post-processor that registers methods annotated withJmsListenerto be invoked by a JMS message listener container created under the cover by aJmsListenerContainerFactoryaccording to the attributes of the annotation. -
Uses of Ordered in org.springframework.messaging.handler
Subinterfaces of Ordered in org.springframework.messaging.handlerModifier and TypeInterfaceDescriptioninterfaceRepresents a Spring-managed bean with cross-cutting functionality to be applied to one or more Spring beans with annotation-based message handling methods. -
Uses of Ordered in org.springframework.messaging.simp.user
Classes in org.springframework.messaging.simp.user that implement OrderedModifier and TypeClassDescriptionclassSimpUserRegistrythat looks up users in a "local" user registry as well as a set of "remote" user registries. -
Uses of Ordered in org.springframework.orm.hibernate5
Classes in org.springframework.orm.hibernate5 that implement OrderedModifier and TypeClassDescriptionclassSimple synchronization adapter that propagates aflush()call to the underlying Hibernate Session.classCallback for resource cleanup at the end of a Spring-managed transaction for a pre-bound Hibernate Session. -
Uses of Ordered in org.springframework.orm.jpa.support
Classes in org.springframework.orm.jpa.support that implement OrderedModifier and TypeClassDescriptionclassBeanPostProcessor that processesPersistenceUnitandPersistenceContextannotations, for injection of the corresponding JPA resourcesEntityManagerFactoryandEntityManager. -
Uses of Ordered in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation that implement OrderedModifier and TypeClassDescriptionclassSpecialization ofAsyncExecutionInterceptorthat delegates method execution to anExecutorbased on theAsyncannotation.classAdvisor that activates asynchronous method execution through theAsyncannotation.classBean post-processor that automatically applies asynchronous invocation behavior to any bean that carries theAsyncannotation at class or method-level by adding a correspondingAsyncAnnotationAdvisorto the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all the target's interfaces).classBean 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 Ordered in org.springframework.scripting.support
Classes in org.springframework.scripting.support that implement OrderedModifier and TypeClassDescriptionclassBeanPostProcessorthat handlesScriptFactorydefinitions, replacing each factory with the actual scripted Java object generated by it. -
Uses of Ordered in org.springframework.test.context.bean.override
Classes in org.springframework.test.context.bean.override that implement OrderedModifier and TypeClassDescriptionclassTestExecutionListenerthat enables@BeanOverridesupport in tests, by injecting overridden beans in appropriate fields of the test instance. -
Uses of Ordered in org.springframework.test.context.bean.override.mockito
Classes in org.springframework.test.context.bean.override.mockito that implement OrderedModifier and TypeClassDescriptionclassTestExecutionListenerthat resets any mock beans that have been marked with aMockReset. -
Uses of Ordered in org.springframework.test.context.event
Classes in org.springframework.test.context.event that implement OrderedModifier and TypeClassDescriptionclassTestExecutionListenerwhich provides support forApplicationEvents.classTestExecutionListenerthat publishes test execution events to theApplicationContextfor the currently executing test. -
Uses of Ordered in org.springframework.test.context.jdbc
Classes in org.springframework.test.context.jdbc that implement OrderedModifier and TypeClassDescriptionclassTestExecutionListenerthat provides support for executing SQLscriptsand inlinedstatementsconfigured via the@Sqlannotation. -
Uses of Ordered in org.springframework.test.context.support
Classes in org.springframework.test.context.support that implement OrderedModifier and TypeClassDescriptionclassAbstract base class forTestExecutionListenerimplementations that provide support for marking theApplicationContextassociated with a test as dirty for both test classes and test methods annotated with the@DirtiesContextannotation.classAbstract ordered implementation of theTestExecutionListenerAPI.classTestExecutionListenerwhich makes sure that common caches are cleared once they are no longer required.classTestExecutionListenerwhich provides support for dependency injection and initialization of test instances.classTestExecutionListenerwhich provides support for marking theApplicationContextassociated with a test as dirty for both test classes and test methods annotated with the@DirtiesContextannotation.classTestExecutionListenerwhich provides support for marking theApplicationContextassociated with a test as dirty for both test classes and test methods annotated with the@DirtiesContextannotation. -
Uses of Ordered in org.springframework.test.context.transaction
Classes in org.springframework.test.context.transaction that implement OrderedModifier and TypeClassDescriptionclassTestExecutionListenerthat provides support for executing tests within test-managed transactions by honoring Spring's@Transactionalannotation. -
Uses of Ordered in org.springframework.test.context.web
Classes in org.springframework.test.context.web that implement OrderedModifier and TypeClassDescriptionclassTestExecutionListenerwhich provides mock Servlet API support toWebApplicationContextsloaded by the Spring TestContext Framework. -
Uses of Ordered in org.springframework.transaction.annotation
Classes in org.springframework.transaction.annotation that implement OrderedModifier and TypeClassDescriptionclassExtension ofTransactionalEventListenerFactory, detecting invalid transaction configuration for transactional event listeners:Transactionalonly supported withPropagation.REQUIRES_NEWandPropagation.NOT_SUPPORTED. -
Uses of Ordered in org.springframework.transaction.event
Subinterfaces of Ordered in org.springframework.transaction.eventModifier and TypeInterfaceDescriptioninterfaceTransactionalApplicationListener<E extends ApplicationEvent>AnApplicationListenerthat is invoked according to aTransactionPhase.Classes in org.springframework.transaction.event that implement OrderedModifier and TypeClassDescriptionclassTransactionalApplicationListeneradapter that delegates the processing of an event to a targetApplicationListenerinstance.classGenericApplicationListeneradapter that delegates the processing of an event to aTransactionalEventListenerannotated method.classEventListenerFactoryimplementation that handlesTransactionalEventListenerannotated methods. -
Uses of Ordered in org.springframework.transaction.interceptor
Classes in org.springframework.transaction.interceptor that implement OrderedModifier and TypeClassDescriptionclassAdvisor driven by aTransactionAttributeSource, used to include a transaction advice bean for methods that are transactional.classAdvisor driven by aTransactionAttributeSource, used to include aTransactionInterceptoronly for methods that are transactional. -
Uses of Ordered in org.springframework.transaction.support
Subinterfaces of Ordered in org.springframework.transaction.supportModifier and TypeInterfaceDescriptioninterfaceInterface for transaction synchronization callbacks.Classes in org.springframework.transaction.support that implement OrderedModifier and TypeClassDescriptionclassResourceHolderSynchronization<H extends ResourceHolder,K> TransactionSynchronizationimplementation that manages aResourceHolderbound throughTransactionSynchronizationManager.classDeprecated.as of 5.3, in favor of the default methods on theTransactionSynchronizationinterface -
Uses of Ordered in org.springframework.validation.beanvalidation
Classes in org.springframework.validation.beanvalidation that implement OrderedModifier and TypeClassDescriptionclassA convenientBeanPostProcessorimplementation that delegates to a JSR-303 provider for performing method-level validation on annotated methods. -
Uses of Ordered in org.springframework.web.method
Classes in org.springframework.web.method that implement OrderedModifier and TypeClassDescriptionclassEncapsulates information about an@ControllerAdviceSpring-managed bean without necessarily requiring it to be instantiated. -
Uses of Ordered in org.springframework.web.reactive.function.server.support
Classes in org.springframework.web.reactive.function.server.support that implement OrderedModifier and TypeClassDescriptionclassHandlerMappingimplementation that supportsRouterFunctions.classHandlerResultHandlerimplementation that supportsServerResponses. -
Uses of Ordered in org.springframework.web.reactive.handler
Classes in org.springframework.web.reactive.handler that implement OrderedModifier and TypeClassDescriptionclassAbstract base class forHandlerMappingimplementations.classAbstract base class for URL-mappedHandlerMappingimplementations.classImplementation of theHandlerMappinginterface to map from URLs to request handler beans. -
Uses of Ordered in org.springframework.web.reactive.result
Classes in org.springframework.web.reactive.result that implement OrderedModifier and TypeClassDescriptionclassBase class forHandlerResultHandlerwith support for content negotiation and access to aReactiveAdapterregistry. -
Uses of Ordered in org.springframework.web.reactive.result.method
Classes in org.springframework.web.reactive.result.method that implement OrderedModifier 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 Ordered in org.springframework.web.reactive.result.method.annotation
Classes in org.springframework.web.reactive.result.method.annotation that implement OrderedModifier and TypeClassDescriptionclassAbstract base class for result handlers that handle return values by writing to the response withHttpMessageWriter.classAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from type-level and method-level@RequestMappingand@HttpExchangeannotations.classHandlerResultHandlerthat handles return values from methods annotated with@ResponseBodywriting to the body of the request or response with anHttpMessageWriter.classHandles return values of typeHttpEntity,ResponseEntity,HttpHeaders,ErrorResponse, andProblemDetail. -
Uses of Ordered in org.springframework.web.reactive.result.view
Classes in org.springframework.web.reactive.result.view that implement OrderedModifier and TypeClassDescriptionclassAViewResolverthat allows direct resolution of symbolic view names to URLs without explicit mapping definitions.classHandlerResultHandlerthat encapsulates the view resolution algorithm supporting the following return types:Void,void, or no value -- default view nameString-- view name unless@ModelAttribute-annotatedView-- View to render withModel-- attributes to add to the modelMap-- attributes to add to the modelRendering-- use case driven API for view resolution@ModelAttribute-- attribute for the model Non-simple value -- attribute for the modelclassBase class forViewResolverimplementations with shared properties. -
Uses of Ordered in org.springframework.web.reactive.result.view.freemarker
Classes in org.springframework.web.reactive.result.view.freemarker that implement OrderedModifier and TypeClassDescriptionclassAViewResolverfor resolvingFreeMarkerViewinstances, i.e. -
Uses of Ordered in org.springframework.web.reactive.result.view.script
Classes in org.springframework.web.reactive.result.view.script that implement OrderedModifier and TypeClassDescriptionclassConvenience subclass ofUrlBasedViewResolverthat supportsScriptTemplateViewand custom subclasses of it. -
Uses of Ordered in org.springframework.web.reactive.socket.server.support
Classes in org.springframework.web.reactive.socket.server.support that implement OrderedModifier and TypeClassDescriptionclassHandlerAdapterthat allowsDispatcherHandlerto support handlers of typeWebSocketHandlerwith such handlers mapped to URL patterns viaSimpleUrlHandlerMapping. -
Uses of Ordered in org.springframework.web.servlet.function.support
Classes in org.springframework.web.servlet.function.support that implement OrderedModifier and TypeClassDescriptionclassHandlerAdapterimplementation that supportsHandlerFunctions.classHandlerMappingimplementation that supportsRouterFunctions. -
Uses of Ordered in org.springframework.web.servlet.handler
Classes in org.springframework.web.servlet.handler that implement OrderedModifier and TypeClassDescriptionclassAbstract implementation of theHandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.classAbstract base class forHandlerExceptionResolverimplementations.classAbstract base class forHandlerMappingimplementations.classAbstract base class forHandlerExceptionResolverimplementations that support handling exceptions from handlers of typeHandlerMethod.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.classAHandlerExceptionResolverthat delegates to a list of otherHandlerExceptionResolvers.classHandlerExceptionResolverimplementation that allows for mapping exception class names to view names, either for a set of given handlers or for all handlers in the DispatcherServlet.classImplementation of theHandlerMappinginterface that maps from URLs to request handler beans. -
Uses of Ordered in org.springframework.web.servlet.mvc.annotation
Classes in org.springframework.web.servlet.mvc.annotation that implement OrderedModifier and TypeClassDescriptionclassAHandlerExceptionResolverthat uses the@ResponseStatusannotation to map exceptions to HTTP status codes. -
Uses of Ordered in org.springframework.web.servlet.mvc.method
Classes in org.springframework.web.servlet.mvc.method that implement OrderedModifier 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 Ordered in org.springframework.web.servlet.mvc.method.annotation
Classes in org.springframework.web.servlet.mvc.method.annotation that implement OrderedModifier and TypeClassDescriptionclassAnAbstractHandlerMethodExceptionResolverthat resolves exceptions through@ExceptionHandlermethods.classclassCreatesRequestMappingInfoinstances from type-level and method-level@RequestMappingand@HttpExchangeannotations in@Controllerclasses. -
Uses of Ordered in org.springframework.web.servlet.mvc.support
Classes in org.springframework.web.servlet.mvc.support that implement OrderedModifier and TypeClassDescriptionclassThe default implementation of theHandlerExceptionResolverinterface, resolving standard Spring MVC exceptions and translating them to corresponding HTTP status codes. -
Uses of Ordered in org.springframework.web.servlet.view
Classes in org.springframework.web.servlet.view that implement OrderedModifier and TypeClassDescriptionclassAbstract base class for template view resolvers, in particular for FreeMarker views.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.classConvenient subclass ofUrlBasedViewResolverthat supportsInternalResourceView(i.e.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.classAViewResolverthat delegates to others.classDeprecated.as of 5.3, in favor of Spring's common view resolver variants and/or custom resolver implementations -
Uses of Ordered in org.springframework.web.servlet.view.freemarker
Classes in org.springframework.web.servlet.view.freemarker that implement OrderedModifier and TypeClassDescriptionclassConvenience subclass ofUrlBasedViewResolverthat supportsFreeMarkerView(i.e. -
Uses of Ordered in org.springframework.web.servlet.view.groovy
Classes in org.springframework.web.servlet.view.groovy that implement OrderedModifier and TypeClassDescriptionclassConvenience subclass ofAbstractTemplateViewResolverthat supportsGroovyMarkupView(i.e. -
Uses of Ordered in org.springframework.web.servlet.view.script
Classes in org.springframework.web.servlet.view.script that implement OrderedModifier and TypeClassDescriptionclassConvenience subclass ofUrlBasedViewResolverthat supportsScriptTemplateViewand custom subclasses of it. -
Uses of Ordered in org.springframework.web.servlet.view.xslt
Classes in org.springframework.web.servlet.view.xslt that implement OrderedModifier and TypeClassDescriptionclassViewResolverimplementation that resolves instances ofXsltViewby translating the supplied view name into the URL of the XSLT stylesheet. -
Uses of Ordered in org.springframework.web.socket.messaging
Classes in org.springframework.web.socket.messaging that implement OrderedModifier and TypeClassDescriptionclassA default implementation ofSimpUserRegistrythat relies onAbstractSubProtocolEventapplication context events to keep track of connected users and their subscriptions. -
Uses of Ordered in org.springframework.web.socket.server.support
Classes in org.springframework.web.socket.server.support that implement OrderedModifier and TypeClassDescriptionclassExtension ofSimpleUrlHandlerMappingwith support for more precise mapping of WebSocket handshake requests to handlers of typeWebSocketHttpRequestHandler.
PropertyPlaceholderConfigurer