Package | Description |
---|---|
org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
org.springframework.cache.aspectj | |
org.springframework.cache.jcache.config |
Support package for declarative JSR-107 caching configuration.
|
org.springframework.context.annotation |
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
|
org.springframework.context.annotation.aspectj | |
org.springframework.jms.annotation |
Annotations and support classes for declarative JMS listener endpoints.
|
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.aspectj | |
org.springframework.transaction.annotation |
Spring's support for annotation-based transaction demarcation.
|
org.springframework.transaction.aspectj | |
org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
org.springframework.web.socket.config.annotation |
Support for annotation-based WebSocket setup in configuration classes.
|
Modifier and Type | Method and Description |
---|---|
BeanFactoryCacheOperationSourceAdvisor |
ProxyCachingConfiguration.cacheAdvisor() |
CacheInterceptor |
ProxyCachingConfiguration.cacheInterceptor() |
CacheOperationSource |
ProxyCachingConfiguration.cacheOperationSource() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cache.aspectj.AnnotationCacheAspect |
AspectJCachingConfiguration.cacheAspect() |
org.springframework.cache.aspectj.JCacheCacheAspect |
AspectJJCacheConfiguration.cacheAspect() |
Modifier and Type | Method and Description |
---|---|
BeanFactoryJCacheOperationSourceAdvisor |
ProxyJCacheConfiguration.cacheAdvisor() |
JCacheInterceptor |
ProxyJCacheConfiguration.cacheInterceptor() |
JCacheOperationSource |
AbstractJCacheConfiguration.cacheOperationSource() |
Modifier and Type | Method and Description |
---|---|
LoadTimeWeaver |
LoadTimeWeavingConfiguration.loadTimeWeaver() |
AnnotationMBeanExporter |
MBeanExportConfiguration.mbeanExporter() |
Modifier and Type | Method and Description |
---|---|
org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspect |
SpringConfiguredConfiguration.beanConfigurerAspect() |
Modifier and Type | Method and Description |
---|---|
JmsListenerEndpointRegistry |
JmsBootstrapConfiguration.defaultJmsListenerEndpointRegistry() |
JmsListenerAnnotationBeanPostProcessor |
JmsBootstrapConfiguration.jmsListenerAnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
AsyncAnnotationBeanPostProcessor |
ProxyAsyncConfiguration.asyncAdvisor() |
ScheduledAnnotationBeanPostProcessor |
SchedulingConfiguration.scheduledAnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect |
AspectJAsyncConfiguration.asyncAdvisor() |
Modifier and Type | Method and Description |
---|---|
BeanFactoryTransactionAttributeSourceAdvisor |
ProxyTransactionManagementConfiguration.transactionAdvisor() |
TransactionalEventListenerFactory |
AbstractTransactionManagementConfiguration.transactionalEventListenerFactory() |
TransactionAttributeSource |
ProxyTransactionManagementConfiguration.transactionAttributeSource() |
TransactionInterceptor |
ProxyTransactionManagementConfiguration.transactionInterceptor() |
Modifier and Type | Method and Description |
---|---|
org.springframework.transaction.aspectj.AnnotationTransactionAspect |
AspectJTransactionManagementConfiguration.transactionAspect() |
Modifier and Type | Method and Description |
---|---|
HandlerFunctionAdapter |
WebFluxConfigurationSupport.handlerFunctionAdapter() |
LocaleContextResolver |
WebFluxConfigurationSupport.localeContextResolver() |
RequestMappingHandlerAdapter |
WebFluxConfigurationSupport.requestMappingHandlerAdapter() |
RequestMappingHandlerMapping |
WebFluxConfigurationSupport.requestMappingHandlerMapping() |
HandlerMapping |
WebFluxConfigurationSupport.resourceHandlerMapping()
Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped
resource handlers.
|
ResourceUrlProvider |
WebFluxConfigurationSupport.resourceUrlProvider() |
ResponseBodyResultHandler |
WebFluxConfigurationSupport.responseBodyResultHandler() |
ResponseEntityResultHandler |
WebFluxConfigurationSupport.responseEntityResultHandler() |
WebExceptionHandler |
WebFluxConfigurationSupport.responseStatusExceptionHandler() |
RouterFunctionMapping |
WebFluxConfigurationSupport.routerFunctionMapping() |
ServerCodecConfigurer |
WebFluxConfigurationSupport.serverCodecConfigurer()
Return the configurer for HTTP message readers and writers.
|
ServerResponseResultHandler |
WebFluxConfigurationSupport.serverResponseResultHandler() |
SimpleHandlerAdapter |
WebFluxConfigurationSupport.simpleHandlerAdapter() |
ViewResolutionResultHandler |
WebFluxConfigurationSupport.viewResolutionResultHandler() |
ReactiveAdapterRegistry |
WebFluxConfigurationSupport.webFluxAdapterRegistry()
Return a
ReactiveAdapterRegistry to adapting reactive types. |
RequestedContentTypeResolver |
WebFluxConfigurationSupport.webFluxContentTypeResolver() |
FormattingConversionService |
WebFluxConfigurationSupport.webFluxConversionService()
Return a
FormattingConversionService for use with annotated controllers. |
Validator |
WebFluxConfigurationSupport.webFluxValidator()
Return a global
Validator instance for example for validating
@RequestBody method arguments. |
DispatcherHandler |
WebFluxConfigurationSupport.webHandler() |
Modifier and Type | Method and Description |
---|---|
BeanNameUrlHandlerMapping |
WebMvcConfigurationSupport.beanNameHandlerMapping()
Return a
BeanNameUrlHandlerMapping ordered at 2 to map URL
paths to controller bean names. |
HandlerMapping |
WebMvcConfigurationSupport.defaultServletHandlerMapping()
Return a handler mapping ordered at Integer.MAX_VALUE with a mapped
default servlet handler.
|
HandlerExceptionResolver |
WebMvcConfigurationSupport.handlerExceptionResolver()
Returns a
HandlerExceptionResolverComposite containing a list of exception
resolvers obtained either through WebMvcConfigurationSupport.configureHandlerExceptionResolvers(java.util.List<org.springframework.web.servlet.HandlerExceptionResolver>) or
through WebMvcConfigurationSupport.addDefaultHandlerExceptionResolvers(java.util.List<org.springframework.web.servlet.HandlerExceptionResolver>) . |
HttpRequestHandlerAdapter |
WebMvcConfigurationSupport.httpRequestHandlerAdapter()
Returns a
HttpRequestHandlerAdapter for processing requests
with HttpRequestHandler s. |
ContentNegotiationManager |
WebMvcConfigurationSupport.mvcContentNegotiationManager()
Return a
ContentNegotiationManager instance to use to determine
requested media types in a given request. |
FormattingConversionService |
WebMvcConfigurationSupport.mvcConversionService()
Return a
FormattingConversionService for use with annotated controllers. |
HandlerMappingIntrospector |
WebMvcConfigurationSupport.mvcHandlerMappingIntrospector() |
PathMatcher |
WebMvcConfigurationSupport.mvcPathMatcher()
Return a global
PathMatcher instance for path matching
patterns in HandlerMappings . |
ResourceUrlProvider |
WebMvcConfigurationSupport.mvcResourceUrlProvider()
A
ResourceUrlProvider bean for use with the MVC dispatcher. |
CompositeUriComponentsContributor |
WebMvcConfigurationSupport.mvcUriComponentsContributor()
Return an instance of
CompositeUriComponentsContributor for use with
MvcUriComponentsBuilder . |
UrlPathHelper |
WebMvcConfigurationSupport.mvcUrlPathHelper()
Return a global
UrlPathHelper instance for path matching
patterns in HandlerMappings . |
Validator |
WebMvcConfigurationSupport.mvcValidator()
Return a global
Validator instance for example for validating
@ModelAttribute and @RequestBody method arguments. |
ViewResolver |
WebMvcConfigurationSupport.mvcViewResolver()
Register a
ViewResolverComposite that contains a chain of view resolvers
to use for view resolution. |
RequestMappingHandlerAdapter |
WebMvcConfigurationSupport.requestMappingHandlerAdapter()
Returns a
RequestMappingHandlerAdapter for processing requests
through annotated controller methods. |
RequestMappingHandlerMapping |
WebMvcConfigurationSupport.requestMappingHandlerMapping()
Return a
RequestMappingHandlerMapping ordered at 0 for mapping
requests to annotated controllers. |
HandlerMapping |
WebMvcConfigurationSupport.resourceHandlerMapping()
Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped
resource handlers.
|
SimpleControllerHandlerAdapter |
WebMvcConfigurationSupport.simpleControllerHandlerAdapter()
Returns a
SimpleControllerHandlerAdapter for processing requests
with interface-based controllers. |
HandlerMapping |
WebMvcConfigurationSupport.viewControllerHandlerMapping()
Return a handler mapping ordered at 1 to map URL paths directly to
view names.
|
Modifier and Type | Method and Description |
---|---|
TaskScheduler |
WebSocketConfigurationSupport.defaultSockJsTaskScheduler()
The default TaskScheduler to use if none is configured via
SockJsServiceRegistration.setTaskScheduler(org.springframework.scheduling.TaskScheduler) , i.e. |
HandlerMapping |
WebSocketMessageBrokerConfigurationSupport.stompWebSocketHandlerMapping() |
WebSocketHandler |
WebSocketMessageBrokerConfigurationSupport.subProtocolWebSocketHandler() |
HandlerMapping |
WebSocketConfigurationSupport.webSocketHandlerMapping() |
WebSocketMessageBrokerStats |
WebSocketMessageBrokerConfigurationSupport.webSocketMessageBrokerStats() |
static CustomScopeConfigurer |
WebSocketMessageBrokerConfigurationSupport.webSocketScopeConfigurer() |