Package | Description |
---|---|
org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
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.scheduling.annotation |
JDK 1.5+ annotation for asynchronous method execution.
|
org.springframework.transaction.annotation |
JDK 1.5+ annotation for transaction demarcation.
|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
BeanFactoryCacheOperationSourceAdvisor |
ProxyCachingConfiguration.cacheAdvisor() |
CacheInterceptor |
ProxyCachingConfiguration.cacheInterceptor() |
CacheOperationSource |
ProxyCachingConfiguration.cacheOperationSource() |
Modifier and Type | Method and Description |
---|---|
LoadTimeWeaver |
LoadTimeWeavingConfiguration.loadTimeWeaver() |
AnnotationMBeanExporter |
MBeanExportConfiguration.mbeanExporter() |
Modifier and Type | Method and Description |
---|---|
AsyncAnnotationBeanPostProcessor |
ProxyAsyncConfiguration.asyncAdvisor() |
ScheduledAnnotationBeanPostProcessor |
SchedulingConfiguration.scheduledAnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
BeanFactoryTransactionAttributeSourceAdvisor |
ProxyTransactionManagementConfiguration.transactionAdvisor() |
TransactionAttributeSource |
ProxyTransactionManagementConfiguration.transactionAttributeSource() |
TransactionInterceptor |
ProxyTransactionManagementConfiguration.transactionInterceptor() |
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(List) or through
WebMvcConfigurationSupport.addDefaultHandlerExceptionResolvers(List) . |
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
controller methods and the spring:eval JSP tag. |
Validator |
WebMvcConfigurationSupport.mvcValidator()
Return a global
Validator instance for example for validating
@ModelAttribute and @RequestBody method arguments. |
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.
|
Copyright © 2015. All rights reserved.