Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AALOAD - Static variable in interface org.springframework.asm.Opcodes
 
AASTORE - Static variable in interface org.springframework.asm.Opcodes
 
absolute(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
absolute(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the given row number in the row set, just after the last row.
ABSTRACT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ABSTRACT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(abstract)=true Default is "false".
AbstractAdaptableMessageListener - Class in org.springframework.jms.listener.adapter
An abstract MessageListener adapter providing the necessary infrastructure to extract the payload of a Message
AbstractAdaptableMessageListener() - Constructor for class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
 
AbstractAdaptableMessageListener.DestinationNameHolder - Class in org.springframework.jms.listener.adapter
Internal class combining a destination name and its target destination type (queue or topic).
AbstractAdaptableMessageListener.MessagingMessageConverterAdapter - Class in org.springframework.jms.listener.adapter
Delegates payload extraction to #extractMessage(javax.jms.Message) to enforce backward compatibility.
AbstractAdvisingBeanPostProcessor - Class in org.springframework.aop.framework
Base class for BeanPostProcessor implementations that apply a Spring AOP Advisor to specific beans.
AbstractAdvisingBeanPostProcessor() - Constructor for class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
AbstractAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
AbstractAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter - Class in org.springframework.aop.framework.autoproxy
Subclass of BeanFactoryAdvisorRetrievalHelper that delegates to surrounding AbstractAdvisorAutoProxyCreator facilities.
AbstractAliasAwareAnnotationAttributeExtractor - Class in org.springframework.core.annotation
Abstract base class for AnnotationAttributeExtractor implementations that transparently enforce attribute alias semantics for annotation attributes that are annotated with @AliasFor.
AbstractAliasAwareAnnotationAttributeExtractor(Class<? extends Annotation>, AnnotatedElement, Object) - Constructor for class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
Construct a new AbstractAliasAwareAnnotationAttributeExtractor.
AbstractAnnotationConfigDispatcherServletInitializer - Class in org.springframework.web.servlet.support
Base class for WebApplicationInitializer implementations that register a DispatcherServlet configured with annotated classes, e.g.
AbstractAnnotationConfigDispatcherServletInitializer() - Constructor for class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
 
AbstractApplicationContext - Class in org.springframework.context.support
Abstract implementation of the ApplicationContext interface.
AbstractApplicationContext() - Constructor for class org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with no parent.
AbstractApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with the given parent context.
AbstractApplicationEventMulticaster - Class in org.springframework.context.event
Abstract implementation of the ApplicationEventMulticaster interface, providing the basic listener registration facility.
AbstractApplicationEventMulticaster() - Constructor for class org.springframework.context.event.AbstractApplicationEventMulticaster
 
AbstractApplicationEventMulticaster.ListenerCacheKey - Class in org.springframework.context.event
Cache key for ListenerRetrievers, based on event type and source type.
AbstractApplicationEventMulticaster.ListenerRetriever - Class in org.springframework.context.event
Helper class that encapsulates a specific set of target listeners, allowing for efficient retrieval of pre-filtered listeners.
AbstractAspectJAdvice - Class in org.springframework.aop.aspectj
Base class for AOP Alliance org.aopalliance.aop.Advice classes wrapping an AspectJ aspect or an AspectJ-annotated advice method.
AbstractAspectJAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AbstractAspectJAdvice
Create a new AbstractAspectJAdvice for the given advice method.
AbstractAspectJAdvice.AdviceExcludingMethodMatcher - Class in org.springframework.aop.aspectj
MethodMatcher that excludes the specified advice method.
AbstractAspectJAdvisorFactory - Class in org.springframework.aop.aspectj.annotation
Abstract base class for factories that can create Spring AOP Advisors given AspectJ classes from classes honoring the AspectJ 5 annotation syntax.
AbstractAspectJAdvisorFactory() - Constructor for class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
AbstractAspectJAdvisorFactory.AspectJAnnotation<A extends java.lang.annotation.Annotation> - Class in org.springframework.aop.aspectj.annotation
Class modelling an AspectJ annotation, exposing its type enumeration and pointcut String.
AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer - Class in org.springframework.aop.aspectj.annotation
ParameterNameDiscoverer implementation that analyzes the arg names specified at the AspectJ annotation level.
AbstractAspectJAdvisorFactory.AspectJAnnotationType - Enum in org.springframework.aop.aspectj.annotation
 
AbstractAsyncClientHttpRequest - Class in org.springframework.http.client
Abstract base for AsyncClientHttpRequest that makes sure that headers and body are not written multiple times.
AbstractAsyncClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractAsyncClientHttpRequest
 
AbstractAsyncConfiguration - Class in org.springframework.scheduling.annotation
Abstract base Configuration class providing common structure for enabling Spring's asynchronous method execution capability.
AbstractAsyncConfiguration() - Constructor for class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
AbstractAsyncReturnValueHandler - Class in org.springframework.messaging.handler.invocation
Convenient base class for AsyncHandlerMethodReturnValueHandler implementations that support only asynchronous (Future-like) return values a and merely serve as adapters of such types to Spring's ListenableFuture.
AbstractAsyncReturnValueHandler() - Constructor for class org.springframework.messaging.handler.invocation.AbstractAsyncReturnValueHandler
 
AbstractAtomFeedView - Class in org.springframework.web.servlet.view.feed
Abstract superclass for Atom Feed views, using the ROME package.
AbstractAtomFeedView() - Constructor for class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 
AbstractAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
BeanPostProcessor implementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.
AbstractAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
AbstractAutowireCapableBeanFactory - Class in org.springframework.beans.factory.support
Abstract bean factory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
AbstractAutowireCapableBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new AbstractAutowireCapableBeanFactory.
AbstractAutowireCapableBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new AbstractAutowireCapableBeanFactory with the given parent.
AbstractAutowireCapableBeanFactory.AutowireByTypeDependencyDescriptor - Class in org.springframework.beans.factory.support
Special DependencyDescriptor variant for Spring's good old autowire="byType" mode.
AbstractBeanDefinition - Class in org.springframework.beans.factory.support
Base class for concrete, full-fledged BeanDefinition classes, factoring out common properties of GenericBeanDefinition, RootBeanDefinition, and ChildBeanDefinition.
AbstractBeanDefinition() - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition with default settings.
AbstractBeanDefinition(ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition with the given constructor argument values and property values.
AbstractBeanDefinition(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition as a deep copy of the given bean definition.
AbstractBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Abstract BeanDefinitionParser implementation providing a number of convenience methods and a template method that subclasses must override to provide the actual parsing logic.
AbstractBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
 
AbstractBeanDefinitionReader - Class in org.springframework.beans.factory.support
Abstract base class for bean definition readers which implement the BeanDefinitionReader interface.
AbstractBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Create a new AbstractBeanDefinitionReader for the given bean factory.
AbstractBeanFactory - Class in org.springframework.beans.factory.support
Abstract base class for BeanFactory implementations, providing the full capabilities of the ConfigurableBeanFactory SPI.
AbstractBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory.
AbstractBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory with the given parent.
AbstractBeanFactoryBasedTargetSource - Class in org.springframework.aop.target
Base class for TargetSource implementations that are based on a Spring BeanFactory, delegating to Spring-managed bean instances.
AbstractBeanFactoryBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
AbstractBeanFactoryBasedTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
Convenient superclass for TargetSourceCreator implementations that require creating multiple instances of a prototype bean.
AbstractBeanFactoryBasedTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
AbstractBeanFactoryPointcutAdvisor - Class in org.springframework.aop.support
Abstract BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in a BeanFactory.
AbstractBeanFactoryPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
AbstractBindingResult - Class in org.springframework.validation
Abstract implementation of the BindingResult interface and its super-interface Errors.
AbstractBindingResult(String) - Constructor for class org.springframework.validation.AbstractBindingResult
Create a new AbstractBindingResult instance.
AbstractBrokerMessageHandler - Class in org.springframework.messaging.simp.broker
Abstract base class for a MessageHandler that broker messages to registered subscribers.
AbstractBrokerMessageHandler(SubscribableChannel, MessageChannel, SubscribableChannel) - Constructor for class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
Constructor with no destination prefixes (matches all destinations).
AbstractBrokerMessageHandler(SubscribableChannel, MessageChannel, SubscribableChannel, Collection<String>) - Constructor for class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
Constructor with destination prefixes to match to destinations of messages.
AbstractBrokerMessageHandler.UnsentDisconnectChannelInterceptor - Class in org.springframework.messaging.simp.broker
Detect unsent DISCONNECT messages and process them anyway.
AbstractBrokerRegistration - Class in org.springframework.messaging.simp.config
Base class for message broker registration classes.
AbstractBrokerRegistration(SubscribableChannel, MessageChannel, String[]) - Constructor for class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
AbstractBufferingAsyncClientHttpRequest - Class in org.springframework.http.client
Base implementation of AsyncClientHttpRequest that buffers output in a byte array before sending it over the wire.
AbstractBufferingAsyncClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractBufferingAsyncClientHttpRequest
 
AbstractBufferingClientHttpRequest - Class in org.springframework.http.client
Base implementation of ClientHttpRequest that buffers output in a byte array before sending it over the wire.
AbstractBufferingClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractBufferingClientHttpRequest
 
AbstractCacheInterceptor<O extends AbstractJCacheOperation<A>,A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
A base interceptor for JSR-107 cache annotations.
AbstractCacheInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractCacheInterceptor
 
AbstractCacheInvoker - Class in org.springframework.cache.interceptor
A base component for invoking Cache operations and using a configurable CacheErrorHandler when an exception occurs.
AbstractCacheInvoker(CacheErrorHandler) - Constructor for class org.springframework.cache.interceptor.AbstractCacheInvoker
 
AbstractCacheInvoker() - Constructor for class org.springframework.cache.interceptor.AbstractCacheInvoker
 
AbstractCacheManager - Class in org.springframework.cache.support
Abstract base class implementing the common CacheManager methods.
AbstractCacheManager() - Constructor for class org.springframework.cache.support.AbstractCacheManager
 
AbstractCacheResolver - Class in org.springframework.cache.interceptor
A base CacheResolver implementation that requires the concrete implementation to provide the collection of cache name(s) based on the invocation context.
AbstractCacheResolver() - Constructor for class org.springframework.cache.interceptor.AbstractCacheResolver
 
AbstractCacheResolver(CacheManager) - Constructor for class org.springframework.cache.interceptor.AbstractCacheResolver
 
AbstractCachingConfiguration - Class in org.springframework.cache.annotation
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven cache management capability.
AbstractCachingConfiguration() - Constructor for class org.springframework.cache.annotation.AbstractCachingConfiguration
 
AbstractCachingViewResolver - Class in org.springframework.web.servlet.view
Convenient base class for ViewResolver implementations.
AbstractCachingViewResolver() - Constructor for class org.springframework.web.servlet.view.AbstractCachingViewResolver
 
AbstractCheckedElementTag - Class in org.springframework.web.servlet.tags.form
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering an HTML 'input' element with a 'type' of 'checkbox' or 'radio'.
AbstractCheckedElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
 
AbstractClassTestingTypeFilter - Class in org.springframework.core.type.filter
Type filter that exposes a ClassMetadata object to subclasses, for class testing purposes.
AbstractClassTestingTypeFilter() - Constructor for class org.springframework.core.type.filter.AbstractClassTestingTypeFilter
 
AbstractClientHttpRequest - Class in org.springframework.http.client
Abstract base for ClientHttpRequest that makes sure that headers and body are not written multiple times.
AbstractClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractClientHttpRequest
 
AbstractClientHttpRequestFactoryWrapper - Class in org.springframework.http.client
Abstract base class for ClientHttpRequestFactory implementations that decorate another request factory.
AbstractClientHttpRequestFactoryWrapper(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Creates a AbstractClientHttpRequestFactoryWrapper wrapping the given request factory.
AbstractClientHttpResponse - Class in org.springframework.http.client
Abstract base for ClientHttpResponse.
AbstractClientHttpResponse() - Constructor for class org.springframework.http.client.AbstractClientHttpResponse
 
AbstractClientSockJsSession - Class in org.springframework.web.socket.sockjs.client
Base class for SockJS client implementations of WebSocketSession.
AbstractClientSockJsSession(TransportRequest, WebSocketHandler, SettableListenableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
AbstractClientSockJsSession.State - Enum in org.springframework.web.socket.sockjs.client
 
AbstractColumnMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Abstract base class for DataFieldMaxValueIncrementer implementations that use a column in a custom sequence table.
AbstractColumnMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Default constructor for bean property style usage.
AbstractColumnMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Convenience constructor.
AbstractComponentDefinition - Class in org.springframework.beans.factory.parsing
Base implementation of ComponentDefinition that provides a basic implementation of AbstractComponentDefinition.getDescription() which delegates to ComponentDefinition.getName().
AbstractComponentDefinition() - Constructor for class org.springframework.beans.factory.parsing.AbstractComponentDefinition
 
AbstractConfigurableMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Base class for MBeanInfoAssemblers that support configurable JMX notification behavior.
AbstractConfigurableMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
AbstractContextLoader - Class in org.springframework.test.context.support
Abstract application context loader that provides a basis for all concrete implementations of the ContextLoader SPI.
AbstractContextLoader() - Constructor for class org.springframework.test.context.support.AbstractContextLoader
 
AbstractContextLoaderInitializer - Class in org.springframework.web.context
Convenient base class for WebApplicationInitializer implementations that register a ContextLoaderListener in the servlet context.
AbstractContextLoaderInitializer() - Constructor for class org.springframework.web.context.AbstractContextLoaderInitializer
 
AbstractController - Class in org.springframework.web.portlet.mvc
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - Constructor for class org.springframework.web.portlet.mvc.AbstractController
 
AbstractController - Class in org.springframework.web.servlet.mvc
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - Constructor for class org.springframework.web.servlet.mvc.AbstractController
 
AbstractControllerUrlHandlerMapping - Class in org.springframework.web.servlet.mvc.support
Base class for HandlerMapping implementations that derive URL paths according to conventions for specific controller types.
AbstractControllerUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
 
AbstractCookieValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
A base abstract class to resolve method arguments annotated with @CookieValue.
AbstractCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
AbstractCookieValueMethodArgumentResolver.CookieValueNamedValueInfo - Class in org.springframework.web.method.annotation
 
AbstractCssLinkParser() - Constructor for class org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractCssLinkParser
 
AbstractDataBoundFormElementTag - Class in org.springframework.web.servlet.tags.form
Base tag for all data-binding aware JSP form tags.
AbstractDataBoundFormElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
 
AbstractDataFieldMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Base implementation of DataFieldMaxValueIncrementer that delegates to a single AbstractDataFieldMaxValueIncrementer.getNextKey() template method that returns a long.
AbstractDataFieldMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Default constructor for bean property style usage.
AbstractDataFieldMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Convenience constructor.
AbstractDataSource - Class in org.springframework.jdbc.datasource
Abstract base class for Spring's DataSource implementations, taking care of the padding.
AbstractDataSource() - Constructor for class org.springframework.jdbc.datasource.AbstractDataSource
 
AbstractDelegatingSmartContextLoader - Class in org.springframework.test.context.support
AbstractDelegatingSmartContextLoader serves as an abstract base class for implementations of the SmartContextLoader SPI that delegate to a set of candidate SmartContextLoaders (i.e., one that supports XML configuration files or Groovy scripts and one that supports annotated classes) to determine which context loader is appropriate for a given test class's configuration.
AbstractDelegatingSmartContextLoader() - Constructor for class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
AbstractDestinationResolvingMessagingTemplate<D> - Class in org.springframework.messaging.core
An extension of AbstractMessagingTemplate that adds operations for sending messages to a resolvable destination name as defined by the following interfaces: DestinationResolvingMessageSendingOperations DestinationResolvingMessageReceivingOperations DestinationResolvingMessageRequestReplyOperations
AbstractDestinationResolvingMessagingTemplate() - Constructor for class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
AbstractDetectingUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Abstract implementation of the HandlerMapping interface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.
AbstractDetectingUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
 
AbstractDirtiesContextTestExecutionListener - Class in org.springframework.test.context.support
Abstract base class for TestExecutionListener implementations that provide support for marking the ApplicationContext associated with a test as dirty for both test classes and test methods annotated with the @DirtiesContext annotation.
AbstractDirtiesContextTestExecutionListener() - Constructor for class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
 
AbstractDispatcherServletInitializer - Class in org.springframework.web.servlet.support
Base class for WebApplicationInitializer implementations that register a DispatcherServlet in the servlet context.
AbstractDispatcherServletInitializer() - Constructor for class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
 
AbstractDriverBasedDataSource - Class in org.springframework.jdbc.datasource
Abstract base class for JDBC DataSource implementations that operate on a JDBC Driver.
AbstractDriverBasedDataSource() - Constructor for class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
AbstractEmbeddedDatabaseConfigurer - Class in org.springframework.jdbc.datasource.embedded
Base class for EmbeddedDatabaseConfigurer implementations providing common shutdown behavior.
AbstractEmbeddedDatabaseConfigurer() - Constructor for class org.springframework.jdbc.datasource.embedded.AbstractEmbeddedDatabaseConfigurer
 
AbstractEntityManagerFactoryBean - Class in org.springframework.orm.jpa
Abstract FactoryBean that creates a local JPA javax.persistence.EntityManagerFactory instance within a Spring application context.
AbstractEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
AbstractEntityManagerFactoryBean.ManagedEntityManagerFactoryInvocationHandler - Class in org.springframework.orm.jpa
Dynamic proxy invocation handler proxying an EntityManagerFactory to return a proxy EntityManager if necessary from createEntityManager() methods.
AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference - Class in org.springframework.orm.jpa
Minimal bean reference to the surrounding AbstractEntityManagerFactoryBean.
AbstractEnvironment - Class in org.springframework.core.env
Abstract base class for Environment implementations.
AbstractEnvironment() - Constructor for class org.springframework.core.env.AbstractEnvironment
Create a new Environment instance, calling back to AbstractEnvironment.customizePropertySources(MutablePropertySources) during construction to allow subclasses to contribute or manipulate PropertySource instances as appropriate.
AbstractErrors - Class in org.springframework.validation
Abstract implementation of the Errors interface.
AbstractErrors() - Constructor for class org.springframework.validation.AbstractErrors
 
AbstractExcelView - Class in org.springframework.web.servlet.view.document
Deprecated.
as of Spring 4.2, in favor of AbstractXlsView and its AbstractXlsxView and AbstractXlsxStreamingView variants
AbstractExcelView() - Constructor for class org.springframework.web.servlet.view.document.AbstractExcelView
Deprecated.
Default Constructor.
AbstractExceptionHandlerMethodResolver - Class in org.springframework.messaging.handler.invocation
Cache exception handling method mappings and provide options to look up a method that should handle an exception.
AbstractExceptionHandlerMethodResolver(Map<Class<? extends Throwable>, Method>) - Constructor for class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
Protected constructor accepting exception-to-method mappings.
AbstractExpressionPointcut - Class in org.springframework.aop.support
Abstract superclass for expression pointcuts, offering location and expression properties.
AbstractExpressionPointcut() - Constructor for class org.springframework.aop.support.AbstractExpressionPointcut
 
AbstractFactoryBean<T> - Class in org.springframework.beans.factory.config
Simple template superclass for FactoryBean implementations that creates a singleton or a prototype object, depending on a flag.
AbstractFactoryBean() - Constructor for class org.springframework.beans.factory.config.AbstractFactoryBean
 
AbstractFactoryBean.EarlySingletonInvocationHandler - Class in org.springframework.beans.factory.config
Reflective InvocationHandler for lazy access to the actual singleton object.
AbstractFallbackCacheOperationSource - Class in org.springframework.cache.interceptor
Abstract implementation of CacheOperation that caches attributes for methods and implements a fallback policy: 1.
AbstractFallbackCacheOperationSource() - Constructor for class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
 
AbstractFallbackJCacheOperationSource - Class in org.springframework.cache.jcache.interceptor
Abstract implementation of JCacheOperationSource that caches attributes for methods and implements a fallback policy: 1.
AbstractFallbackJCacheOperationSource() - Constructor for class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
 
AbstractFallbackSQLExceptionTranslator - Class in org.springframework.jdbc.support
Base class for SQLExceptionTranslator implementations that allow for fallback to some other SQLExceptionTranslator.
AbstractFallbackSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
 
AbstractFallbackTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Abstract implementation of TransactionAttributeSource that caches attributes for methods and implements a fallback policy: 1.
AbstractFallbackTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
 
AbstractFallbackTransactionAttributeSource.DefaultCacheKey - Class in org.springframework.transaction.interceptor
Default cache key for the TransactionAttribute cache.
AbstractFeedView<T extends WireFeed> - Class in org.springframework.web.servlet.view.feed
Abstract base class for Atom and RSS Feed views, using the ROME package.
AbstractFeedView() - Constructor for class org.springframework.web.servlet.view.feed.AbstractFeedView
 
AbstractFileResolvingResource - Class in org.springframework.core.io
Abstract base class for resources which resolve URLs into File references, such as UrlResource or ClassPathResource.
AbstractFileResolvingResource() - Constructor for class org.springframework.core.io.AbstractFileResolvingResource
 
AbstractFileResolvingResource.VfsResourceDelegate - Class in org.springframework.core.io
Inner delegate class, avoiding a hard JBoss VFS API dependency at runtime.
abstractFlag - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
AbstractFlashMapManager - Class in org.springframework.web.servlet.support
A base class for FlashMapManager implementations.
AbstractFlashMapManager() - Constructor for class org.springframework.web.servlet.support.AbstractFlashMapManager
 
AbstractFormTag - Class in org.springframework.web.servlet.tags.form
Base class for all JSP form tags.
AbstractFormTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractFormTag
 
AbstractGenericContextLoader - Class in org.springframework.test.context.support
Abstract, generic extension of AbstractContextLoader that loads a GenericApplicationContext.
AbstractGenericContextLoader() - Constructor for class org.springframework.test.context.support.AbstractGenericContextLoader
 
AbstractGenericHttpMessageConverter<T> - Class in org.springframework.http.converter
Abstract base class for most GenericHttpMessageConverter implementations.
AbstractGenericHttpMessageConverter() - Constructor for class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with no supported media types.
AbstractGenericHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with one supported media type.
AbstractGenericHttpMessageConverter(MediaType...) - Constructor for class org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with multiple supported media type.
AbstractGenericPointcutAdvisor - Class in org.springframework.aop.support
Abstract generic PointcutAdvisor that allows for any Advice to be configured.
AbstractGenericPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
AbstractGenericWebContextLoader - Class in org.springframework.test.context.web
Abstract, generic extension of AbstractContextLoader that loads a GenericWebApplicationContext.
AbstractGenericWebContextLoader() - Constructor for class org.springframework.test.context.web.AbstractGenericWebContextLoader
 
AbstractHandlerExceptionResolver - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerExceptionResolver - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerMapping - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
AbstractHandlerMapping - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
AbstractHandlerMapping.CorsInterceptor - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMapping.PreFlightHandler - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMethodAdapter - Class in org.springframework.web.servlet.mvc.method
Abstract base class for HandlerAdapter implementations that support handlers of type HandlerMethod.
AbstractHandlerMethodAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
 
AbstractHandlerMethodExceptionResolver - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerExceptionResolver implementations that support handling exceptions from handlers of type HandlerMethod.
AbstractHandlerMethodExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
 
AbstractHandlerMethodMapping<T> - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerMapping implementations that define a mapping between a request and a HandlerMethod.
AbstractHandlerMethodMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
AbstractHandlerMethodMapping.EmptyHandler - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMethodMapping.MappingRegistration<T> - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMethodMapping.MappingRegistry - Class in org.springframework.web.servlet.handler
A registry that maintains all mappings to handler methods, exposing methods to perform lookups and providing concurrent access.
AbstractHandlerMethodMapping.Match - Class in org.springframework.web.servlet.handler
A thin wrapper around a matched HandlerMethod and its mapping, for the purpose of comparing the best match with a comparator in the context of the current request.
AbstractHandlerMethodMapping.MatchComparator - Class in org.springframework.web.servlet.handler
 
AbstractHandshakeHandler - Class in org.springframework.web.socket.server.support
A base class to use for HandshakeHandler implementations.
AbstractHandshakeHandler() - Constructor for class org.springframework.web.socket.server.support.AbstractHandshakeHandler
Default constructor that auto-detects and instantiates a RequestUpgradeStrategy suitable for the runtime container.
AbstractHandshakeHandler(RequestUpgradeStrategy) - Constructor for class org.springframework.web.socket.server.support.AbstractHandshakeHandler
A constructor that accepts a runtime-specific RequestUpgradeStrategy.
AbstractHeaderMapper<T> - Class in org.springframework.messaging.support
A base HeaderMapper implementation
AbstractHeaderMapper() - Constructor for class org.springframework.messaging.support.AbstractHeaderMapper
 
AbstractHtmlElementBodyTag - Class in org.springframework.web.servlet.tags.form
Convenient super class for many html tags that render content using the databinding features of the AbstractHtmlElementTag.
AbstractHtmlElementBodyTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
AbstractHtmlElementTag - Class in org.springframework.web.servlet.tags.form
Base class for databinding-aware JSP tags that render HTML element.
AbstractHtmlElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
AbstractHtmlInputElementTag - Class in org.springframework.web.servlet.tags.form
Base class for databinding-aware JSP tags that render HTML form input element.
AbstractHtmlInputElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
AbstractHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
Abstract base implementation of the HttpInvokerRequestExecutor interface.
AbstractHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
AbstractHttpMessageConverter<T> - Class in org.springframework.http.converter
Abstract base class for most HttpMessageConverter implementations.
AbstractHttpMessageConverter() - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with no supported media types.
AbstractHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with one supported media type.
AbstractHttpMessageConverter(MediaType...) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with multiple supported media type.
AbstractHttpReceivingTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
Base class for HTTP transport handlers that receive messages via HTTP POST.
AbstractHttpReceivingTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
 
AbstractHttpSendingTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
Base class for HTTP transport handlers that push messages to connected clients.
AbstractHttpSendingTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
 
AbstractHttpSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
An abstract base class for use with HTTP transport SockJS sessions.
AbstractHttpSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 
AbstractIdentityColumnMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Abstract base class for DataFieldMaxValueIncrementer implementations which are based on identity columns in a sequence-like table.
AbstractIdentityColumnMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
Default constructor for bean property style usage.
AbstractIdentityColumnMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
 
AbstractInterceptorDrivenBeanDefinitionDecorator - Class in org.springframework.aop.config
Base implementation for BeanDefinitionDecorators wishing to add an interceptor to the resulting bean.
AbstractInterceptorDrivenBeanDefinitionDecorator() - Constructor for class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
AbstractInterruptibleBatchPreparedStatementSetter - Class in org.springframework.jdbc.core.support
Abstract implementation of the InterruptibleBatchPreparedStatementSetter interface, combining the check for available values and setting of those into a single callback method AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int).
AbstractInterruptibleBatchPreparedStatementSetter() - Constructor for class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
 
AbstractJackson2HttpMessageConverter - Class in org.springframework.http.converter.json
Abstract base class for Jackson based and content type independent HttpMessageConverter implementations.
AbstractJackson2HttpMessageConverter(ObjectMapper) - Constructor for class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2HttpMessageConverter(ObjectMapper, MediaType) - Constructor for class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2HttpMessageConverter(ObjectMapper, MediaType...) - Constructor for class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2View - Class in org.springframework.web.servlet.view.json
Abstract base class for Jackson based and content type independent AbstractView implementations.
AbstractJackson2View(ObjectMapper, String) - Constructor for class org.springframework.web.servlet.view.json.AbstractJackson2View
 
AbstractJasperReportsSingleFormatView - Class in org.springframework.web.servlet.view.jasperreports
Extends AbstractJasperReportsView to provide basic rendering logic for views that use a fixed format, e.g.
AbstractJasperReportsSingleFormatView() - Constructor for class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
 
AbstractJasperReportsView - Class in org.springframework.web.servlet.view.jasperreports
Base class for all JasperReports views.
AbstractJasperReportsView() - Constructor for class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
 
AbstractJaxb2HttpMessageConverter<T> - Class in org.springframework.http.converter.xml
Abstract base class for HttpMessageConverters that use JAXB2.
AbstractJaxb2HttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
 
AbstractJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
Abstract exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation).
AbstractJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
AbstractJCacheConfiguration - Class in org.springframework.cache.jcache.config
Abstract JSR-107 specific @Configuration class providing common structure for enabling JSR-107 annotation-driven cache management capability.
AbstractJCacheConfiguration() - Constructor for class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
 
AbstractJCacheKeyOperation<A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
A base JCacheOperation that operates with a key.
AbstractJCacheKeyOperation(<any>, CacheResolver, KeyGenerator) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractJCacheKeyOperation
Create a new instance.
AbstractJCacheOperation<A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
A base JCacheOperation implementation.
AbstractJCacheOperation(<any>, CacheResolver) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
Create a new instance.
AbstractJCacheOperation.CacheInvocationParameterImpl - Class in org.springframework.cache.jcache.interceptor
 
AbstractJCacheOperation.CacheParameterDetail - Class in org.springframework.cache.jcache.interceptor
 
AbstractJdbc4SqlXmlValue() - Constructor for class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue
 
AbstractJdbcCall - Class in org.springframework.jdbc.core.simple
Abstract class to provide base functionality for easy stored procedure calls based on configuration options and database metadata.
AbstractJdbcCall(DataSource) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcCall
Constructor to be used when initializing using a DataSource.
AbstractJdbcCall(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcCall
Constructor to be used when initializing using a JdbcTemplate.
AbstractJdbcInsert - Class in org.springframework.jdbc.core.simple
Abstract class to provide base functionality for easy inserts based on configuration options and database metadata.
AbstractJdbcInsert(DataSource) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Constructor to be used when initializing using a DataSource.
AbstractJdbcInsert(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Constructor to be used when initializing using a JdbcTemplate.
AbstractJExcelView - Class in org.springframework.web.servlet.view.document
Deprecated.
as of Spring 4.0, since JExcelAPI is an abandoned project (no release since 2009, with serious bugs remaining)
AbstractJExcelView() - Constructor for class org.springframework.web.servlet.view.document.AbstractJExcelView
Deprecated.
Default Constructor.
AbstractJmsListenerContainerFactory<C extends AbstractMessageListenerContainer> - Class in org.springframework.jms.config
Base JmsListenerContainerFactory for Spring's base container implementation.
AbstractJmsListenerContainerFactory() - Constructor for class org.springframework.jms.config.AbstractJmsListenerContainerFactory
 
AbstractJmsListenerEndpoint - Class in org.springframework.jms.config
Base model for a JMS listener endpoint
AbstractJmsListenerEndpoint() - Constructor for class org.springframework.jms.config.AbstractJmsListenerEndpoint
 
AbstractJmsListenerEndpoint.JcaEndpointConfigurer - Class in org.springframework.jms.config
Inner class to avoid a hard dependency on the JCA API.
AbstractJmsListeningContainer - Class in org.springframework.jms.listener
Common base class for all containers which need to implement listening based on a JMS Connection (either shared or freshly obtained for each attempt).
AbstractJmsListeningContainer() - Constructor for class org.springframework.jms.listener.AbstractJmsListeningContainer
 
AbstractJmsListeningContainer.SharedConnectionNotInitializedException - Exception in org.springframework.jms.listener
Exception that indicates that the initial setup of this container's shared JMS Connection failed.
AbstractJmxAttribute - Class in org.springframework.jmx.export.metadata
Base class for all JMX metadata classes.
AbstractJmxAttribute() - Constructor for class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
AbstractJndiLocatingBeanDefinitionParser - Class in org.springframework.ejb.config
Abstract base class for BeanDefinitionParsers which build JNDI-locating beans, supporting an optional "jndiEnvironment" bean property, populated from an "environment" XML sub-element.
AbstractJndiLocatingBeanDefinitionParser() - Constructor for class org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
 
AbstractJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
Abstract JpaVendorAdapter implementation that defines common properties, to be translated into vendor-specific JPA properties by concrete subclasses.
AbstractJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
AbstractJsonPathRequestMatcher() - Constructor for class org.springframework.test.web.client.match.JsonPathRequestMatchers.AbstractJsonPathRequestMatcher
 
AbstractJsonpResponseBodyAdvice - Class in org.springframework.web.servlet.mvc.method.annotation
A convenient base class for a ResponseBodyAdvice to instruct the MappingJackson2HttpMessageConverter to serialize with JSONP formatting.
AbstractJsonpResponseBodyAdvice(String...) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
 
AbstractJUnit4SpringContextTests - Class in org.springframework.test.context.junit4
Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a JUnit environment.
AbstractJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
 
AbstractKeyCacheInterceptor<O extends AbstractJCacheKeyOperation<A>,A extends java.lang.annotation.Annotation> - Class in org.springframework.cache.jcache.interceptor
A base interceptor for JSR-107 key-based cache annotations.
AbstractKeyCacheInterceptor(CacheErrorHandler) - Constructor for class org.springframework.cache.jcache.interceptor.AbstractKeyCacheInterceptor
 
AbstractLazyCreationTargetSource - Class in org.springframework.aop.target
TargetSource implementation that will lazily create a user-managed object.
AbstractLazyCreationTargetSource() - Constructor for class org.springframework.aop.target.AbstractLazyCreationTargetSource
 
AbstractListenerContainerParser - Class in org.springframework.jms.config
Abstract parser for JMS listener container elements, providing support for common properties that are identical for all listener container variants.
AbstractListenerContainerParser() - Constructor for class org.springframework.jms.config.AbstractListenerContainerParser
 
AbstractLobCreatingPreparedStatementCallback - Class in org.springframework.jdbc.core.support
Abstract PreparedStatementCallback implementation that manages a LobCreator.
AbstractLobCreatingPreparedStatementCallback(LobHandler) - Constructor for class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
Create a new AbstractLobCreatingPreparedStatementCallback for the given LobHandler.
AbstractLobHandler - Class in org.springframework.jdbc.support.lob
Abstract base class for LobHandler implementations.
AbstractLobHandler() - Constructor for class org.springframework.jdbc.support.lob.AbstractLobHandler
 
AbstractLobStreamingResultSetExtractor<T> - Class in org.springframework.jdbc.core.support
Abstract ResultSetExtractor implementation that assumes streaming of LOB data.
AbstractLobStreamingResultSetExtractor() - Constructor for class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
 
AbstractLobType - Class in org.springframework.orm.hibernate3.support
Abstract base class for Hibernate UserType implementations that map to LOBs.
AbstractLobType() - Constructor for class org.springframework.orm.hibernate3.support.AbstractLobType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
AbstractLobType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.AbstractLobType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
AbstractLocaleContextResolver - Class in org.springframework.web.servlet.i18n
Abstract base class for LocaleContextResolver implementations.
AbstractLocaleContextResolver() - Constructor for class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
 
AbstractLocaleResolver - Class in org.springframework.web.servlet.i18n
Abstract base class for LocaleResolver implementations.
AbstractLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.AbstractLocaleResolver
 
AbstractMapBasedHandlerMapping<K> - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerMapping implementations that rely on a map which caches handler objects per lookup key.
AbstractMapBasedHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
 
AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate - Interface in org.springframework.web.portlet.handler
Predicate interface for determining a match with a given request.
AbstractMappingContentNegotiationStrategy - Class in org.springframework.web.accept
A base class for ContentNegotiationStrategy types that maintain a map with keys such as "json" and media types such as "application/json".
AbstractMappingContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Create an instance with the given extension-to-MediaType lookup.
AbstractMappingJacksonResponseBodyAdvice - Class in org.springframework.web.servlet.mvc.method.annotation
A convenient base class for ResponseBodyAdvice implementations that customize the response before JSON serialization with AbstractJackson2HttpMessageConverter's concrete subclasses.
AbstractMappingJacksonResponseBodyAdvice() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
 
AbstractMarshaller - Class in org.springframework.oxm.support
Abstract implementation of the Marshaller and Unmarshaller interface.
AbstractMarshaller() - Constructor for class org.springframework.oxm.support.AbstractMarshaller
 
AbstractMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Abstract implementation of the MBeanInfoAssembler interface that encapsulates the creation of a ModelMBeanInfo instance but delegates the creation of metadata to subclasses.
AbstractMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
 
AbstractMediaTypeExpression - Class in org.springframework.web.servlet.mvc.condition
Supports media type expressions as described in: RequestMapping.consumes() and RequestMapping.produces().
AbstractMediaTypeExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
AbstractMediaTypeExpression(MediaType, boolean) - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
AbstractMessageBrokerConfiguration - Class in org.springframework.messaging.simp.config
Provides essential configuration for handling messages with simple messaging protocols such as STOMP.
AbstractMessageBrokerConfiguration() - Constructor for class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
Protected constructor.
AbstractMessageBrokerConfiguration.NoOpBrokerMessageHandler - Class in org.springframework.messaging.simp.config
 
AbstractMessageBrokerConfiguration.NoOpMessageHandler - Class in org.springframework.messaging.simp.config
 
AbstractMessageChannel - Class in org.springframework.messaging.support
Abstract base class for MessageChannel implementations.
AbstractMessageChannel() - Constructor for class org.springframework.messaging.support.AbstractMessageChannel
 
AbstractMessageChannel.ChannelInterceptorChain - Class in org.springframework.messaging.support
Assists with the invocation of the configured channel interceptors.
AbstractMessageCondition<T extends AbstractMessageCondition<T>> - Class in org.springframework.messaging.handler
AbstractMessageCondition() - Constructor for class org.springframework.messaging.handler.AbstractMessageCondition
 
AbstractMessageConverter - Class in org.springframework.messaging.converter
Abstract base class for MessageConverter implementations including support for common properties and a partial implementation of the conversion methods, mainly to check if the converter supports the conversion based on the payload class and MIME type.
AbstractMessageConverter(MimeType) - Constructor for class org.springframework.messaging.converter.AbstractMessageConverter
Construct an AbstractMessageConverter supporting a single MIME type.
AbstractMessageConverter(Collection<MimeType>) - Constructor for class org.springframework.messaging.converter.AbstractMessageConverter
Construct an AbstractMessageConverter supporting multiple MIME types.
AbstractMessageConverterMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
A base class for resolving method argument values by reading from the body of a request with HttpMessageConverters.
AbstractMessageConverterMethodArgumentResolver(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Basic constructor with converters only.
AbstractMessageConverterMethodArgumentResolver(List<HttpMessageConverter<?>>, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Constructor with converters and Request~ and ResponseBodyAdvice.
AbstractMessageConverterMethodArgumentResolver.EmptyBodyCheckingHttpInputMessage - Class in org.springframework.web.servlet.mvc.method.annotation
 
AbstractMessageConverterMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
Extends AbstractMessageConverterMethodArgumentResolver with the ability to handle method return values by writing to the response with HttpMessageConverters.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
AbstractMessageEndpoint() - Constructor for class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
AbstractMessageEndpointFactory - Class in org.springframework.jca.endpoint
Abstract base implementation of the JCA 1.5/1.6/1.7 javax.resource.spi.endpoint.MessageEndpointFactory interface, providing transaction management capabilities as well as ClassLoader exposure for endpoint invocations.
AbstractMessageEndpointFactory() - Constructor for class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
 
AbstractMessageEndpointFactory.AbstractMessageEndpoint - Class in org.springframework.jca.endpoint
Inner class for actual endpoint implementations, based on template method to allow for any kind of concrete endpoint implementation.
AbstractMessageEndpointFactory.TransactionDelegate - Class in org.springframework.jca.endpoint
Private inner class that performs the actual transaction handling, including enlistment of the endpoint's XAResource.
AbstractMessageListenerContainer - Class in org.springframework.jms.listener
Abstract base class for message listener containers.
AbstractMessageListenerContainer() - Constructor for class org.springframework.jms.listener.AbstractMessageListenerContainer
 
AbstractMessageListenerContainer.MessageRejectedWhileStoppingException - Exception in org.springframework.jms.listener
Internal exception class that indicates a rejected message on shutdown.
AbstractMessageReceivingTemplate<D> - Class in org.springframework.messaging.core
An extension of AbstractMessageSendingTemplate that adds support for receive style operations as defined by MessageReceivingOperations.
AbstractMessageReceivingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessageReceivingTemplate
 
AbstractMessageSendingTemplate<D> - Class in org.springframework.messaging.core
Abstract base class for implementations of MessageSendingOperations.
AbstractMessageSendingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
AbstractMessageSource - Class in org.springframework.context.support
Abstract implementation of the HierarchicalMessageSource interface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource.
AbstractMessageSource() - Constructor for class org.springframework.context.support.AbstractMessageSource
 
AbstractMessagingTemplate<D> - Class in org.springframework.messaging.core
An extension of AbstractMessageReceivingTemplate that adds support for request-reply style operations as defined by MessageRequestReplyOperations.
AbstractMessagingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessagingTemplate
 
AbstractMethodArgumentResolutionException - Exception in org.springframework.messaging.handler.annotation.support
Base class for exceptions resulting from the invocation of HandlerMethodArgumentResolver.
AbstractMethodArgumentResolutionException(Message<?>, MethodParameter) - Constructor for exception org.springframework.messaging.handler.annotation.support.AbstractMethodArgumentResolutionException
Create a new instance providing the invalid MethodParameter.
AbstractMethodArgumentResolutionException(Message<?>, MethodParameter, String) - Constructor for exception org.springframework.messaging.handler.annotation.support.AbstractMethodArgumentResolutionException
Create a new instance providing the invalid MethodParameter and a prepared description.
AbstractMethodMessageHandler<T> - Class in org.springframework.messaging.handler.invocation
Abstract base class for HandlerMethod-based message handling.
AbstractMethodMessageHandler() - Constructor for class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
AbstractMethodMessageHandler.Match - Class in org.springframework.messaging.handler.invocation
A thin wrapper around a matched HandlerMethod and its matched mapping for the purpose of comparing the best match with a comparator in the context of a message.
AbstractMethodMessageHandler.MatchComparator - Class in org.springframework.messaging.handler.invocation
 
AbstractMethodMessageHandler.ReturnValueListenableFutureCallback - Class in org.springframework.messaging.handler.invocation
 
AbstractMockMvcBuilder<B extends AbstractMockMvcBuilder<B>> - Class in org.springframework.test.web.servlet.setup
An abstract implementation of MockMvcBuilder with common methods for configuring filters, default request properties, global expectations and global result actions.
AbstractMockMvcBuilder() - Constructor for class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
AbstractMonitoringInterceptor - Class in org.springframework.aop.interceptor
Base class for monitoring interceptors, such as performance monitors.
AbstractMonitoringInterceptor() - Constructor for class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
 
AbstractMultiCheckedElementTag - Class in org.springframework.web.servlet.tags.form
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering multiple HTML 'input' elements with a 'type' of 'checkbox' or 'radio'.
AbstractMultiCheckedElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
 
AbstractMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
Abstract base implementation of the MultipartHttpServletRequest interface.
AbstractMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
AbstractNamedValueMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Abstract base class for resolving method arguments from a named value.
AbstractNamedValueMethodArgumentResolver(ConversionService, ConfigurableBeanFactory) - Constructor for class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Constructor with a ConversionService and a BeanFactory.
AbstractNamedValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
Abstract base class for resolving method arguments from a named value.
AbstractNamedValueMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
AbstractNamedValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
AbstractNamedValueMethodArgumentResolver.NamedValueInfo - Class in org.springframework.messaging.handler.annotation.support
Represents the information about a named value, including name, whether it's required and a default value.
AbstractNamedValueMethodArgumentResolver.NamedValueInfo - Class in org.springframework.web.method.annotation
Represents the information about a named value, including name, whether it's required and a default value.
AbstractNameValueExpression<T> - Class in org.springframework.web.servlet.mvc.condition
Supports "name=value" style expressions as described in: RequestMapping.params() and RequestMapping.headers().
AbstractNameValueExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
AbstractNamingEnumeration(SimpleNamingContext, String) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
AbstractNestablePropertyAccessor - Class in org.springframework.beans
A basic ConfigurablePropertyAccessor that provides the necessary infrastructure for all typical use cases.
AbstractNestablePropertyAccessor() - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create new empty accessor.
AbstractNestablePropertyAccessor(boolean) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create new empty accessor.
AbstractNestablePropertyAccessor(Object) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create new accessor for the given object.
AbstractNestablePropertyAccessor(Class<?>) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create new accessor, wrapping a new instance of the specified class.
AbstractNestablePropertyAccessor(Object, String, Object) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create new accessor for the given object, registering a nested path that the object is in.
AbstractNestablePropertyAccessor(Object, String, AbstractNestablePropertyAccessor) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor
Create new accessor for the given object, registering a nested path that the object is in.
AbstractNestablePropertyAccessor.OptionalUnwrapper - Class in org.springframework.beans
Inner class to avoid a hard dependency on Java 8.
AbstractNestablePropertyAccessor.PropertyHandler - Class in org.springframework.beans
Handle a given property.
AbstractNestablePropertyAccessor.PropertyTokenHolder - Class in org.springframework.beans
 
AbstractNumberFormatter - Class in org.springframework.format.number
Abstract formatter for Numbers, providing a AbstractNumberFormatter.getNumberFormat(java.util.Locale) template method.
AbstractNumberFormatter() - Constructor for class org.springframework.format.number.AbstractNumberFormatter
 
AbstractParameterMappingPredicate(String[]) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate
 
AbstractPdfStamperView - Class in org.springframework.web.servlet.view.document
Abstract superclass for PDF views that operate on an existing document with an AcroForm.
AbstractPdfStamperView() - Constructor for class org.springframework.web.servlet.view.document.AbstractPdfStamperView
 
AbstractPdfView - Class in org.springframework.web.servlet.view.document
Abstract superclass for PDF views, using Bruno Lowagie's iText package.
AbstractPdfView() - Constructor for class org.springframework.web.servlet.view.document.AbstractPdfView
This constructor sets the appropriate content type "application/pdf".
AbstractPlatformTransactionManager - Class in org.springframework.transaction.support
Abstract base class that implements Spring's standard transaction workflow, serving as basis for concrete platform transaction managers like JtaTransactionManager.
AbstractPlatformTransactionManager() - Constructor for class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
AbstractPlatformTransactionManager.SuspendedResourcesHolder - Class in org.springframework.transaction.support
Holder for suspended resources.
AbstractPointcutAdvisor - Class in org.springframework.aop.support
Abstract base class for PointcutAdvisor implementations.
AbstractPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractPointcutAdvisor
 
AbstractPollingMessageListenerContainer - Class in org.springframework.jms.listener
Base class for listener container implementations which are based on polling.
AbstractPollingMessageListenerContainer() - Constructor for class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory - Class in org.springframework.jms.listener
ResourceFactory implementation that delegates to this listener container's protected callback methods.
AbstractPoolingTargetSource - Class in org.springframework.aop.target
Abstract base class for pooling TargetSource implementations which maintain a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.
AbstractPoolingTargetSource() - Constructor for class org.springframework.aop.target.AbstractPoolingTargetSource
 
AbstractPromiseToListenableFutureAdapter<S,T> - Class in org.springframework.messaging.tcp.reactor
Adapts a reactor Promise to ListenableFuture optionally converting the result Object type <S> to the expected target type <T>.
AbstractPromiseToListenableFutureAdapter(<any>) - Constructor for class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
 
AbstractPropertyAccessor - Class in org.springframework.beans
Abstract implementation of the PropertyAccessor interface.
AbstractPropertyAccessor() - Constructor for class org.springframework.beans.AbstractPropertyAccessor
 
AbstractPropertyBindingResult - Class in org.springframework.validation
Abstract base class for BindingResult implementations that work with Spring's PropertyAccessor mechanism.
AbstractPropertyBindingResult(String) - Constructor for class org.springframework.validation.AbstractPropertyBindingResult
Create a new AbstractPropertyBindingResult instance.
AbstractPropertyLoadingBeanDefinitionParser - Class in org.springframework.context.config
Abstract parser for <context:property-.../> elements.
AbstractPropertyLoadingBeanDefinitionParser() - Constructor for class org.springframework.context.config.AbstractPropertyLoadingBeanDefinitionParser
 
AbstractPropertyResolver - Class in org.springframework.core.env
Abstract base class for resolving properties against any underlying source.
AbstractPropertyResolver() - Constructor for class org.springframework.core.env.AbstractPropertyResolver
 
AbstractPrototypeBasedTargetSource - Class in org.springframework.aop.target
Base class for dynamic TargetSource implementations that create new prototype bean instances to support a pooling or new-instance-per-invocation strategy.
AbstractPrototypeBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
 
AbstractRecursiveAnnotationVisitor - Class in org.springframework.core.type.classreading
 
AbstractRecursiveAnnotationVisitor(ClassLoader, AnnotationAttributes) - Constructor for class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
AbstractReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Builds on the AbstractMBeanInfoAssembler superclass to add a basic algorithm for building metadata based on the reflective metadata of the MBean class.
AbstractReflectiveMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
AbstractRefreshableApplicationContext - Class in org.springframework.context.support
Base class for ApplicationContext implementations which are supposed to support multiple calls to AbstractApplicationContext.refresh(), creating a new internal bean factory instance every time.
AbstractRefreshableApplicationContext() - Constructor for class org.springframework.context.support.AbstractRefreshableApplicationContext
Create a new AbstractRefreshableApplicationContext with no parent.
AbstractRefreshableApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractRefreshableApplicationContext
Create a new AbstractRefreshableApplicationContext with the given parent context.
AbstractRefreshableConfigApplicationContext - Class in org.springframework.context.support
AbstractRefreshableApplicationContext subclass that adds common handling of specified config locations.
AbstractRefreshableConfigApplicationContext() - Constructor for class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Create a new AbstractRefreshableConfigApplicationContext with no parent.
AbstractRefreshableConfigApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Create a new AbstractRefreshableConfigApplicationContext with the given parent context.
AbstractRefreshablePortletApplicationContext - Class in org.springframework.web.portlet.context
AbstractRefreshableApplicationContext subclass which implements the ConfigurablePortletApplicationContext interface for portlet environments.
AbstractRefreshablePortletApplicationContext() - Constructor for class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
AbstractRefreshableTargetSource - Class in org.springframework.aop.target.dynamic
Abstract TargetSource implementation that wraps a refreshable target object.
AbstractRefreshableTargetSource() - Constructor for class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
AbstractRefreshableWebApplicationContext - Class in org.springframework.web.context.support
AbstractRefreshableApplicationContext subclass which implements the ConfigurableWebApplicationContext interface for web environments.
AbstractRefreshableWebApplicationContext() - Constructor for class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
AbstractRegexpMethodPointcut - Class in org.springframework.aop.support
Abstract base regular expression pointcut bean.
AbstractRegexpMethodPointcut() - Constructor for class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
AbstractRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Base class for interceptors proxying remote Stateless Session Beans.
AbstractRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
AbstractRequestAttributes - Class in org.springframework.web.context.request
Abstract support class for RequestAttributes implementations, offering a request completion mechanism for request-specific destruction callbacks and for updating accessed session attributes.
AbstractRequestAttributes() - Constructor for class org.springframework.web.context.request.AbstractRequestAttributes
 
AbstractRequestAttributesScope - Class in org.springframework.web.context.request
Abstract Scope implementation that reads from a particular scope in the current thread-bound RequestAttributes object.
AbstractRequestAttributesScope() - Constructor for class org.springframework.web.context.request.AbstractRequestAttributesScope
 
AbstractRequestCondition<T extends AbstractRequestCondition<T>> - Class in org.springframework.web.servlet.mvc.condition
AbstractRequestCondition() - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
AbstractRequestLoggingFilter - Class in org.springframework.web.filter
Base class for Filters that perform logging operations before and after a request is processed.
AbstractRequestLoggingFilter() - Constructor for class org.springframework.web.filter.AbstractRequestLoggingFilter
 
AbstractResource - Class in org.springframework.core.io
Convenience base class for Resource implementations, pre-implementing typical behavior.
AbstractResource() - Constructor for class org.springframework.core.io.AbstractResource
 
AbstractResourceResolver - Class in org.springframework.web.servlet.resource
Base class for ResourceResolver implementations.
AbstractResourceResolver() - Constructor for class org.springframework.web.servlet.resource.AbstractResourceResolver
 
AbstractRoutingDataSource - Class in org.springframework.jdbc.datasource.lookup
Abstract DataSource implementation that routes AbstractRoutingDataSource.getConnection() calls to one of various target DataSources based on a lookup key.
AbstractRoutingDataSource() - Constructor for class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
AbstractRssFeedView - Class in org.springframework.web.servlet.view.feed
Abstract superclass for RSS Feed views, using the ROME package.
AbstractRssFeedView() - Constructor for class org.springframework.web.servlet.view.feed.AbstractRssFeedView
 
AbstractSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Abstract base class for DataFieldMaxValueIncrementer implementations that use a database sequence.
AbstractSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Default constructor for bean property style usage.
AbstractSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Convenience constructor.
AbstractServiceLoaderBasedFactoryBean - Class in org.springframework.beans.factory.serviceloader
Abstract base class for FactoryBeans operating on the JDK 1.6 ServiceLoader facility.
AbstractServiceLoaderBasedFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
 
AbstractSessionFactoryBean - Class in org.springframework.orm.hibernate3
Abstract FactoryBean that creates a Hibernate org.hibernate.SessionFactory within a Spring application context, providing general infrastructure not related to Hibernate's specific configuration API.
AbstractSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
AbstractSimpleBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Convenient base class for when there exists a one-to-one mapping between attribute names on the element that is to be parsed and the property names on the Class being configured.
AbstractSimpleBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
 
AbstractSingleBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Base class for those BeanDefinitionParser implementations that need to parse and define just a single BeanDefinition.
AbstractSingleBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
 
AbstractSingleCheckedElementTag - Class in org.springframework.web.servlet.tags.form
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering a single HTML 'input' element with a 'type' of 'checkbox' or 'radio'.
AbstractSingleCheckedElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
 
AbstractSingletonProxyFactoryBean - Class in org.springframework.aop.framework
Convenient superclass for FactoryBean types that produce singleton-scoped proxy objects.
AbstractSingletonProxyFactoryBean() - Constructor for class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
AbstractSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Base class for AOP interceptors invoking local or remote Stateless Session Beans.
AbstractSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
AbstractSockJsMessageCodec - Class in org.springframework.web.socket.sockjs.frame
An base class for SockJS message codec that provides an implementation of AbstractSockJsMessageCodec.encode(String[]).
AbstractSockJsMessageCodec() - Constructor for class org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
 
AbstractSockJsService - Class in org.springframework.web.socket.sockjs.support
An abstract base class for SockJsService implementations that provides SockJS path resolution and handling of static SockJS requests (e.g.
AbstractSockJsService(TaskScheduler) - Constructor for class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
AbstractSockJsService.SockJsRequestHandler - Interface in org.springframework.web.socket.sockjs.support
 
AbstractSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
An abstract base class for SockJS sessions implementing SockJsSession.
AbstractSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Create a new instance.
AbstractSockJsSession.State - Enum in org.springframework.web.socket.sockjs.transport.session
 
AbstractSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
Deprecated.
as of Spring 4.2, in favor of Tiles 3
AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
Deprecated.
 
AbstractSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles3
Abstract implementation of the Tiles3 org.apache.tiles.preparer.PreparerFactory interface, obtaining the current Spring WebApplicationContext and delegating to AbstractSpringPreparerFactory.getPreparer(String, org.springframework.web.context.WebApplicationContext).
AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
 
AbstractSqlParameterSource - Class in org.springframework.jdbc.core.namedparam
Abstract base class for SqlParameterSource implementations.
AbstractSqlParameterSource() - Constructor for class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
 
AbstractSqlTypeValue - Class in org.springframework.jdbc.core.support
Abstract implementation of the SqlTypeValue interface, for convenient creation of type values that are supposed to be passed into the PreparedStatement.setObject method.
AbstractSqlTypeValue() - Constructor for class org.springframework.jdbc.core.support.AbstractSqlTypeValue
 
AbstractStandardUpgradeStrategy - Class in org.springframework.web.socket.server.standard
A base class for RequestUpgradeStrategy implementations that build on the standard WebSocket API for Java (JSR-356).
AbstractStandardUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
 
AbstractStaxHandler - Class in org.springframework.util.xml
Abstract base class for SAX ContentHandler and LexicalHandler implementations that use StAX as a basis.
AbstractStaxHandler() - Constructor for class org.springframework.util.xml.AbstractStaxHandler
 
AbstractStaxXMLReader - Class in org.springframework.util.xml
Abstract base class for SAX XMLReader implementations that use StAX as a basis.
AbstractStaxXMLReader() - Constructor for class org.springframework.util.xml.AbstractStaxXMLReader
 
AbstractStaxXMLReader.StaxLocator - Class in org.springframework.util.xml
Implementation of the Locator interface that is based on a StAX Location.
AbstractSubProtocolEvent - Class in org.springframework.web.socket.messaging
A base class for events for a message received from a WebSocket client and parsed into a higher-level sub-protocol (e.g.
AbstractSubProtocolEvent(Object, Message<byte[]>) - Constructor for class org.springframework.web.socket.messaging.AbstractSubProtocolEvent
Create a new AbstractSubProtocolEvent.
AbstractSubProtocolEvent(Object, Message<byte[]>, Principal) - Constructor for class org.springframework.web.socket.messaging.AbstractSubProtocolEvent
Create a new AbstractSubProtocolEvent.
AbstractSubscribableChannel - Class in org.springframework.messaging.support
Abstract base class for SubscribableChannel implementations.
AbstractSubscribableChannel() - Constructor for class org.springframework.messaging.support.AbstractSubscribableChannel
 
AbstractSubscriptionRegistry - Class in org.springframework.messaging.simp.broker
Abstract base class for implementations of SubscriptionRegistry that looks up information in messages but delegates to abstract methods for the actual storage and retrieval.
AbstractSubscriptionRegistry() - Constructor for class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
 
AbstractTemplateView - Class in org.springframework.web.servlet.view
Adapter base class for template-based view technologies such as Velocity and FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's Velocity/FreeMarker macro library.
AbstractTemplateView() - Constructor for class org.springframework.web.servlet.view.AbstractTemplateView
 
AbstractTemplateViewResolver - Class in org.springframework.web.servlet.view
Abstract base class for template view resolvers, in particular for Velocity and FreeMarker views.
AbstractTemplateViewResolver() - Constructor for class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
AbstractTestContextBootstrapper - Class in org.springframework.test.context.support
Abstract implementation of the TestContextBootstrapper interface which provides most of the behavior required by a bootstrapper.
AbstractTestContextBootstrapper() - Constructor for class org.springframework.test.context.support.AbstractTestContextBootstrapper
 
AbstractTestExecutionListener - Class in org.springframework.test.context.support
Abstract implementation of the TestExecutionListener interface which provides empty method stubs.
AbstractTestExecutionListener() - Constructor for class org.springframework.test.context.support.AbstractTestExecutionListener
 
AbstractTestNGSpringContextTests - Class in org.springframework.test.context.testng
Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a TestNG environment.
AbstractTestNGSpringContextTests() - Constructor for class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Construct a new AbstractTestNGSpringContextTests instance and initialize the internal TestContextManager for the current test.
AbstractThemeResolver - Class in org.springframework.web.servlet.theme
Abstract base class for ThemeResolver implementations.
AbstractThemeResolver() - Constructor for class org.springframework.web.servlet.theme.AbstractThemeResolver
 
AbstractTraceInterceptor - Class in org.springframework.aop.interceptor
Base MethodInterceptor implementation for tracing.
AbstractTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.AbstractTraceInterceptor
 
AbstractTransactionalJUnit4SpringContextTests - Class in org.springframework.test.context.junit4
Abstract transactional extension of AbstractJUnit4SpringContextTests which adds convenience functionality for JDBC access.
AbstractTransactionalJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
 
AbstractTransactionalTestNGSpringContextTests - Class in org.springframework.test.context.testng
Abstract transactional extension of AbstractTestNGSpringContextTests which adds convenience functionality for JDBC access.
AbstractTransactionalTestNGSpringContextTests() - Constructor for class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
 
AbstractTransactionManagementConfiguration - Class in org.springframework.transaction.annotation
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven transaction management capability.
AbstractTransactionManagementConfiguration() - Constructor for class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
AbstractTransactionStatus - Class in org.springframework.transaction.support
Abstract base implementation of the TransactionStatus interface.
AbstractTransactionStatus() - Constructor for class org.springframework.transaction.support.AbstractTransactionStatus
 
AbstractTransactionSupportingCacheManager - Class in org.springframework.cache.transaction
Base class for CacheManager implementations that want to support built-in awareness of Spring-managed transactions.
AbstractTransactionSupportingCacheManager() - Constructor for class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
 
AbstractTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
 
AbstractTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
 
AbstractTypeHierarchyTraversingFilter - Class in org.springframework.core.type.filter
Type filter that is aware of traversing over hierarchy.
AbstractTypeHierarchyTraversingFilter(boolean, boolean) - Constructor for class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
AbstractTyrusRequestUpgradeStrategy - Class in org.springframework.web.socket.server.standard
An base class for WebSocket servers using Tyrus.
AbstractTyrusRequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
AbstractTyrusRequestUpgradeStrategy.Tyrus135EndpointHelper - Class in org.springframework.web.socket.server.standard
 
AbstractTyrusRequestUpgradeStrategy.Tyrus17EndpointHelper - Class in org.springframework.web.socket.server.standard
 
AbstractTyrusRequestUpgradeStrategy.TyrusEndpointHelper - Interface in org.springframework.web.socket.server.standard
Helps with the creation, registration, and un-registration of endpoints.
AbstractUrlBasedView - Class in org.springframework.web.servlet.view
Abstract base class for URL-based views.
AbstractUrlBasedView() - Constructor for class org.springframework.web.servlet.view.AbstractUrlBasedView
Constructor for use as a bean.
AbstractUrlBasedView(String) - Constructor for class org.springframework.web.servlet.view.AbstractUrlBasedView
Create a new AbstractUrlBasedView with the given URL.
AbstractUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Abstract base class for URL-mapped HandlerMapping implementations.
AbstractUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
AbstractUrlHandlerMapping.PathExposingHandlerInterceptor - Class in org.springframework.web.servlet.handler
Special interceptor for exposing the HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE attribute.
AbstractUrlHandlerMapping.UriTemplateVariablesHandlerInterceptor - Class in org.springframework.web.servlet.handler
Special interceptor for exposing the HandlerMapping.URI_TEMPLATE_VARIABLES_ATTRIBUTE attribute.
AbstractUrlMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
Abstract base class for URL-based MethodNameResolver implementations.
AbstractUrlMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
 
AbstractUrlViewController - Class in org.springframework.web.servlet.mvc
Abstract base class for Controllers that return a view name based on the request URL.
AbstractUrlViewController() - Constructor for class org.springframework.web.servlet.mvc.AbstractUrlViewController
 
AbstractVersionStrategy - Class in org.springframework.web.servlet.resource
Abstract base class for VersionStrategy implementations.
AbstractVersionStrategy(VersionPathStrategy) - Constructor for class org.springframework.web.servlet.resource.AbstractVersionStrategy
 
AbstractVersionStrategy.FileNameVersionPathStrategy - Class in org.springframework.web.servlet.resource
File name-based VersionPathStrategy, e.g.
AbstractVersionStrategy.PrefixVersionPathStrategy - Class in org.springframework.web.servlet.resource
A prefix-based VersionPathStrategy, e.g.
AbstractView - Class in org.springframework.web.servlet.view
Abstract base class for View implementations.
AbstractView() - Constructor for class org.springframework.web.servlet.view.AbstractView
 
AbstractWebArgumentResolverAdapter - Class in org.springframework.web.method.annotation
An abstract base class adapting a WebArgumentResolver to the HandlerMethodArgumentResolver contract.
AbstractWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Create a new instance.
AbstractWebSocketClient - Class in org.springframework.web.socket.client
Abstract base class for WebSocketClient implementations.
AbstractWebSocketClient() - Constructor for class org.springframework.web.socket.client.AbstractWebSocketClient
 
AbstractWebSocketHandler - Class in org.springframework.web.socket.handler
A convenient base class for WebSocketHandler implementation with empty methods.
AbstractWebSocketHandler() - Constructor for class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
AbstractWebSocketHandlerRegistration<M> - Class in org.springframework.web.socket.config.annotation
Base class for WebSocketHandlerRegistrations that gathers all the configuration options but allows sub-classes to put together the actual HTTP request mappings.
AbstractWebSocketHandlerRegistration(TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
AbstractWebSocketMessage<T> - Class in org.springframework.web.socket
A message that can be handled or sent on a WebSocket connection.
AbstractWebSocketMessage(T) - Constructor for class org.springframework.web.socket.AbstractWebSocketMessage
Create a new WebSocket message with the given payload.
AbstractWebSocketMessage(T, boolean) - Constructor for class org.springframework.web.socket.AbstractWebSocketMessage
Create a new WebSocket message given payload representing the full or partial message content.
AbstractWebSocketMessageBrokerConfigurer - Class in org.springframework.web.socket.config.annotation
A convenient abstract base class for WebSocketMessageBrokerConfigurer implementations providing empty method implementations for optional methods.
AbstractWebSocketMessageBrokerConfigurer() - Constructor for class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
AbstractWebSocketSession<T> - Class in org.springframework.web.socket.adapter
An abstract base class for implementations of WebSocketSession.
AbstractWebSocketSession(Map<String, Object>) - Constructor for class org.springframework.web.socket.adapter.AbstractWebSocketSession
Create a new instance and associate the given attributes with it.
AbstractWireFeedHttpMessageConverter<T extends WireFeed> - Class in org.springframework.http.converter.feed
Abstract base class for Atom and RSS Feed message converters, using the ROME tools project.
AbstractWireFeedHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
AbstractXhrTransport - Class in org.springframework.web.socket.sockjs.client
Abstract base class for XHR transport implementations to extend.
AbstractXhrTransport() - Constructor for class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
 
AbstractXlsView - Class in org.springframework.web.servlet.view.document
Convenient superclass for Excel document views in traditional XLS format.
AbstractXlsView() - Constructor for class org.springframework.web.servlet.view.document.AbstractXlsView
Default Constructor.
AbstractXlsxStreamingView - Class in org.springframework.web.servlet.view.document
Convenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant.
AbstractXlsxStreamingView() - Constructor for class org.springframework.web.servlet.view.document.AbstractXlsxStreamingView
 
AbstractXlsxView - Class in org.springframework.web.servlet.view.document
Convenient superclass for Excel document views in the Office 2007 XLSX format (as supported by POI-OOXML).
AbstractXlsxView() - Constructor for class org.springframework.web.servlet.view.document.AbstractXlsxView
Default Constructor.
AbstractXmlApplicationContext - Class in org.springframework.context.support
Convenient base class for ApplicationContext implementations, drawing configuration from XML documents containing bean definitions understood by an XmlBeanDefinitionReader.
AbstractXmlApplicationContext() - Constructor for class org.springframework.context.support.AbstractXmlApplicationContext
Create a new AbstractXmlApplicationContext with no parent.
AbstractXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractXmlApplicationContext
Create a new AbstractXmlApplicationContext with the given parent context.
AbstractXmlHttpMessageConverter<T> - Class in org.springframework.http.converter.xml
Abstract base class for HttpMessageConverters that convert from/to XML.
AbstractXmlHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Protected constructor that sets the supportedMediaTypes to text/xml and application/xml, and application/*-xml.
AbstractXMLReader - Class in org.springframework.util.xml
Abstract base class for SAX XMLReader implementations.
AbstractXMLReader() - Constructor for class org.springframework.util.xml.AbstractXMLReader
 
AbstractXmlRequestMatcher() - Constructor for class org.springframework.test.web.client.match.ContentRequestMatchers.AbstractXmlRequestMatcher
 
AbstractXMLStreamReader - Class in org.springframework.util.xml
Abstract base class for XMLStreamReaders.
AbstractXMLStreamReader() - Constructor for class org.springframework.util.xml.AbstractXMLStreamReader
 
AbstractXpathRequestMatcher() - Constructor for class org.springframework.test.web.client.match.XpathRequestMatchers.AbstractXpathRequestMatcher
 
acc - Variable in class org.springframework.beans.BeanWrapperImpl
The security context used for invoking the property methods
acc - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
acc - Variable in class org.springframework.beans.factory.support.SimpleSecurityContextProvider
 
ACC_ABSTRACT - Static variable in interface org.springframework.asm.Opcodes
 
ACC_ANNOTATION - Static variable in interface org.springframework.asm.Opcodes
 
ACC_BRIDGE - Static variable in interface org.springframework.asm.Opcodes
 
ACC_CONSTRUCTOR - Static variable in class org.springframework.asm.MethodWriter
Pseudo access flag used to denote constructors.
ACC_DEPRECATED - Static variable in interface org.springframework.asm.Opcodes
 
ACC_ENUM - Static variable in interface org.springframework.asm.Opcodes
 
ACC_FINAL - Static variable in interface org.springframework.asm.Opcodes
 
ACC_INTERFACE - Static variable in interface org.springframework.asm.Opcodes
 
ACC_MANDATED - Static variable in interface org.springframework.asm.Opcodes
 
ACC_NATIVE - Static variable in interface org.springframework.asm.Opcodes
 
ACC_PRIVATE - Static variable in interface org.springframework.asm.Opcodes
 
ACC_PROTECTED - Static variable in interface org.springframework.asm.Opcodes
 
ACC_PUBLIC - Static variable in interface org.springframework.asm.Opcodes
 
ACC_STATIC - Static variable in interface org.springframework.asm.Opcodes
 
ACC_STRICT - Static variable in interface org.springframework.asm.Opcodes
 
ACC_SUPER - Static variable in interface org.springframework.asm.Opcodes
 
ACC_SYNCHRONIZED - Static variable in interface org.springframework.asm.Opcodes
 
ACC_SYNTHETIC - Static variable in interface org.springframework.asm.Opcodes
 
ACC_SYNTHETIC_ATTRIBUTE - Static variable in class org.springframework.asm.ClassWriter
Pseudo access flag to distinguish between the synthetic attribute and the synthetic access flag.
ACC_TRANSIENT - Static variable in interface org.springframework.asm.Opcodes
 
ACC_VARARGS - Static variable in interface org.springframework.asm.Opcodes
 
ACC_VOLATILE - Static variable in interface org.springframework.asm.Opcodes
 
accept(Method) - Method in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
Implementation of CallbackFilter.accept() to return the index of the callback we need.
accept(ClassVisitor, int) - Method in class org.springframework.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader .
accept(ClassVisitor, Attribute[], int) - Method in class org.springframework.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(Method) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.MethodOverrideCallbackFilter
 
accept(Method) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.ConditionalCallbackFilter
 
ACCEPT - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept header field name.
accept(MediaType...) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
accept(MediaType...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Set the list of acceptable media types, as specified by the Accept header.
accept(MediaType...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Accept' header to the given media type(s).
accept(String...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Accept' header to the given media type(s).
ACCEPT_CHARSET - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Charset header field name.
ACCEPT_CHARSET_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
ACCEPT_ENCODING - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Encoding header field name.
ACCEPT_HEADER - Static variable in class org.springframework.web.accept.HeaderContentNegotiationStrategy
 
ACCEPT_LANGUAGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Language header field name.
ACCEPT_RANGES - Static variable in class org.springframework.http.HttpHeaders
The HTTP Accept-Ranges header field name.
acceptCharset(Charset...) - Method in class org.springframework.http.RequestEntity.DefaultBodyBuilder
 
acceptCharset(Charset...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Set the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
acceptClassLoader(ClassLoader) - Static method in class org.springframework.beans.CachedIntrospectionResults
Accept the given ClassLoader as cache-safe, even if its classes would not qualify as cache-safe in this CachedIntrospectionResults class.
accepted() - Static method in class org.springframework.http.ResponseEntity
Create a builder with an ACCEPTED status.
acceptedClassLoaders - Static variable in class org.springframework.beans.CachedIntrospectionResults
Set of ClassLoaders that this CachedIntrospectionResults class will always accept classes from, even if the classes do not qualify as cache-safe.
acceptedProtocol - Variable in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
 
acceptedProtocol - Variable in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
 
acceptedProtocol - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 
acceptExisting - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
acceptGzipEncoding - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
AcceptHeaderLocaleResolver - Class in org.springframework.web.servlet.i18n
LocaleResolver implementation that simply uses the primary locale specified in the "accept-language" header of the HTTP request (that is, the locale sent by the client browser, normally that of the client's OS).
AcceptHeaderLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
acceptHeaderRequestCallback(Class<T>) - Method in class org.springframework.web.client.AsyncRestTemplate
Returns a request callback implementation that prepares the request Accept headers based on the given response type and configured message converters.
acceptHeaderRequestCallback(Class<T>) - Method in class org.springframework.web.client.RestTemplate
Returns a request callback implementation that prepares the request Accept headers based on the given response type and configured message converters.
AcceptHeaderRequestCallback(Type) - Constructor for class org.springframework.web.client.RestTemplate.AcceptHeaderRequestCallback
 
acceptMessagesWhileStopping - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
acceptOnExecution - Variable in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
acceptProxyClasses - Variable in class org.springframework.core.ConfigurableObjectInputStream
 
acceptProxyClasses - Variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
acceptsProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
 
acceptsProfiles(String...) - Method in interface org.springframework.core.env.Environment
Return whether one or more of the given profiles is active or, in the case of no explicit active profiles, whether one or more of the given profiles is included in the set of default profiles.
access - Variable in class org.springframework.asm.ClassWriter
The access flags of this class.
access - Variable in class org.springframework.asm.Context
The access flags of the method currently being parsed.
access - Variable in class org.springframework.asm.FieldWriter
Access flags of this field.
access - Variable in class org.springframework.asm.MethodWriter
Access flags of this method.
access - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
access() - Method in class org.springframework.mock.web.MockHttpSession
 
access() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Credentials response header field name.
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Headers response header field name.
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Methods response header field name.
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Origin response header field name.
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Expose-Headers response header field name.
ACCESS_CONTROL_MAX_AGE - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Max-Age response header field name.
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Request-Headers request header field name.
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.springframework.http.HttpHeaders
The CORS Access-Control-Request-Method request header field name.
accessArrayElement(Object, int) - Method in class org.springframework.expression.spel.ast.Indexer
 
accessCache - Variable in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.DestinationCache
Map from destination -> for fast look-ups
accessCallParameterMetaData - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Should we access call parameter meta data info or not
AccessException - Exception in org.springframework.expression
An AccessException is thrown by an accessor if it has an unexpected problem.
AccessException(String, Exception) - Constructor for exception org.springframework.expression.AccessException
Create an AccessException with a specific message and cause.
AccessException(String) - Constructor for exception org.springframework.expression.AccessException
Create an AccessException with a specific message.
accesskey - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
ACCESSKEY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'accesskey' attribute.
AccessorLValue(PropertyOrFieldReference, TypedValue, EvaluationContext, boolean) - Constructor for class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
accessTableColumnMetaData - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
should we access insert parameter meta data info or not
ACK - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
ACKNOWLEDGE_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_AUTO - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_CLIENT - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_DUPS_OK - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_TRANSACTED - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
acknowledgeMode - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
ACONST_NULL - Static variable in interface org.springframework.asm.Opcodes
 
acquireReadLock() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
Acquire the read lock when using getMappings and getMappingsByUrl.
action - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
ACTION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
ACTION_EXCEPTION_RENDER_PARAMETER - Static variable in class org.springframework.web.portlet.DispatcherPortlet
This render parameter is used to indicate forward to the render phase that an exception occurred during the action phase.
ACTION_EXCEPTION_SESSION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Unlike the Servlet version of this class, we have to deal with the two-phase nature of the portlet request.
ActionMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
Annotation for mapping Portlet action requests onto handler methods.
ActionMappingPredicate(String, String[]) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ActionMappingPredicate
 
actionName - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ActionMappingPredicate
 
activate() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Activate this proxy configuration.
activate() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Register the context builder by registering it with the JNDI NamingManager.
activated(AdvisedSupport) - Method in interface org.springframework.aop.framework.AdvisedSupportListener
Invoked when the first proxy is created.
activated - Static variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
An instance of this class bound to JNDI
activateObject(<any>) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
 
activateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Deprecated.
 
ACTIVATION_SPEC_FACTORY_ATTRIBUTE - Static variable in class org.springframework.jms.config.JcaListenerContainerParser
 
ACTIVATION_SPEC_IMPL_SUFFIX - Static variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
ACTIVATION_SPEC_SUFFIX - Static variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
ActivationMediaTypeFactory() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter.ActivationMediaTypeFactory
 
ActivationMediaTypeFactory() - Constructor for class org.springframework.web.servlet.resource.ResourceHttpRequestHandler.ActivationMediaTypeFactory
 
activationSpec - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
activationSpecClass - Variable in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
activationSpecConfig - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
activationSpecFactory - Variable in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
 
activationSpecFactory - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
active - Variable in class org.springframework.aop.framework.ProxyCreatorSupport
Set to true when the first AOP proxy has been created
active - Variable in class org.springframework.context.support.AbstractApplicationContext
Flag that indicates whether this context is currently active
active - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
active - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
active - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
active - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
ACTIVE_PROFILES_PROPERTY_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
Name of property to set to specify active profiles: "spring.profiles.active".
activeInvokerCount - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
activeProfiles - Variable in class org.springframework.core.env.AbstractEnvironment
 
ActiveProfiles - Annotation Type in org.springframework.test.context
ActiveProfiles is a class-level annotation that is used to declare which active bean definition profiles should be used when loading an ApplicationContext for test classes.
activeProfiles - Variable in class org.springframework.test.context.MergedContextConfiguration
 
ActiveProfilesResolver - Interface in org.springframework.test.context
Strategy interface for programmatically resolving which active bean definition profiles should be used when loading an ApplicationContext for a test class.
ActiveProfilesUtils - Class in org.springframework.test.context.support
Utility methods for working with @ActiveProfiles and ActiveProfilesResolvers.
ActiveProfilesUtils() - Constructor for class org.springframework.test.context.support.ActiveProfilesUtils
 
actual - Variable in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Number of rows that actually were affected
actualCount - Variable in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
 
actualDestination - Variable in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver.ParseResult
 
actualFunctionReturnName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Actual name to use for the return value in the output map
actualName - Variable in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyTokenHolder
 
actualObjectNames - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
actualParams - Variable in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
 
actualRequests - Variable in class org.springframework.test.web.client.MockRestServiceServer
 
actualResources - Variable in class org.springframework.beans.factory.parsing.ImportDefinition
 
actualSessionAttributeNames - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
actualSize - Variable in exception org.springframework.dao.IncorrectResultSizeDataAccessException
 
actualSql - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
actualTransaction - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
actualTransactionActive - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
actualType - Variable in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
The offending type
actualType - Variable in exception org.springframework.jndi.TypeMismatchNamingException
 
actualValue - Variable in class org.springframework.web.servlet.support.BindStatus
 
adapt(HttpResponse) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.ClientHttpResponseFuture
 
adapt(S) - Method in class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
 
adapt(T) - Method in class org.springframework.messaging.tcp.reactor.PassThroughPromiseToListenableFutureAdapter
 
adapt(S) - Method in class org.springframework.util.concurrent.FutureAdapter
Adapts the given adaptee's result into T.
adapt(ClientHttpResponse) - Method in class org.springframework.web.client.AsyncRestTemplate.ResponseExtractorFuture
 
AdaptableJobFactory - Class in org.springframework.scheduling.quartz
JobFactory implementation that supports Runnable objects as well as standard Quartz org.quartz.Job instances.
AdaptableJobFactory() - Constructor for class org.springframework.scheduling.quartz.AdaptableJobFactory
 
adaptAnnotation(A) - Method in class org.springframework.core.annotation.SynthesizingMethodParameter
 
adaptAnnotation(A) - Method in class org.springframework.core.MethodParameter
A template method to post-process a given annotation instance before returning it to the caller.
adaptAnnotationArray(Annotation[]) - Method in class org.springframework.core.annotation.SynthesizingMethodParameter
 
adaptAnnotationArray(Annotation[]) - Method in class org.springframework.core.MethodParameter
A template method to post-process a given annotation array before returning it to the caller.
adaptBasePackage(String) - Static method in class org.springframework.web.method.ControllerAdviceBean
 
adaptDependencyComparator(Map<String, Object>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
adaptedExecutor - Variable in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
adaptedInterceptors - Variable in class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
adaptedInterceptors - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
adaptedKeyGenerator - Variable in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
adaptee - Variable in class org.springframework.util.concurrent.FutureAdapter
 
adaptee - Variable in class org.springframework.web.client.AsyncRestTemplate.AsyncRequestCallbackAdapter
 
adaptee - Variable in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
 
adapter - Variable in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
adapters - Variable in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
adapters - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
adaptExtensions(List<WebSocketExtension>) - Static method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
 
adaptInnerBeanName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Checks the given bean name whether it is unique.
adaptInterceptor(Object) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Adapt the given interceptor object to the HandlerInterceptor interface.
adaptInterceptor(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Adapt the given interceptor object to the HandlerInterceptor interface.
adaptInternal(S) - Method in class org.springframework.util.concurrent.FutureAdapter
 
adaptJob(Object) - Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
Adapt the given job object to the Quartz Job interface.
adaptJspWriter(Writer, HttpServletResponse) - Static method in class org.springframework.mock.web.MockBodyContent
 
adaptMBeanIfPossible(Object) - Method in class org.springframework.jmx.export.MBeanExporter
Build an adapted MBean for the given bean instance, if possible.
adaptValue(AnnotatedElement, Object, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
Adapt the given value according to the given class and nested annotation settings.
add(Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference.GroovyPropertyValue
 
add(String, Object) - Method in class org.springframework.beans.MutablePropertyValues
Add a PropertyValue object, replacing any existing one for the corresponding property or getting merged with it (if applicable).
add(String, Lifecycle) - Method in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
add(GenericConverter) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
add(GenericConverter) - Method in class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
 
add(String, String) - Method in class org.springframework.http.HttpHeaders
Add the given, single header value under the given name.
add(String, String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
Add the given, single header value under the given name.
add(int, E) - Method in class org.springframework.util.AutoPopulatingList
 
add(E) - Method in class org.springframework.util.AutoPopulatingList
 
add(K, V) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
add(Iterator<E>) - Method in class org.springframework.util.CompositeIterator
Add given iterator to this composite.
add(V) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entries
Add a new entry with the specified value.
add(K, V) - Method in class org.springframework.util.LinkedMultiValueMap
 
add(K, V) - Method in interface org.springframework.util.MultiValueMap
Add the given single value to the current list of values for the given key.
add(String, String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
Add the given, single header value under the given name.
ADD_TRANSFORMER_METHOD_NAME - Static variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addActiveProfile(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
addActiveProfile(String) - Method in interface org.springframework.core.env.ConfigurableEnvironment
Add a profile to the current set of active profiles.
addAdvice(Advice) - Method in interface org.springframework.aop.framework.Advised
Add the given AOP Alliance advice to the tail of the advice (interceptor) chain.
addAdvice(int, Advice) - Method in interface org.springframework.aop.framework.Advised
Add the given AOP Alliance Advice at the specified position in the advice chain.
addAdvice(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvice(int, Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Cannot add introductions this way unless the advice implements IntroductionInfo.
addAdvisor(Advisor) - Method in interface org.springframework.aop.framework.Advised
Add an advisor at the end of the advisor chain.
addAdvisor(int, Advisor) - Method in interface org.springframework.aop.framework.Advised
Add an Advisor at the specified position in the chain.
addAdvisor(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(int, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisorInternal(int, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisorOnChainCreation(Object, String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Invoked when advice chain is created.
addAdvisors(Advisor...) - Method in class org.springframework.aop.framework.AdvisedSupport
Add all of the given advisors to this proxy configuration.
addAdvisors(Collection<Advisor>) - Method in class org.springframework.aop.framework.AdvisedSupport
Add all of the given advisors to this proxy configuration.
addAdvisorsFromAspectInstanceFactory(MetadataAwareAspectInstanceFactory) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add all Advisors from the supplied MetadataAwareAspectInstanceFactory to the current chain.
addAfter(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with precedence immediately lower than the named relative property source.
addAll(Collection) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.GroovyRuntimeBeanReference.GroovyPropertyValue
 
addAll(Collection<? extends E>) - Method in class org.springframework.util.AutoPopulatingList
 
addAll(int, Collection<? extends E>) - Method in class org.springframework.util.AutoPopulatingList
 
addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Collection<?>) - Method in interface org.springframework.ui.Model
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in interface org.springframework.ui.Model
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ModelMap
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Copy all attributes to the underlying model.
addAllAttributes(Collection<?>) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAllAttributes(Collection<?>) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Map into this Map.
addAllClassLoaderJarRoots(ClassLoader, Set<Resource>) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Search all URLClassLoader URLs for jar file references and add them to the given set of resources in the form of pointers to the root of the jar file content.
addAllErrors(Errors) - Method in class org.springframework.validation.AbstractBindingResult
 
addAllErrors(Errors) - Method in exception org.springframework.validation.BindException
 
addAllErrors(Errors) - Method in interface org.springframework.validation.Errors
Add all errors from the given Errors instance to this Errors instance.
addAllErrors(Errors) - Method in class org.springframework.web.bind.EscapedErrors
 
addAllObjects(Map<String, ?>) - Method in class org.springframework.web.portlet.ModelAndView
Add all attributes contained in the provided Map to the model.
addAllObjects(Map<String, ?>) - Method in class org.springframework.web.servlet.ModelAndView
Add all attributes contained in the provided Map to the model.
addAllowedHeader(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add an actual request header to allow.
addAllowedMethod(HttpMethod) - Method in class org.springframework.web.cors.CorsConfiguration
Add an HTTP method to allow.
addAllowedMethod(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add an HTTP method to allow.
addAllowedOrigin(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add an origin to allow.
addAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Add the given annotated classes in a batch.
addAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Add the given annotated classes in a batch.
addAnnotationsToMap(Map<Class<? extends Annotation>, Annotation>, AnnotatedElement) - Method in class org.springframework.core.convert.Property
 
addApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.ConfigurableApplicationContext
Add a new ApplicationListener that will be notified on context events such as context refresh and context shutdown.
addApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Add a listener to be notified of all events.
addApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
addApplicationListenerBean(String) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListenerBean(String) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Add a listener bean to be notified of all events.
addArgument(Object) - Method in interface org.springframework.web.servlet.tags.ArgumentAware
Callback hook for nested spring:argument tags to pass their value to the parent tag.
addArgument(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Add custom HandlerMethodArgumentResolvers to use in addition to the ones registered by default.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add resolvers to support custom controller method argument types.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add resolvers to support custom controller method argument types.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Add resolvers to support custom controller method argument types.
addArgumentValues(ConstructorArgumentValues) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Copy all given argument values into this object, using separate holder instances to keep the values independent from the original object.
addAspect(Object) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add the supplied aspect instance to the chain.
addAspect(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add an aspect of the supplied type to the end of the advice chain.
addAtIndex(int, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source at a particular index in the list.
addAttachment(String, DataSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a javax.activation.DataSource.
addAttachment(String, File) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a java.io.File.
addAttachment(String, InputStreamSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addAttachment(String, InputStreamSource, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addAttachment(String, DataHandler) - Method in interface org.springframework.oxm.mime.MimeContainer
Add the given data handler as an attachment to this container.
addAttribute(String, Serializable) - Method in class org.springframework.remoting.support.RemoteInvocation
Add an additional invocation attribute.
addAttribute(String, Object) - Method in class org.springframework.ui.ExtendedModelMap
 
addAttribute(Object) - Method in class org.springframework.ui.ExtendedModelMap
 
addAttribute(String, Object) - Method in interface org.springframework.ui.Model
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in interface org.springframework.ui.Model
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - Method in class org.springframework.ui.ModelMap
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in class org.springframework.ui.ModelMap
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(String, Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAttribute(Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAttribute(String, Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Add the supplied attribute to this Map using a generated name.
addAttributesIfNotNull(Set<AnnotationAttributes>, Map<String, Object>) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
addAttributeToMap(Map<String, Object>, String, Object) - Static method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
addBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBcc(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBean(String, Object) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
Add a new singleton bean.
addBean(String, Object) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in interface org.springframework.context.ConfigurableApplicationContext
Add a new BeanFactoryPostProcessor that will get applied to the internal bean factory of this application context on refresh, before any of the bean definitions get evaluated.
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in class org.springframework.context.support.AbstractApplicationContext
 
addBeanMethod(BeanMethod) - Method in class org.springframework.context.annotation.ConfigurationClass
 
addBeanPostProcessor(BeanPostProcessor) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a new BeanPostProcessor that will get applied to beans created by this factory.
addBeanPostProcessor(BeanPostProcessor) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
addBeans(List<?>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
addBefore(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with precedence immediately higher than the named relative property source.
addBindValues(MutablePropertyValues, ServletRequest) - Method in class org.springframework.web.bind.ServletRequestDataBinder
Extension point that subclasses can use to add extra bind values for a request.
addBindValues(MutablePropertyValues, ServletRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Merge URI variables into the property values to use for data binding.
addBuffer(int) - Method in class org.springframework.util.FastByteArrayOutputStream
Create a new buffer and store it in the LinkedList
addCache(Cache) - Method in class org.springframework.cache.support.AbstractCacheManager
 
addCacheHeaders(ServerHttpResponse) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
addCacheMapping(CacheControl, String...) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Map specific URL paths to a specific CacheControl.
addCacheMethod(String, Collection<CacheOperation>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
Add an attribute for a cacheable method.
addCallback(ListenableFutureCallback<? super ClientHttpResponse>) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.ClientHttpResponseFuture
 
addCallback(SuccessCallback<? super ClientHttpResponse>, FailureCallback) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.ClientHttpResponseFuture
 
addCallback(ListenableFutureCallback<? super ClientHttpResponse>) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.messaging.tcp.reactor.AbstractPromiseToListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super V>) - Method in class org.springframework.scheduling.annotation.AsyncResult
 
addCallback(SuccessCallback<? super V>, FailureCallback) - Method in class org.springframework.scheduling.annotation.AsyncResult
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - Method in interface org.springframework.util.concurrent.ListenableFuture
Registers the given callback to this ListenableFuture.
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in interface org.springframework.util.concurrent.ListenableFuture
Registers the given success and failure callbacks to this ListenableFuture.
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.util.concurrent.ListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given callback to this registry.
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureTask
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.util.concurrent.ListenableFutureTask
 
addCallback(ListenableFutureCallback<? super T>) - Method in class org.springframework.util.concurrent.SettableListenableFuture
 
addCallback(SuccessCallback<? super T>, FailureCallback) - Method in class org.springframework.util.concurrent.SettableListenableFuture
 
addCc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addCc(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addCode(Collection<String>, String, String, String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
 
addCodes(Collection<String>, String, String, Iterable<String>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
 
addCollectionConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
 
addComparator(Comparator<? extends T>) - Method in class org.springframework.util.comparator.CompoundComparator
Add a Comparator to the end of the chain.
addComparator(Comparator<? extends T>, boolean) - Method in class org.springframework.util.comparator.CompoundComparator
Add a Comparator to the end of the chain using the provided sort order.
addCompletionHandler(Runnable) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Add a handle to invoke when request processing completes.
addCompletionHandler(Runnable) - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
addCompletionHandler(Runnable) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addConnection(Connection) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
addConstructorArgReference(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Add a reference to a named bean as a constructor arg.
addConstructorArgValue(Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Add an indexed constructor arg value.
addConstructorResolver(ConstructorResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
addContainerRuntimeOption(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addContainerRuntimeOption(String, String[]) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addContainerRuntimeOption(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
addContentVersionStrategy(String...) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
Insert a content-based version in resource URLs that match the given path patterns.
addConverter(Converter<?, ?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a plain converter to this registry.
addConverter(Class<?>, Class<?>, Converter<?, ?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a plain converter to this registry.
addConverter(GenericConverter) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a generic converter to this registry.
addConverter(Converter<?, ?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addConverter(Class<?>, Class<?>, Converter<?, ?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addConverter(GenericConverter) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addConverterFactory(ConverterFactory<?, ?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
Add a ranged converter factory to this registry.
addConverterFactory(ConverterFactory<?, ?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
addCookie(Cookie) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addCookie(HttpServletResponse, String) - Method in class org.springframework.web.util.CookieGenerator
Add a cookie with the given value to the response, using the cookie descriptor settings of this generator.
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure cross origin requests processing.
addCorsMappings(CorsRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure cross origin requests processing.
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure cross origin requests processing.
addCorsMappings(CorsRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addCronTask(Runnable, String) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered per the given cron expression
addCronTask(CronTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a CronTask.
addCustomFormatter(Formatter<?>) - Method in class org.springframework.validation.DataBinder
Add a custom formatter, applying it to all fields matching the Formatter-declared type.
addCustomFormatter(Formatter<?>, String...) - Method in class org.springframework.validation.DataBinder
Add a custom formatter for the field type specified in Formatter class, applying it to the specified fields only, if any, or otherwise to all fields.
addCustomFormatter(Formatter<?>, Class<?>...) - Method in class org.springframework.validation.DataBinder
Add a custom formatter, applying it to the specified field types only, if any, or otherwise to all fields matching the Formatter-declared type.
addCustomProperty(String, Object) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Add a custom property to this JAX-WS BindingProvider.
addDataSource(String, DataSource) - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Add the supplied DataSource to the map of DataSources maintained by this object.
addDateConverters(ConverterRegistry) - Static method in class org.springframework.format.datetime.DateFormatterRegistrar
Add date converters to the specified registry.
addDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addDeclaredParameter(SqlParameter) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Add a declared parameter to the list of parameters for the call.
addDeclaredRowMapper(String, RowMapper<?>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Add a RowMapper for the specified parameter or column.
addDecoratorFactory(WebSocketHandlerDecoratorFactory) - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
Add a factory that to decorate the handler used to process WebSocket messages.
addDefaultConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
Add converters appropriate for most environments.
addDefaultFormatters(FormatterRegistry) - Static method in class org.springframework.format.support.DefaultFormattingConversionService
Add formatters appropriate for most environments: including number formatters, JSR-354 Money & Currency formatters, JSR-310 Date-Time and/or Joda-Time formatters, depending on the presence of the corresponding API on the classpath.
addDefaultHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
A method available to subclasses for adding default HandlerExceptionResolvers.
addDefaultHeaders(HttpHeaders, T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Add default headers to the output message.
addDefaultHttpMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Adds a set of default HttpMessageConverter instances to the given list.
addDefaultScripts() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add default SQL scripts to execute to populate the database.
addDeferredProperty(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 
addDelegate(PersistenceExceptionTranslator) - Method in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
Add a PersistenceExceptionTranslator to the chained delegate list.
addDelegate(ExceptionListener) - Method in class org.springframework.jms.connection.ChainedExceptionListener
Add an ExceptionListener to the chained delegate list.
addDependsOn(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Append the specified bean name to the list of beans that this definition depends on.
addDeserializers(SimpleModule) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
addDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
Add a further ParameterNameDiscoverer to the list of discoverers that this PrioritizedParameterNameDiscoverer checks.
addDispatchHandler(Runnable) - Method in class org.springframework.mock.web.MockAsyncContext
 
addEmbeddedValueResolver(StringValueResolver) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a String resolver for embedded values such as annotation attributes.
addEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
addEndpoint(String...) - Method in interface org.springframework.web.socket.config.annotation.StompEndpointRegistry
Register a STOMP over WebSocket endpoint at the given mapping path.
addEndpoint(String...) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
 
addEntry(Reference<?>, WeakReferenceMonitor.ReleaseListener) - Static method in class org.springframework.util.WeakReferenceMonitor
Add entry to internal map of tracked entries.
addError(ObjectError) - Method in class org.springframework.validation.AbstractBindingResult
 
addError(ObjectError) - Method in exception org.springframework.validation.BindException
 
addError(ObjectError) - Method in interface org.springframework.validation.BindingResult
Add a custom ObjectError or FieldError to the errors list.
addEtagPadding(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
addEtagPadding(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
addExceptionMapping(Class<? extends Throwable>, Method) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 
addExcludedBean(String) - Method in class org.springframework.jmx.export.MBeanExporter
Add the name of bean that should be excluded from autodetection.
addExcludeFilter(TypeFilter) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Add an exclude type filter to the front of the exclusion list.
addExposedHeader(String) - Method in class org.springframework.web.cors.CorsConfiguration
Add a response header to expose.
addFailureCallback(FailureCallback) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
addFailureCallback(FailureCallback) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given failure callback to this registry.
addFile(MultipartFile) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
Add a file to this request.
addFile(MultipartFile) - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
Add a file to this request.
addFileExtensionResolvers(MediaTypeFileExtensionResolver...) - Method in class org.springframework.web.accept.ContentNegotiationManager
Add MediaTypeFileExtensionResolver instances.
addFilter(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
addFilter(String, Filter) - Method in class org.springframework.mock.web.MockServletContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.springframework.mock.web.MockServletContext
 
addFilter(Filter, String...) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
addFilter(Filter, String...) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add a filter mapped to a specific set of patterns.
addFilters(Filter...) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
addFilters(Filter...) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add filters mapped to any request (i.e.
addFirst(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with highest precedence.
addFirstPropertySource(PropertySource<?>) - Method in class org.springframework.core.env.CompositePropertySource
Add the given PropertySource to the start of the chain.
addFixedDelayTask(Runnable, long) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered with the given fixed delay.
addFixedDelayTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-delay IntervalTask.
addFixedRateTask(Runnable, long) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered at the given fixed-rate interval.
addFixedRateTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-rate IntervalTask.
addFixedVersionStrategy(String, String...) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
Insert a fixed, prefix-based version in resource URLs that match the given path patterns, for example: "{version}/js/main.js".
addFlashAttribute(String, Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
Add the given flash attribute.
addFlashAttribute(Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
Add the given flash storage using a generated name.
addFlashAttribute(String, Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
addFlashAttribute(Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
addFormatter(Formatter<?>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Formatter to format fields of a specific type.
addFormatter(Formatter<?>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Formatter to format fields annotated with a specific format annotation.
addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatterForFields(FormatterRegistry, Printer<?>, Parser<?>, Class<?>...) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
 
addFormatterForFieldType(Class<?>, Formatter<?>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Formatter to format fields of the given type.
addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Printer/Parser pair to format fields of a specific type.
addFormatterForFieldType(Class<?>, Formatter<?>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add custom Converters and Formatters.
addFormatters(FormatterRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add Converters and Formatters in addition to the ones registered by default.
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add Converters and Formatters in addition to the ones registered by default.
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addGenericArgumentValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type.
addGenericArgumentValue(Object, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type.
addGenericArgumentValue(ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type or name (if available).
addGlobalAdvisor(ListableBeanFactory, String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Add all global interceptors and pointcuts.
addHandler(HandlerMethodReturnValueHandler) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
addHandler(HandlerMethodReturnValueHandler) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
addHandler(WebSocketHandler, String...) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addHandler(WebSocketHandler, String...) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
 
addHandler(WebSocketHandler, String...) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
Add more handlers that will share the same configuration (interceptors, SockJS config, etc)
addHandler(WebSocketHandler, String...) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry
Configure a WebSocketHandler at the specified URL paths.
addHandlers(List<? extends HandlerMethodReturnValueHandler>) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
addHandlers(List<? extends HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
addHeader(String, Object) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a header entry for the given name.
addHeader(String, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addHeaders(HttpUriRequest, HttpHeaders) - Static method in class org.springframework.http.client.HttpComponentsClientHttpRequest
Add the given headers to the given HTTP request.
addHeaders(HttpURLConnection, HttpHeaders) - Static method in class org.springframework.http.client.SimpleBufferingClientHttpRequest
Add the given headers to the given HTTP connection.
addHeaderValue(String, Object) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addHttp10CacheHeaders(int, HttpServletResponse) - Method in class org.springframework.web.servlet.support.WebContentGenerator
 
addHttpHeaders(Request, HttpHeaders) - Static method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
 
addHttpHeaders(ClientRequest, HttpHeaders) - Static method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
 
addImportBeanDefinitionRegistrar(ImportBeanDefinitionRegistrar, AnnotationMetadata) - Method in class org.springframework.context.annotation.ConfigurationClass
 
addImportedResource(String, Class<? extends BeanDefinitionReader>) - Method in class org.springframework.context.annotation.ConfigurationClass
 
addIncludedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addIncludeFilter(TypeFilter) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Add an include type filter to the end of the inclusion list.
addIncludePatterns(Element, ParserContext, BeanDefinition) - Method in class org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser
 
addIndexedArgumentValue(int, Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addIndexedArgumentValue(int, Object, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addIndexedArgumentValue(int, ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockFilterConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
addInline(String, DataSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a javax.activation.DataSource.
addInline(String, File) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a java.io.File.
addInline(String, Resource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a org.springframework.core.io.Resource.
addInline(String, InputStreamSource, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from an org.springframework.core.InputStreamResource, and specifying the content type explicitly.
addInlinedPropertiesToEnvironment(ConfigurableApplicationContext, String[]) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
Add the given inlined properties to the Environment of the supplied context.
addInlinedPropertiesToEnvironment(ConfigurableEnvironment, String[]) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
Add the given inlined properties (in the form of key-value pairs) to the supplied environment.
addInterceptor(ChannelInterceptor) - Method in class org.springframework.messaging.support.AbstractMessageChannel
 
addInterceptor(int, ChannelInterceptor) - Method in class org.springframework.messaging.support.AbstractMessageChannel
 
addInterceptor(ChannelInterceptor) - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel
 
addInterceptor(ChannelInterceptor) - Method in interface org.springframework.messaging.support.InterceptableChannel
Add a channel interceptor to the end of the list.
addInterceptor(int, ChannelInterceptor) - Method in interface org.springframework.messaging.support.InterceptableChannel
Add a channel interceptor at the specified index.
addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.portlet.HandlerExecutionChain
 
addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
Adds the provided HandlerInterceptor.
addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.servlet.HandlerExecutionChain
 
addInterceptorNameToList(String, BeanDefinition) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
addInterceptors(HandlerInterceptor...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Add interceptors mapped to all incoming requests.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
addInterceptors(HandlerInterceptor...) - Method in class org.springframework.web.portlet.HandlerExecutionChain
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add Spring MVC interceptors for pre- and post-processing of controller invocation.
addInterceptors(InterceptorRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addInterceptors(HandlerInterceptor...) - Method in class org.springframework.web.servlet.HandlerExecutionChain
 
addInterceptors(HandshakeInterceptor...) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addInterceptors(HandshakeInterceptor...) - Method in interface org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
Configure the HandshakeInterceptor's to use.
addInterceptors(HandshakeInterceptor...) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
 
addInterceptors(HandshakeInterceptor...) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
Configure interceptors for the handshake request.
addInterface(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
Add a new proxied interface.
addInterface(Class<?>) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
Add the specified interface to the list of interfaces to introduce.
addInterfacesToClassHierarchy(Class<?>, boolean, List<Class<?>>, Set<Class<?>>) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
addIntHeader(String, int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
additionalFilters - Variable in class org.springframework.web.filter.CompositeFilter.VirtualFilterChain
 
addJarFileUrl(URL) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addJobToScheduler(JobDetail) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Add the given job to the Scheduler, if it doesn't already exist.
addLast(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with lowest precedence.
addLink(int, String, String, Set<CssLinkResourceTransformer.CssLinkInfo>) - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractCssLinkParser
 
addListener(AdvisedSupportListener) - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Add the given AdvisedSupportListener to this proxy configuration.
addListener(AsyncListener) - Method in class org.springframework.mock.web.MockAsyncContext
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockAsyncContext
 
addListener(Class<? extends EventListener>) - Method in class org.springframework.mock.web.MockServletContext
 
addListener(String) - Method in class org.springframework.mock.web.MockServletContext
 
addListener(T) - Method in class org.springframework.mock.web.MockServletContext
 
addLocale(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addManagedClassName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
Add a managed class name to the persistence provider's metadata.
addManagedPackage(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
Add a managed package to the persistence provider's metadata.
addMappedInterceptors(String[], HandlerInterceptor...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Add interceptors mapped to a set of path patterns.
addMapping(String, MediaType) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Map a MediaType to an extension or ignore if the extensions is already mapped.
addMapping(String) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistry
Enable cross origin request handling for the specified path pattern.
addMapping(Element, ManagedMap<String, Object>, ParserContext) - Method in interface org.springframework.web.socket.config.HandlersBeanDefinitionParser.HandlerMappingStrategy
 
addMapping(Element, ManagedMap<String, Object>, ParserContext) - Method in class org.springframework.web.socket.config.HandlersBeanDefinitionParser.SockJsHandlerMappingStrategy
 
addMapping(Element, ManagedMap<String, Object>, ParserContext) - Method in class org.springframework.web.socket.config.HandlersBeanDefinitionParser.WebSocketHandlerMappingStrategy
 
addMappingFileName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addMappingName(String, HandlerMethod) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MappingRegistry
 
addMatchedPattern(String) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
Deprecated.
 
addMatchesToCollection(Collection<T>, Message<?>, List<AbstractMethodMessageHandler<T>.Match>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
addMatchingMappings(Collection<T>, List<AbstractHandlerMethodMapping<T>.Match>, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
addMediaType(String, MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Add a mapping from a file extension to a media type.
addMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Add mappings from file extensions to media types.
addMessage(String, Locale, String) - Method in class org.springframework.context.support.StaticApplicationContext
Associate the given message with the given code.
addMessage(String, Locale, String) - Method in class org.springframework.context.support.StaticMessageSource
Associate the given message with the given code.
addMessages(Map<String, String>, Locale) - Method in class org.springframework.context.support.StaticMessageSource
Associate the given message values with the given keys as codes.
addMetadataAttribute(BeanMetadataAttribute) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
Add the given BeanMetadataAttribute to this accessor's set of attributes.
addMethodName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
Add another eligible method name, in addition to those already named.
addMethodName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
Add another eligible method name, in addition to those already named.
addMethodResolver(MethodResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
addMissingRequiredProperty(String) - Method in exception org.springframework.core.env.MissingRequiredPropertiesException
 
addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
addMtomAttachment(DataHandler, String, String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
addNamedParameter(List<NamedParameterUtils.ParameterHolder>, int, int, int, int, String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 
addNamedParameter(String, int, int) - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Add a named parameter parsed from this SQL statement.
addNativeHeader(String, String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
Add the specified native header value to existing values.
addNativeHeaders(MultiValueMap<String, String>) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
 
addNestedComponent(ComponentDefinition) - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
Add the given component as nested element of this composite component.
addNewNamedParameter(Set<String>, int, String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 
addNoCacheHeaders(ServerHttpResponse) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
addNonOptionArg(String) - Method in class org.springframework.core.env.CommandLineArgs
Add the given value to the list of non-option arguments.
addNoRollbackRuleAttributesTo(List<RollbackRuleAttribute>, String) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
addObject(String, Object) - Method in class org.springframework.mock.jndi.ExpectedLookupTemplate
Add the given object to the list of JNDI objects that this template will expose.
addObject(String, Object) - Method in class org.springframework.web.portlet.ModelAndView
Add an attribute to the model.
addObject(Object) - Method in class org.springframework.web.portlet.ModelAndView
Add an attribute to the model using parameter name generation.
addObject(String, Object) - Method in class org.springframework.web.servlet.ModelAndView
Add an attribute to the model.
addObject(Object) - Method in class org.springframework.web.servlet.ModelAndView
Add an attribute to the model using parameter name generation.
addObjectToArray(A[], O) - Static method in class org.springframework.util.ObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
addOptionArg(String, String) - Method in class org.springframework.core.env.CommandLineArgs
Add an option argument for the given option name and add the given value to the list of values associated with this option (of which there may be zero or more).
addOrMergeGenericArgumentValue(ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value, merging the new value (typically a collection) with the current value if demanded: see Mergeable.
addOrMergeIndexedArgumentValue(Integer, ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list, merging the new value (typically a collection) with the current value if demanded: see Mergeable.
addOverride(MethodOverride) - Method in class org.springframework.beans.factory.support.MethodOverrides
Add the given method override.
addOverrides(MethodOverrides) - Method in class org.springframework.beans.factory.support.MethodOverrides
Copy all given method overrides into this object.
addPackages(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Add the given annotated packages in a batch.
addPackages(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Add the given annotated packages in a batch.
addParam(Param) - Method in interface org.springframework.web.servlet.tags.ParamAware
Callback hook for nested spring:param tags to pass their value to the parent tag.
addParam(Param) - Method in class org.springframework.web.servlet.tags.UrlTag
 
addParameter(SqlParameter) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Add a new declared parameter.
addParameter(SqlParameter) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Add a new declared parameter.
addParameter(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a single value for the specified HTTP parameter.
addParameter(String, String[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add an array of values for the specified HTTP parameter.
addParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addParameters(Map) - Method in class org.springframework.mock.web.MockHttpServletRequest
Adds all provided parameters without replacing any existing values.
addPart(Part) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
addPartConverter(HttpMessageConverter<?>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Add a message body converter.
addPath(String) - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
addPathPatterns(String...) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
Add URL patterns to which the registered interceptor should apply to.
addPathSegments(String...) - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
addPlaceHolderValue(String, String) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
In a standalone setup there is no support for placeholder values embedded in request mappings.
addPopulators(DatabasePopulator...) - Method in class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Add one or more populators to the list of delegates.
addPreDefinePlugin - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
addPreferredLocale(Locale) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a new preferred locale, before any existing locales.
addPreferredLocale(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addPreferredResponseContentType(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addPreProcessorMethod - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
addPrivateRenderParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
addPrivateRenderParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
addProcessingEventQName(QName) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addPropertiesFilesToEnvironment(ConfigurableApplicationContext, String[]) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
Add the Properties files from the given resource locations to the Environment of the supplied context.
addProperty(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper
 
addProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
addProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
Add a single value for the specified property.
addProperty(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
addProperty(Cookie) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
addProperty(String, Element) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
addProperty(String, String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addPropertyAccessor(PropertyAccessor) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
addPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a PropertyEditorRegistrar to be applied to all bean creation processes.
addPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
addPropertyReference(String, String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Add a reference to the specified bean name under the property specified.
addPropertySource(ResourcePropertySource) - Method in class org.springframework.context.annotation.ConfigurationClassParser
 
addPropertySource(PropertySource<?>) - Method in class org.springframework.core.env.CompositePropertySource
Add the given PropertySource to the end of the chain.
addPropertyValue(String, Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Add the supplied property value under the given name.
addPropertyValue(PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
Add a PropertyValue object, replacing any existing one for the corresponding property or getting merged with it (if applicable).
addPropertyValue(String, Object) - Method in class org.springframework.beans.MutablePropertyValues
Overloaded version of addPropertyValue that takes a property name and a property value.
addPropertyValues(PropertyValues) - Method in class org.springframework.beans.MutablePropertyValues
Copy all given PropertyValues into this object.
addPropertyValues(Map<?, ?>) - Method in class org.springframework.beans.MutablePropertyValues
Add all property values from the given Map.
addProtocolHandler(SubProtocolHandler) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
Register a sub-protocol handler.
addPublicRenderParameterName(String) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addPublishingEventQName(QName) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addQualifier(AutowireCandidateQualifier) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Register a qualifier to be used for autowire candidate resolution, keyed by the qualifier's type name.
addQualifierType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Register the given type to be used as a qualifier when autowiring.
addReceiptLostTask(Runnable) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
 
addReceiptLostTask(Runnable) - Method in interface org.springframework.messaging.simp.stomp.StompSession.Receiptable
Task to invoke when a receipt is not received in the configured time.
addReceiptTask(Runnable) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
 
addReceiptTask(Runnable) - Method in interface org.springframework.messaging.simp.stomp.StompSession.Receiptable
Task to invoke when a receipt is received.
addRedirectViewController(String, String) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Map a view controller to the given URL path (or pattern) in order to redirect to another URL.
addReference(int, int) - Method in class org.springframework.asm.Label
Adds a forward reference to this label.
addRelatedCause(Throwable) - Method in exception org.springframework.beans.factory.BeanCreationException
Add a related cause to this bean creation exception, not being a direct cause of the failure but having occured earlier in the creation of the same bean instance.
addRemoteRegistryDto(Message<?>, MessageConverter, long) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
 
addRequestBodyAdvice(RootBeanDefinition) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
addRequiredProperty(String) - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
addRequiredProperty(String) - Method in class org.springframework.web.portlet.GenericPortletBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
addRequiredProperty(String) - Method in class org.springframework.web.servlet.HttpServletBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
addResolver(HandlerMethodArgumentResolver) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
addResolver(HandlerMethodArgumentResolver) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResolver(ResourceResolver) - Method in class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
Add a resource resolver to the chain.
addResolvers(List<? extends HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
addResolvers(List<? extends HandlerMethodArgumentResolver>) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResourceHandler(String...) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Add a resource handler for serving static resources based on the specified URL path patterns.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add resource handlers for serving static resources.
addResourceHandlers(ResourceHandlerRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add handlers to serve static resources such as images, js, and, css files from specific locations under web application root, the classpath, and others.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add handlers to serve static resources such as images, js, and, css files from specific locations under web application root, the classpath, and others.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addResourceLocations(String...) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Add one or more resource locations from which to serve static content.
addResourcePathToPackagePath(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value).
addResponseBodyAdvice(RootBeanDefinition) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
addResponseContentType(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addReturnValueAsModelAttribute(Method, Class<?>, Object, ExtendedModelMap) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Add custom HandlerMethodReturnValueHandlers in addition to the ones registered by default.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add handlers to support custom controller method return value types.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add handlers to support custom controller method return value types.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Add handlers to support custom controller method return value types.
addRollbackRuleAttributesTo(List<RollbackRuleAttribute>, String) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
addScalarConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
 
addScope(String, Scope) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
Add the given scope to this configurer's map of scopes.
addScript(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add an SQL script to execute to initialize or populate the database.
addScript(Resource) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Add a script to execute to initialize or clean up the database.
addScripts(String...) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add multiple SQL scripts to execute to initialize or populate the database.
addScripts(Resource...) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Add multiple scripts to execute to initialize or clean up the database.
addSerializers(SimpleModule) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
addServlet(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
addServlet(String, Servlet) - Method in class org.springframework.mock.web.MockServletContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.springframework.mock.web.MockServletContext
 
addSession(Session) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
addSession(Session, Connection) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
addSession(Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
addSession(Object, Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
addSession(String) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.DefaultSimpUser
 
addShareableResource(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
Add the name of a shareable JNDI resource, which this factory is allowed to cache once obtained.
addSingleton(String, Object) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Add the given singleton object to the singleton cache of this factory.
addSingletonFactory(String, ObjectFactory<?>) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Add the given singleton factory for building the specified singleton if necessary.
addSockJsServiceMapping(M, SockJsService, WebSocketHandler, String) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addSockJsServiceMapping(MultiValueMap<HttpRequestHandler, String>, SockJsService, WebSocketHandler, String) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
 
addStaticAttribute(String, Object) - Method in class org.springframework.web.servlet.view.AbstractView
Add static data to this view, exposed in each view.
addStatusCode(String, int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
An alternative to SimpleMappingExceptionResolver.setStatusCodes(Properties) for use with Java-based configuration.
addStatusController(String, HttpStatus) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Map a simple controller to the given URL path (or pattern) in order to set the response status to the given code without rendering a body.
addStringToArray(String[], String) - Static method in class org.springframework.util.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
addStrippedPropertyPaths(List<String>, String, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Add property paths with all variations of stripped keys and/or indexes.
addSubscription(String, String, Expression) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionInfo
 
addSubscription(String, String, String, Expression) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.SessionSubscriptionRegistry
 
addSubscription(String, String) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry.DefaultSimpSession
 
addSubscriptionInternal(String, String, String, Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
 
addSubscriptionInternal(String, String, String, Message<?>) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
addSubscriptions(String, LinkedMultiValueMap<String, String>) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry.DestinationCache
 
addSuccessCallback(SuccessCallback<? super ClientHttpResponse>) - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.HttpResponseFutureCallback
 
addSuccessCallback(SuccessCallback<? super T>) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given success callback to this registry.
addSuccessor(int, Label) - Method in class org.springframework.asm.MethodWriter
Adds a successor to the currentBlock block.
addSupportedLocale(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addSwaRefAttachment(DataHandler) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
addTargetRequestParam(String, String) - Method in class org.springframework.web.servlet.FlashMap
Provide a request parameter identifying the request for this FlashMap.
addTargetRequestParams(MultiValueMap<String, String>) - Method in class org.springframework.web.servlet.FlashMap
Provide request parameters identifying the request for this FlashMap.
addTask(Runnable, boolean) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession.ReceiptHandler
 
addTimeoutHandler(Runnable) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Add a handler to invoke when concurrent handling has timed out.
addTimeoutHandler(Runnable) - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
addTimeoutHandler(Runnable) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addTimeoutTask(Runnable) - Method in class org.springframework.web.socket.sockjs.client.DefaultTransportRequest
 
addTimeoutTask(Runnable) - Method in interface org.springframework.web.socket.sockjs.client.TransportRequest
Register a timeout cleanup task to invoke if the SockJS session is not fully established within the calculated retransmission timeout period.
addTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addTo(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addToClassHierarchy(int, Class<?>, boolean, List<Class<?>>, Set<Class<?>>) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
addToEnvironment(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
addToMap(Map<Object, Object>) - Method in class org.springframework.core.convert.support.MapToMapConverter.MapEntry
 
addToMultiValueMap(MultiValueMap<String, T>, String, T[]) - Static method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
addToSubroutine(long, int) - Method in class org.springframework.asm.Label
Marks this basic block as belonging to the given subroutine.
addTransactionalMethod(String, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(Class<?>, String, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(Method, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(String, TransactionAttribute) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Add an attribute for a transactional method.
addTransformer(ClassFileTransformer) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in interface org.springframework.instrument.classloading.jboss.JBossClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
addTransformer - Variable in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
addTransformer(ClassFileTransformer) - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
Add a ClassFileTransformer to be applied by this LoadTimeWeaver.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Add the given ClassFileTransformer to the list of transformers that this ClassLoader will apply.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
Add a ClassFileTransformer to be applied by this ClassLoader.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Delegate for LoadTimeWeaver's addTransformer method.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.WeavingTransformer
Add a class file transformer to be applied by this weaver.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
addTransformer(ClassTransformer) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
This implementation throws an UnsupportedOperationException.
addTransformer(ClassTransformer) - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
This implementation delegates to the LoadTimeWeaver, if specified.
addTransformer(ResourceTransformer) - Method in class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
Add a resource transformer to the chain.
addTransformerMethod - Variable in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
addTransformerMethod - Variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addTransformerMethod - Variable in class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
addTranslator - Variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
addTriggerTask(Runnable, Trigger) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered per the given Trigger.
addTriggerTask(TriggerTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a TriggerTask.
addTriggerToScheduler(Trigger) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Add the given trigger to the Scheduler, if it doesn't already exist.
addType(String) - Method in class org.springframework.asm.ClassWriter
Adds the given internal name to ClassWriter.typeTable and returns its index.
addType(Item) - Method in class org.springframework.asm.ClassWriter
Adds the given Item to ClassWriter.typeTable.
addTypeDescriptor(PropertyDescriptor, TypeDescriptor) - Method in class org.springframework.beans.CachedIntrospectionResults
 
addTypeIdentifier(String) - Method in class org.springframework.beans.factory.support.ReplaceOverride
Add a fragment of a class string, like "Exception" or "java.lang.Exc", to identify a parameter type.
addUnavailableVariable(String) - Method in class org.springframework.cache.interceptor.CacheEvaluationContext
Add the specified variable name as unavailable for that context.
addUninitializedType(String, int) - Method in class org.springframework.asm.ClassWriter
Adds the given "uninitialized" type to ClassWriter.typeTable and returns its index.
addUrlBasedViewResolverProperties(Element, RootBeanDefinition) - Method in class org.springframework.web.servlet.config.ViewResolversBeanDefinitionParser
 
addUrlPattern(String) - Method in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
addUrlsForPath(Set<String>, String) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
Add URLs and/or URL patterns for the given path.
addUserRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
addUserRole(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addValidators(Validator...) - Method in class org.springframework.validation.DataBinder
Add Validators to apply after each binding step.
addValue(String, Object) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(String, Object, int) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(String, Object, int, String) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(Object) - Method in class org.springframework.mock.web.HeaderValueHolder
 
addValueArray(Object) - Method in class org.springframework.mock.web.HeaderValueHolder
 
addValues(Map<String, ?>) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a Map of parameters to this parameter source.
addValues(Collection<?>) - Method in class org.springframework.mock.web.HeaderValueHolder
 
addVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy
 
addVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
 
addVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
 
addVersion(String, String) - Method in interface org.springframework.web.servlet.resource.VersionPathStrategy
Add a version to the given request path.
addVersionStrategy(VersionStrategy, String...) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
Register a custom VersionStrategy to apply to resource URLs that match the given path patterns.
addViewController(String) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Map a view controller to the given URL path (or pattern) in order to render a response with a pre-configured status code and view.
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add view controllers.
addViewControllers(ViewControllerRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure simple automated controllers pre-configured with the response status code and/or a view to render the response body.
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure simple automated controllers pre-configured with the response status code and/or a view to render the response body.
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addWebMvcConfigurers(List<WebMvcConfigurer>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addWebRequestInterceptor(WebRequestInterceptor) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
Adds the provided WebRequestInterceptor.
addWebSocketHandlerMapping(M, WebSocketHandler, HandshakeHandler, HandshakeInterceptor[], String) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
addWebSocketHandlerMapping(MultiValueMap<HttpRequestHandler, String>, WebSocketHandler, HandshakeHandler, HandshakeInterceptor[], String) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
 
ADMIN_SERVICE_FACTORY_CLASS - Static variable in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
advice - Variable in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
advice - Variable in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
advice - Variable in class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
 
advice - Variable in class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
 
advice - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
advice - Variable in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
advice - Variable in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
advice - Variable in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
advice - Variable in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
 
advice - Variable in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
advice - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
ADVICE_BEAN_NAME - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ADVICE_REF - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
adviceBean - Variable in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler.MessagingControllerAdviceBean
 
adviceBeanName - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
adviceChain - Variable in class org.springframework.aop.framework.CglibAopProxy.FixedChainStaticTargetInterceptor
 
adviceChanged() - Method in class org.springframework.aop.framework.AdvisedSupport
Invoked when advice has changed.
adviceChanged(AdvisedSupport) - Method in interface org.springframework.aop.framework.AdvisedSupportListener
Invoked when advice is changed after a proxy is created.
adviceChanged() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Propagate advice change event to all AdvisedSupportListeners.
adviceChanged() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Blow away and recache singleton on an advice change.
AdviceEntry - Class in org.springframework.aop.config
ParseState entry representing an advice element.
AdviceEntry(String) - Constructor for class org.springframework.aop.config.AdviceEntry
Creates a new instance of the AdviceEntry class.
AdviceExcludingMethodMatcher(Method) - Constructor for class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
adviceIncluded(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Is the given advice included in any advisor within this proxy configuration?
adviceInvocationArgumentCount - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
The total number of arguments we have to populate on advice dispatch
adviceMethod - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
AdviceMode - Enum in org.springframework.context.annotation
Enumeration used to determine whether JDK proxy-based or AspectJ weaving-based advice should be applied.
AdviceMode() - Constructor for enum org.springframework.context.annotation.AdviceMode
 
AdviceModeImportSelector<A extends java.lang.annotation.Annotation> - Class in org.springframework.context.annotation
Convenient base class for ImportSelector implementations that select imports based on an AdviceMode value from an annotation (such as the @Enable* annotations).
AdviceModeImportSelector() - Constructor for class org.springframework.context.annotation.AdviceModeImportSelector
 
adviceMonitor - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
Advised - Interface in org.springframework.aop.framework
Interface to be implemented by classes that hold the configuration of a factory of AOP proxies.
advised - Variable in class org.springframework.aop.framework.CglibAopProxy
The configuration used to configure this proxy
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.AdvisedDispatcher
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.EqualsInterceptor
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.HashCodeInterceptor
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
advised - Variable in class org.springframework.aop.framework.JdkDynamicAopProxy
Config used to configure this proxy
advisedBeans - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
advisedDispatcher - Variable in class org.springframework.aop.framework.CglibAopProxy
Dispatcher used for methods on Advised
AdvisedDispatcher(AdvisedSupport) - Constructor for class org.springframework.aop.framework.CglibAopProxy.AdvisedDispatcher
 
AdvisedSupport - Class in org.springframework.aop.framework
Base class for AOP proxy configuration managers.
AdvisedSupport() - Constructor for class org.springframework.aop.framework.AdvisedSupport
No-arg constructor for use as a JavaBean.
AdvisedSupport(Class<?>[]) - Constructor for class org.springframework.aop.framework.AdvisedSupport
Create a AdvisedSupport instance with the given parameters.
AdvisedSupport.MethodCacheKey - Class in org.springframework.aop.framework
Simple wrapper class around a Method.
AdvisedSupportListener - Interface in org.springframework.aop.framework
Listener to be registered on ProxyCreatorSupport objects Allows for receiving callbacks on activation and change of advice.
Advisor - Interface in org.springframework.aop
Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
advisor - Variable in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
ADVISOR - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
advisor - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
ADVISOR - Static variable in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Singleton advisor for this class.
AdvisorAdapter - Interface in org.springframework.aop.framework.adapter
Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistrationManager - Class in org.springframework.aop.framework.adapter
BeanPostProcessor that registers AdvisorAdapter beans in the BeanFactory with an AdvisorAdapterRegistry (by default the GlobalAdvisorAdapterRegistry).
AdvisorAdapterRegistrationManager() - Constructor for class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Default is global AdvisorAdapterRegistry
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
AdvisorAdapterRegistry - Interface in org.springframework.aop.framework.adapter
Interface for registries of Advisor adapters.
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Default is global AdvisorAdapterRegistry
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
advisorArray - Variable in class org.springframework.aop.framework.AdvisedSupport
Array updated on changes to the advisors list, which is easier to manipulate internally.
advisorBeanName - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
advisorBeanNamePrefix - Variable in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
 
advisorChainFactory - Variable in class org.springframework.aop.framework.AdvisedSupport
The AdvisorChainFactory to use
AdvisorChainFactory - Interface in org.springframework.aop.framework
Factory interface for advisor chains.
advisorChainInitialized - Variable in class org.springframework.aop.framework.ProxyFactoryBean
Whether the advisor chain has already been initialized
advisorComparator - Variable in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
AdvisorComponentDefinition - Class in org.springframework.aop.config
ComponentDefinition that bridges the gap between the advisor bean definition configured by the &lt;aop:advisor&gt; tag and the component definition infrastructure.
AdvisorComponentDefinition(String, BeanDefinition) - Constructor for class org.springframework.aop.config.AdvisorComponentDefinition
 
AdvisorComponentDefinition(String, BeanDefinition, BeanDefinition) - Constructor for class org.springframework.aop.config.AdvisorComponentDefinition
 
advisorDefinition - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
AdvisorEntry - Class in org.springframework.aop.config
ParseState entry representing an advisor.
AdvisorEntry(String) - Constructor for class org.springframework.aop.config.AdvisorEntry
Creates a new instance of the AdvisorEntry class.
advisorFactory - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
advisorRetrievalHelper - Variable in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
advisors - Variable in class org.springframework.aop.framework.AdvisedSupport
List of Advisors.
advisorsCache - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
advisorsPreFiltered() - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
This auto-proxy creator always returns pre-filtered Advisors.
advisorsPreFiltered() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return whether the Advisors returned by the subclass are pre-filtered to match the bean's target class already, allowing the ClassFilter check to be skipped when building advisors chains for AOP invocations.
AFTER - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
AFTER_RETURNING_ELEMENT - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
AFTER_THROWING - Static variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
AFTER_THROWING_ELEMENT - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
afterAccess() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter
 
afterAccess() - Method in class org.springframework.util.ConcurrencyThrottleSupport
To be invoked after the main execution logic of concrete subclasses.
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing in the action phase, that is, after rendering the view.
AfterAdvice - Interface in org.springframework.aop
Common marker interface for after advice, such as AfterReturningAdvice and ThrowsAdvice.
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Invoked third (and last) after the request body is converted to an Object.
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
The default implementation returns the body that was passed in.
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyAdviceChain
 
afterCommit() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
afterCommit() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
afterCommit() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
afterCommit() - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
afterCommit() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
afterCommit() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked after transaction commit.
afterCommit() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
afterCompletion(int) - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
afterCompletion(int) - Method in class org.springframework.jdbc.support.lob.JtaLobCreatorSynchronization
 
afterCompletion(int) - Method in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
 
afterCompletion(int) - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and close it (in single session mode), or process deferred close for all sessions that have been opened during the current request (in deferred close mode).
afterCompletion(int) - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and close it).
afterCompletion(int) - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate5.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate5.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and close it).
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
afterCompletion(int) - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
afterCompletion(int) - Method in class org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter.TransactionSynchronizationEventAdapter
 
afterCompletion(int) - Method in class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
 
afterCompletion(int) - Method in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
JTA afterCompletion callback: invoked after commit/rollback.
afterCompletion(int) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
afterCompletion(int) - Method in class org.springframework.transaction.support.SimpleTransactionScope.CleanupSynchronization
 
afterCompletion(int) - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked after transaction commit/rollback.
afterCompletion(int) - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when async processing completes for any reason including timeout or network error.
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation is empty.
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an async request completed for any reason including timeout and network error.
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation is empty.
afterCompletion(WebRequest, Exception) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Removes the log message from the Log4J NDC after the request is processed.
afterCompletion(WebRequest, Exception) - Method in interface org.springframework.web.context.request.WebRequestInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterCompletion(PortletRequest, PortletResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
Default callback that all "after*" methods delegate to.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.MappedInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in interface org.springframework.web.servlet.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
This implementation is empty.
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in interface org.springframework.web.context.request.AsyncWebRequestInterceptor
Called instead of postHandle and afterCompletion, when the the handler started handling the request concurrently.
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Removes the log message from the Log4J NDC when the processing thread is exited after the start of asynchronous request handling.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.AsyncHandlerInterceptor
Called instead of postHandle and afterCompletion, when the a handler is being executed concurrently.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - Method in interface org.springframework.test.web.servlet.setup.MockMvcConfigurer
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
 
afterConnected(TcpConnection<byte[]>) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
afterConnected(TcpConnection<byte[]>) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
afterConnected(StompSession, StompHeaders) - Method in interface org.springframework.messaging.simp.stomp.StompSessionHandler
Invoked when the session is ready to use, i.e.
afterConnected(StompSession, StompHeaders) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
This implementation is empty.
afterConnected(TcpConnection<P>) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Invoked after a connection is successfully established.
afterConnectFailure(Throwable) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
afterConnectFailure(Throwable) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
afterConnectFailure(Throwable) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Invoked on failure to connect.
afterConnectionClosed() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
afterConnectionClosed() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
 
afterConnectionClosed() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.SystemStompConnectionHandler
 
afterConnectionClosed() - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Invoked after the connection is closed.
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport.ClientSockJsWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in interface org.springframework.web.socket.WebSocketHandler
Invoked after the WebSocket connection has been closed by either side, or after a transport error has occurred.
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient.WebSocketTcpConnectionHandlerAdapter
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport.ClientSockJsWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in interface org.springframework.web.socket.WebSocketHandler
Invoked after WebSocket negotiation has succeeded and the WebSocket connection is opened and ready for use.
afterDelivery() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
This afterDelivery implementation resets the thread context ClassLoader and completes the transaction, if any.
afterDisconnectSent(StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
After a DISCONNECT there should be no more client frames so we can close the connection pro-actively.
afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing in the action phase, that is, after rendering the view.
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - Method in interface org.springframework.web.socket.server.HandshakeInterceptor
Invoked after the handshake is done.
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 
afterHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Exception) - Method in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
 
afterInitialization - Variable in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
afterLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
afterLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the end of this row set.
afterMessageHandled(Message<?>, MessageChannel, MessageHandler, Exception) - Method in interface org.springframework.messaging.support.ExecutorChannelInterceptor
Invoked inside the Runnable submitted to the Executor after calling the target MessageHandler regardless of the outcome (i.e.
afterMessagePrefix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
afterMessageSuffix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
afterPhase(PhaseEvent) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
afterPropertiesSet() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Eagerly create the singleton instance, if necessary.
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.MethodInvokingBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
This implementation eagerly fetches the Preferences instances for the required system and user tree nodes.
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.YamlMapFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
 
afterPropertiesSet() - Method in interface org.springframework.beans.factory.InitializingBean
Invoked by a BeanFactory after it has set all bean properties supplied (and satisfied BeanFactoryAware and ApplicationContextAware).
afterPropertiesSet() - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Check that a BeanFactory has been set.
afterPropertiesSet() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
 
afterPropertiesSet() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
 
afterPropertiesSet() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
afterPropertiesSet() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
afterPropertiesSet() - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
afterPropertiesSet() - Method in class org.springframework.cache.jcache.JCacheCacheManager
 
afterPropertiesSet() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cache.support.AbstractCacheManager
 
afterPropertiesSet() - Method in class org.springframework.cache.support.CompositeCacheManager
 
afterPropertiesSet() - Method in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
 
afterPropertiesSet() - Method in class org.springframework.context.event.EventPublicationInterceptor
 
afterPropertiesSet() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Triggers AbstractApplicationContext.refresh() if not refreshed in the concrete context's constructor already.
afterPropertiesSet() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.dao.support.DaoSupport
 
afterPropertiesSet() - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
afterPropertiesSet() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Fetches EJB home on startup, if necessary.
afterPropertiesSet() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
 
afterPropertiesSet() - Method in class org.springframework.http.client.Netty4ClientHttpRequestFactory
 
afterPropertiesSet() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.converter.json.GsonFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Make sure a Connection or ConnectionFactory has been set.
afterPropertiesSet() - Method in class org.springframework.jca.cci.core.CciTemplate
 
afterPropertiesSet() - Method in class org.springframework.jca.cci.object.EisOperation
 
afterPropertiesSet() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Prepares the message endpoint, and automatically activates it if the "autoStartup" flag is set to "true".
afterPropertiesSet() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Builds the BootstrapContext and starts the ResourceAdapter with it.
afterPropertiesSet() - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
Use the database populator to set up the database.
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
afterPropertiesSet() - Method in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Checks that the specified 'targetDataSource' actually is a WebSphere WSDataSource.
afterPropertiesSet() - Method in class org.springframework.jdbc.object.GenericSqlQuery
 
afterPropertiesSet() - Method in class org.springframework.jdbc.object.RdbmsOperation
Ensures compilation if used in a bean factory.
afterPropertiesSet() - Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
 
afterPropertiesSet() - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Check whether the validation query can be executed on a Connection from the specified DataSource, with the specified interval between checks, until the specified timeout.
afterPropertiesSet() - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
 
afterPropertiesSet() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
afterPropertiesSet() - Method in class org.springframework.jdbc.support.JdbcAccessor
Eagerly initialize the exception translator, if demanded, creating a default one for the specified DataSource if none set.
afterPropertiesSet() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
 
afterPropertiesSet() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
afterPropertiesSet() - Method in class org.springframework.jms.connection.JmsTransactionManager
Make sure the ConnectionFactory has been set.
afterPropertiesSet() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Make sure a Connection or ConnectionFactory has been set.
afterPropertiesSet() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
afterPropertiesSet() - Method in class org.springframework.jms.core.JmsMessagingTemplate
 
afterPropertiesSet() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
 
afterPropertiesSet() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
afterPropertiesSet() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
afterPropertiesSet() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
 
afterPropertiesSet() - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
 
afterPropertiesSet() - Method in class org.springframework.jms.support.JmsAccessor
 
afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Prepares the MBeanServerConnection if the "connectOnStartup" is turned on (which it is by default).
afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
Checks that the proxyInterface has been specified and then generates the proxy for the target MBean.
afterPropertiesSet() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.MBeanExporter
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Merges the Properties configured in the mappings and mappingLocations into the final Properties instance used for ObjectName resolution.
afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.NotificationListenerBean
 
afterPropertiesSet() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Start the connector server.
afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Creates a JMXConnector for the given settings and exposes the associated MBeanServerConnection.
afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Creates the MBeanServer instance.
afterPropertiesSet() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Look up the JNDI object and store it.
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectLocator
 
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
afterPropertiesSet() - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Creates the final merged mapping set.
afterPropertiesSet() - Method in class org.springframework.messaging.core.CachingDestinationResolverProxy
 
afterPropertiesSet() - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
 
afterPropertiesSet() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Build and expose the SessionFactory.
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
 
afterPropertiesSet() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Eagerly initialize the JDO dialect, creating a default one for the specified PersistenceManagerFactory if none set.
afterPropertiesSet() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Initialize the PersistenceManagerFactory for the given location.
afterPropertiesSet() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Eagerly initialize the JPA dialect, creating a default one for the specified EntityManagerFactory if none set.
afterPropertiesSet() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
afterPropertiesSet() - Method in class org.springframework.oxm.castor.CastorMarshaller
 
afterPropertiesSet() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
afterPropertiesSet() - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
afterPropertiesSet() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapExporter
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Immediately publish all endpoints when fully configured.
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
 
afterPropertiesSet() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
 
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Calls initialize() after the container applied all property values.
afterPropertiesSet() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
afterPropertiesSet() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Calls ScheduledTaskRegistrar.scheduleTasks() at bean construction time.
afterPropertiesSet() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
 
afterPropertiesSet() - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Eagerly initializes the specified "methodMap", if any.
afterPropertiesSet() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Check that required properties were set.
afterPropertiesSet() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Initialize the UserTransaction as well as the TransactionManager handle.
afterPropertiesSet() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.transaction.support.TransactionTemplate
 
afterPropertiesSet() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.web.filter.GenericFilterBean
Calls the initFilterBean() method that might contain custom initialization of a subclass.
afterPropertiesSet() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser.CompositeUriComponentsContributorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Detects handler methods at initialization.
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Initialize the wrapped Servlet instance.
afterPropertiesSet() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Initialize FreeMarkerConfigurationFactory's Configuration if not overridden by a preconfigured FreeMarker Configuation.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Eagerly initialize Locales if necessary.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Deprecated.
Creates and exposes a TilesContainer for this web application, delegating to the TilesInitializer.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
Creates and exposes a TilesContainer for this web application, delegating to the TilesInitializer.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.tiles3.TilesView
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
Initialize VelocityEngineFactory's VelocityEngine if not overridden by a pre-configured VelocityEngine.
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.ViewResolverComposite
 
afterPropertiesSet() - Method in class org.springframework.web.servlet.view.XmlViewResolver
Pre-initialize the factory from the XML file.
afterPropertiesSet() - Method in class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler
 
afterPropertiesSet() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
 
afterPropertiesSet() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
 
afterPrototypeCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Callback after prototype creation.
afterReceiveCompletion(Message<?>, MessageChannel, Exception) - Method in interface org.springframework.messaging.support.ChannelInterceptor
Invoked after the completion of a receive regardless of any exception that have been raised thus allowing for proper resource cleanup.
afterReceiveCompletion(Message<?>, MessageChannel, Exception) - Method in class org.springframework.messaging.support.ChannelInterceptorAdapter
 
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message after the request is processed.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message after the request is processed.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Removes the log message from the Log4J NDC after the request is processed and logs the after-request message through Log4J.
afterRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message after the request is processed.
afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterResponse(HandshakeResponse) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient.StandardWebSocketClientConfigurator
 
afterReturning(Object, Method, Object[], Object) - Method in interface org.springframework.aop.AfterReturningAdvice
Callback after a given method successfully returned.
afterReturning(Object, Method, Object[], Object) - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
 
AfterReturningAdvice - Interface in org.springframework.aop
After returning advice is invoked only on normal method return, not if an exception is thrown.
AfterReturningAdviceAdapter - Class in org.springframework.aop.framework.adapter
Adapter to enable AfterReturningAdvice to be used in the Spring AOP framework.
AfterReturningAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
 
AfterReturningAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap am AfterReturningAdvice.
AfterReturningAdviceInterceptor(AfterReturningAdvice) - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
Create a new AfterReturningAdviceInterceptor for the given advice.
afterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler.UnsentDisconnectChannelInterceptor
 
afterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - Method in interface org.springframework.messaging.support.ChannelInterceptor
Invoked after the completion of a send regardless of any exception that have been raised thus allowing for proper resource cleanup.
afterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - Method in class org.springframework.messaging.support.ChannelInterceptorAdapter
 
afterSessionEnded(WebSocketSession, CloseStatus, MessageChannel) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
afterSessionEnded(WebSocketSession, CloseStatus, MessageChannel) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
Invoked after a WebSocketSession has ended.
afterSessionFactoryCreation() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Hook that allows post-processing after the SessionFactory has been successfully created.
afterSessionFactoryCreation() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Executes schema update if requested.
afterSessionStarted(WebSocketSession, MessageChannel) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
afterSessionStarted(WebSocketSession, MessageChannel) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
Invoked after a WebSocketSession has started.
afterSingletonCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Callback after singleton creation.
afterSingletonsInstantiated() - Method in interface org.springframework.beans.factory.SmartInitializingSingleton
Invoked right at the end of the singleton pre-instantiation phase, with a guarantee that all regular singleton beans have been created already.
afterSingletonsInstantiated() - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
afterSingletonsInstantiated() - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
 
afterSingletonsInstantiated() - Method in class org.springframework.context.event.EventListenerMethodProcessor
 
afterSingletonsInstantiated() - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
 
afterSingletonsInstantiated() - Method in class org.springframework.jmx.export.MBeanExporter
Kick off bean registration automatically after the regular singleton instantiation phase.
afterSingletonsInstantiated() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
afterSingletonsInstantiated() - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
afterSingletonsInstantiated() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
 
afterStompConnected(StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.StompConnectionHandler
Invoked after the STOMP CONNECTED frame is received.
afterStompConnected(StompHeaderAccessor) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler.SystemStompConnectionHandler
 
afterStompSessionConnected(Message<?>, StompHeaderAccessor, WebSocketSession) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 
afterTestClass(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
afterTestClass(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
If the test class of the supplied test context is annotated with @DirtiesContext and the class mode is set to AFTER_CLASS, the application context of the test context will be marked as dirty, and the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
afterTestClass() - Method in class org.springframework.test.context.TestContextManager
Hook for post-processing a test class after execution of all tests within the class.
afterTestClass(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Post-processes a test class after execution of all tests within the class.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
Execute SQL scripts configured via @Sql for the supplied TestContext after the current test method.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
If the current test method of the supplied test context is annotated with @DirtiesContext and the method mode is set to AFTER_METHOD, or if the test class is annotated with @DirtiesContext and the class mode is set to AFTER_EACH_TEST_METHOD, the application context of the test context will be marked as dirty and the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
afterTestMethod(Object, Method, Throwable) - Method in class org.springframework.test.context.TestContextManager
Hook for post-processing a test after execution of the supplied test method, for example for tearing down test fixtures, ending a transaction, etc.
afterTestMethod(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Post-processes a test after execution of the test method in the supplied test context, for example by tearing down test fixtures.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
If a transaction is currently active for the supplied test context, this method will end the transaction and run @AfterTransaction methods.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
If the ServletTestExecutionListener.RESET_REQUEST_CONTEXT_HOLDER_ATTRIBUTE in the supplied TestContext has a value of Boolean.TRUE, this method will (1) clean up thread-local state after each test method by resetting Spring Web's RequestContextHolder and (2) ensure that new mocks are injected into the test instance for subsequent tests by setting the DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTE in the test context to true.
AfterTransaction - Annotation Type in org.springframework.test.context.transaction
Test annotation to indicate that the annotated public void method should be executed after a transaction is ended for a test method configured to run within a transaction via the @Transactional annotation.
afterTransportClosed(CloseStatus) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
AGE - Static variable in class org.springframework.http.HttpHeaders
The HTTP Age header field name.
AGENT_CLASS_PRESENT - Static variable in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
AGENT_ID_ATTRIBUTE - Static variable in class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
agentId - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
agentId - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
agentId - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
agentmain(String, Instrumentation) - Static method in class org.springframework.instrument.InstrumentationSavingAgent
Save the Instrumentation interface exposed by the JVM.
aggregatedExceptionListener - Variable in class org.springframework.jms.connection.SingleConnectionFactory
An internal aggregator allowing for per-connection ExceptionListeners
AggregatedExceptionListener() - Constructor for class org.springframework.jms.connection.SingleConnectionFactory.AggregatedExceptionListener
 
AggregatingCallback(int, Runnable) - Constructor for class org.springframework.jms.config.JmsListenerEndpointRegistry.AggregatingCallback
 
AJ_ID - Static variable in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
AJC_MAGIC - Static variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
ajType - Variable in class org.springframework.aop.aspectj.annotation.AspectMetadata
AspectJ reflection information (AspectJ 5 / Java 5 specific).
alias - Variable in class org.springframework.beans.factory.parsing.AliasDefinition
 
ALIAS_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
ALIAS_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
AliasDefinition - Class in org.springframework.beans.factory.parsing
Representation of an alias that has been registered during the parsing process.
AliasDefinition(String, String) - Constructor for class org.springframework.beans.factory.parsing.AliasDefinition
Create a new AliasDefinition.
AliasDefinition(String, String, Object) - Constructor for class org.springframework.beans.factory.parsing.AliasDefinition
Create a new AliasDefinition.
aliases - Variable in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
aliases - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
aliasesByType - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
AliasFor - Annotation Type in org.springframework.core.annotation
@AliasFor is an annotation that is used to declare aliases for annotation attributes.
aliasMap - Variable in class org.springframework.core.SimpleAliasRegistry
Map from alias to canonical name
aliasRegistered(AliasDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
aliasRegistered(AliasDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given alias has been registered.
AliasRegistry - Interface in org.springframework.core
Common interface for managing aliases.
ALL - Static variable in class org.springframework.expression.spel.ast.Selection
 
ALL - Static variable in class org.springframework.http.MediaType
Public constant media type that includes all media ranges (i.e.
ALL - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type that includes all media ranges (i.e.
ALL - Static variable in class org.springframework.web.cors.CorsConfiguration
Wildcard representing all origins, methods, or headers.
ALL_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.ALL.
ALL_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.ALL.
allBeanNamesByType - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Map of singleton and non-singleton bean names, keyed by dependency type
AllEncompassingFormHttpMessageConverter - Class in org.springframework.http.converter.support
Extension of FormHttpMessageConverter, adding support for XML and JSON-based parts.
AllEncompassingFormHttpMessageConverter() - Constructor for class org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
 
allFileExtensions - Variable in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
allNestedAttributes - Variable in class org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor
 
ALLOW - Static variable in class org.springframework.http.HttpHeaders
The HTTP Allow header field name.
allow(HttpMethod...) - Method in class org.springframework.http.ResponseEntity.DefaultBuilder
 
allow(HttpMethod...) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the set of allowed HTTP methods, as specified by the Allow header.
ALLOW_CORS_CONFIG - Static variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
allowAliasOverriding() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Only allows alias overriding if bean definition overriding is allowed.
allowAliasOverriding() - Method in class org.springframework.core.SimpleAliasRegistry
Return whether alias overriding is allowed.
allowBeanDefinitionOverriding - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Whether to allow re-registration of a different definition with the same name
allowBeanDefinitionOverriding - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
allowCaching - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
allowCircularReferences - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Whether to automatically try to resolve circular references between beans
allowCircularReferences - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
allowCoreThreadTimeOut - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
allowCoreThreadTimeOut - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
allowCreate - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
allowCreate - Variable in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
allowCreate - Variable in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
allowCredentials - Variable in class org.springframework.web.cors.CorsConfiguration
 
allowCredentials(boolean) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
 
allowCustomIsolationLevels - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
allowDuplicateParameters - Variable in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
 
allowEagerClassLoading - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Whether to allow eager class loading even for lazy-init beans
allowEagerInit - Variable in class org.springframework.jmx.export.MBeanExporter
Whether to eagerly initialize candidate beans when autodetecting MBeans
ALLOWED_PLACEHOLDERS - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The Set of allowed placeholders.
allowedAttributes - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
allowedFields - Variable in class org.springframework.validation.DataBinder
 
allowedHeaders - Variable in class org.springframework.web.cors.CorsConfiguration
 
allowedHeaders(String...) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
 
allowedLocations - Variable in class org.springframework.web.servlet.resource.PathResourceResolver
 
allowedMethods - Variable in class org.springframework.web.cors.CorsConfiguration
 
allowedMethods(String...) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
 
allowedOperations - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
allowedOrigins - Variable in class org.springframework.web.cors.CorsConfiguration
 
allowedOrigins(String...) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
 
allowedOrigins - Variable in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
 
allowedOrigins - Variable in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
 
allowedOrigins - Variable in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
 
allowedOrigins - Variable in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
 
allowedOrigins - Variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
allowedResources - Variable in class org.springframework.web.servlet.ResourceServlet
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CharacterEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomDateEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomNumberEditor
 
allowNullValues - Variable in class org.springframework.cache.concurrent.ConcurrentMapCache
 
allowNullValues - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
allowNullValues - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
allowNullValues - Variable in class org.springframework.cache.guava.GuavaCache
 
allowNullValues - Variable in class org.springframework.cache.guava.GuavaCacheManager
 
allowNullValues - Variable in class org.springframework.cache.jcache.JCacheCache
 
allowNullValues - Variable in class org.springframework.cache.jcache.JCacheCacheManager
 
allowPublicMethodsOnly() - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
By default, only public methods can be made cacheable.
allowPublicMethodsOnly() - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Should only public methods be allowed to have caching semantics?
allowPublicMethodsOnly() - Method in class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
Should only public methods be allowed to have caching semantics?
allowPublicMethodsOnly() - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
By default, only public methods can be made transactional.
allowPublicMethodsOnly() - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Should only public methods be allowed to have transactional semantics?
allowRawInjectionDespiteWrapping - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Whether to resort to injecting a raw bean instance in case of circular reference, even if the injected bean eventually got wrapped.
allowRequestOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
allowRequestOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
allowResultAccessAfterCompletion - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
allowResultAccessAfterCompletion - Variable in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
allowSessionOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
allowSessionOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
allowsUnusedParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether this operation accepts additional parameters that are given but not actually used.
allowsUnusedParameters() - Method in class org.springframework.jdbc.object.StoredProcedure
StoredProcedure parameter Maps are by default allowed to contain additional entries that are not actually used as parameters.
allParameterDetails - Variable in class org.springframework.cache.jcache.interceptor.AbstractJCacheOperation
 
allParameters - Variable in class org.springframework.cache.jcache.interceptor.DefaultCacheInvocationContext
 
allSupportedMediaTypes - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
ALOAD - Static variable in interface org.springframework.asm.Opcodes
 
ALREADY_FILTERED_SUFFIX - Static variable in class org.springframework.web.filter.OncePerRequestFilter
Suffix that gets appended to the filter name for the "already filtered" request attribute.
alreadyBound(String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
alreadyBufferedSize - Variable in class org.springframework.util.FastByteArrayOutputStream
 
alreadyCreated - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Names of beans that have already been created at least once
alreadyPopulatedRequestContextHolder(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
 
alt - Variable in class org.springframework.web.servlet.tags.form.InputTag
 
ALT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
 
ALTERNATIVE_OPERATOR_NAMES - Static variable in class org.springframework.expression.spel.standard.Tokenizer
 
AlternativeJdkIdGenerator - Class in org.springframework.util
An IdGenerator that uses SecureRandom for the initial seed and Random thereafter, instead of calling UUID.randomUUID() every time as JdkIdGenerator does.
AlternativeJdkIdGenerator() - Constructor for class org.springframework.util.AlternativeJdkIdGenerator
 
alwaysCreate - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
alwaysCreateNewCollection() - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Return whether to always create a new Collection, even if the type of the passed-in Collection already matches.
alwaysCreateNewMap() - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Return whether to always create a new Map, even if the type of the passed-in Map already matches.
alwaysCreateRegistry - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
alwaysDo(ResultHandler) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
alwaysDo(ResultHandler) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Define a global action that should always be applied to every response.
alwaysExpect(ResultMatcher) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
alwaysExpect(ResultMatcher) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Define a global expectation that should always be applied to every response.
alwaysInclude - Variable in class org.springframework.web.servlet.view.InternalResourceView
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.InternalResourceViewResolver
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.tiles2.TilesView
Deprecated.
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.tiles2.TilesViewResolver
Deprecated.
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.tiles3.TilesView
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
alwaysMatches() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
alwaysMustRevalidate - Variable in class org.springframework.web.servlet.support.WebContentGenerator
 
alwaysTranslate - Variable in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
alwaysUseFullPath - Variable in class org.springframework.web.util.UrlPathHelper
 
alwaysUseJndiLookup - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
alwaysUseMessageFormat - Variable in class org.springframework.context.support.MessageSourceSupport
 
alwaysUseNewSession - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
AmbiguousBindingException(String) - Constructor for exception org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
Construct a new AmbiguousBindingException with the specified message.
ambiguousWriteMethods - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
andDo(ResultHandler) - Method in interface org.springframework.test.web.servlet.ResultActions
Provide a general action.
andExpect(RequestMatcher) - Method in class org.springframework.test.web.client.RequestMatcherClientHttpRequest
 
andExpect(RequestMatcher) - Method in interface org.springframework.test.web.client.ResponseActions
Add a request expectation.
andExpect(ResultMatcher) - Method in interface org.springframework.test.web.servlet.ResultActions
Provide an expectation.
andRespond(ResponseCreator) - Method in class org.springframework.test.web.client.RequestMatcherClientHttpRequest
 
andRespond(ResponseCreator) - Method in interface org.springframework.test.web.client.ResponseActions
Define the response.
andReturn() - Method in interface org.springframework.test.web.servlet.ResultActions
Return the result of the executed request for direct access to the results.
ANEWARRAY - Static variable in interface org.springframework.asm.Opcodes
 
annd - Variable in class org.springframework.asm.MethodWriter
The annotation default attribute of this method.
AnnotatedBeanDefinition - Interface in org.springframework.beans.factory.annotation
Extended BeanDefinition interface that exposes AnnotationMetadata about its bean class - without requiring the class to be loaded yet.
AnnotatedBeanDefinitionReader - Class in org.springframework.context.annotation
Convenient adapter for programmatic registration of annotated bean classes.
AnnotatedBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Create a new AnnotatedBeanDefinitionReader for the given registry.
AnnotatedBeanDefinitionReader(BeanDefinitionRegistry, Environment) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Create a new AnnotatedBeanDefinitionReader for the given registry and using the given Environment.
annotatedClasses - Variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
annotatedClasses - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
annotatedClasses - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
annotatedClasses - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
annotatedClasses - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
annotatedElement - Variable in class org.springframework.core.annotation.AbstractAliasAwareAnnotationAttributeExtractor
 
AnnotatedElementKey - Class in org.springframework.context.expression
Represent an AnnotatedElement on a particular Class and is suitable as a key.
AnnotatedElementKey(AnnotatedElement, Class<?>) - Constructor for class org.springframework.context.expression.AnnotatedElementKey
Create a new instance with the specified AnnotatedElement and optional target Class.
AnnotatedElementUtils - Class in org.springframework.core.annotation
General utility methods for finding annotations and meta-annotations on AnnotatedElements.
AnnotatedElementUtils() - Constructor for class org.springframework.core.annotation.AnnotatedElementUtils
 
AnnotatedElementUtils.MergedAnnotationAttributesProcessor - Class in org.springframework.core.annotation
AnnotatedElementUtils.Processor<T> - Interface in org.springframework.core.annotation
Callback interface that is used to process annotations during a search.
AnnotatedElementUtils.SimpleAnnotationProcessor<T> - Class in org.springframework.core.annotation
AnnotatedElementUtils.Processor that processes annotations but does not post-process results.
annotatedEndpointClasses - Variable in class org.springframework.web.socket.server.standard.ServerEndpointExporter
 
AnnotatedEndpointConnectionManager - Class in org.springframework.web.socket.client.standard
A WebSocket connection manager that is given a URI, a javax.websocket.ClientEndpoint-annotated endpoint, connects to a WebSocket server through the ConnectionManagerSupport.start() and ConnectionManagerSupport.stop() methods.
AnnotatedEndpointConnectionManager(Object, String, Object...) - Constructor for class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
 
AnnotatedEndpointConnectionManager(Class<?>, String, Object...) - Constructor for class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
 
AnnotatedGenericBeanDefinition - Class in org.springframework.beans.factory.annotation
Extension of the GenericBeanDefinition class, adding support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
AnnotatedGenericBeanDefinition(Class<?>) - Constructor for class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
Create a new AnnotatedGenericBeanDefinition for the given bean class.
AnnotatedGenericBeanDefinition(AnnotationMetadata) - Constructor for class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
Create a new AnnotatedGenericBeanDefinition for the given annotation metadata, allowing for ASM-based processing and avoidance of early loading of the bean class.
AnnotatedGenericBeanDefinition(AnnotationMetadata, MethodMetadata) - Constructor for class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
Create a new AnnotatedGenericBeanDefinition for the given annotation metadata, based on an annotated class and a factory method on that class.
annotatedInterfaceCache - Static variable in class org.springframework.core.annotation.AnnotationUtils
 
annotatedPackages - Variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
annotatedPackages - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
annotatedPackages - Variable in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
AnnotatedTypeMetadata - Interface in org.springframework.core.type
Defines access to the annotations of a specific type (class or method), in a form that does not necessarily require the class-loading.
annotation - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
annotation - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
annotation - Variable in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
annotation - Variable in class org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter
 
ANNOTATION_CONFIG_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
AnnotationAsyncExecutionInterceptor - Class in org.springframework.scheduling.annotation
Specialization of AsyncExecutionInterceptor that delegates method execution to an Executor based on the Async annotation.
AnnotationAsyncExecutionInterceptor(Executor) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor and a simple AsyncUncaughtExceptionHandler.
AnnotationAsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor.
AnnotationAttributeExtractor - Interface in org.springframework.core.annotation
An AnnotationAttributeExtractor is responsible for extracting annotation attribute values from an underlying source such as an Annotation or a Map.
AnnotationAttributes - Class in org.springframework.core.annotation
LinkedHashMap subclass representing annotation attribute key-value pairs as read by AnnotationUtils, AnnotatedElementUtils, and Spring's reflection- and ASM-based AnnotationMetadata implementations.
AnnotationAttributes() - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance.
AnnotationAttributes(Class<? extends Annotation>) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance for the specified annotationType.
AnnotationAttributes(int) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance with the given initial capacity to optimize performance.
AnnotationAttributes(Map<String, Object>) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new AnnotationAttributes instance, wrapping the provided map and all its key-value pairs.
annotationAttributes - Variable in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
AnnotationAttributesReadingVisitor - Class in org.springframework.core.type.classreading
ASM visitor which looks for the annotations defined on a class or method, including tracking meta-annotations.
AnnotationAttributesReadingVisitor(String, MultiValueMap<String, AnnotationAttributes>, Map<String, Set<String>>, ClassLoader) - Constructor for class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
AnnotationAwareAspectJAutoProxyCreator - Class in org.springframework.aop.aspectj.annotation
AspectJAwareAdvisorAutoProxyCreator subclass that processes all AspectJ annotation aspects in the current application context, as well as Spring Advisors.
AnnotationAwareAspectJAutoProxyCreator() - Constructor for class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter - Class in org.springframework.aop.aspectj.annotation
Subclass of BeanFactoryAspectJAdvisorsBuilderAdapter that delegates to surrounding AnnotationAwareAspectJAutoProxyCreator facilities.
AnnotationAwareOrderComparator - Class in org.springframework.core.annotation
Comparator implementation that checks Spring's Ordered interface as well as the @Order and @Priority annotations, with an order value provided by an Ordered instance overriding a statically defined annotation value (if any).
AnnotationAwareOrderComparator() - Constructor for class org.springframework.core.annotation.AnnotationAwareOrderComparator
 
AnnotationBeanNameGenerator - Class in org.springframework.context.annotation
BeanNameGenerator implementation for bean classes annotated with the @Component annotation or with another annotation that is itself annotated with @Component as a meta-annotation.
AnnotationBeanNameGenerator() - Constructor for class org.springframework.context.annotation.AnnotationBeanNameGenerator
 
AnnotationBeanUtils - Class in org.springframework.beans.annotation
General utility methods for working with annotations in JavaBeans style.
AnnotationBeanUtils() - Constructor for class org.springframework.beans.annotation.AnnotationBeanUtils
 
AnnotationBeanWiringInfoResolver - Class in org.springframework.beans.factory.annotation
BeanWiringInfoResolver that uses the Configurable annotation to identify which classes need autowiring.
AnnotationBeanWiringInfoResolver() - Constructor for class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
 
annotationCache - Static variable in class org.springframework.core.convert.Property
 
AnnotationCacheKey(AnnotatedElement, Class<? extends Annotation>) - Constructor for class org.springframework.core.annotation.AnnotationUtils.AnnotationCacheKey
 
AnnotationCacheOperationSource - Class in org.springframework.cache.annotation
Implementation of the CacheOperationSource interface for working with caching metadata in annotation format.
AnnotationCacheOperationSource() - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(boolean) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(CacheAnnotationParser) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource(CacheAnnotationParser...) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource(Set<CacheAnnotationParser>) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource.CacheOperationProvider - Interface in org.springframework.cache.annotation
Callback interface providing CacheOperation instance(s) based on a given CacheAnnotationParser.
AnnotationClassFilter - Class in org.springframework.aop.support.annotation
Simple ClassFilter that looks for a specific Java 5 annotation being present on a class.
AnnotationClassFilter(Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationClassFilter
Create a new AnnotationClassFilter for the given annotation type.
AnnotationClassFilter(Class<? extends Annotation>, boolean) - Constructor for class org.springframework.aop.support.annotation.AnnotationClassFilter
Create a new AnnotationClassFilter for the given annotation type.
AnnotationCollector(Class<A>, Class<? extends Annotation>, boolean) - Constructor for class org.springframework.core.annotation.AnnotationUtils.AnnotationCollector
 
AnnotationConfigApplicationContext - Class in org.springframework.context.annotation
Standalone application context, accepting annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component types and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigApplicationContext() - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext that needs to be populated through AnnotationConfigApplicationContext.register(java.lang.Class<?>...) calls and then manually refreshed.
AnnotationConfigApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigApplicationContext(Class<?>...) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigApplicationContext(String...) - Constructor for class org.springframework.context.annotation.AnnotationConfigApplicationContext
Create a new AnnotationConfigApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnnotationConfigBeanDefinitionParser