- absolute(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-  
- absolute(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- 
Moves the cursor to the given row number in the RowSet, 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)=trueDefault is "false".
 
- AbstractAdvisingBeanPostProcessor - Class in org.springframework.aop.framework
- 
- 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
-  
- AbstractAnnotationAwareTransactionalTests - Class in org.springframework.test.annotation
- 
- AbstractAnnotationAwareTransactionalTests() - Constructor for class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
- 
Deprecated. 
- AbstractAnnotationAwareTransactionalTests(String) - Constructor for class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
- 
Deprecated. Constructs a new AbstractAnnotationAwareTransactionalTests instance with
 the specified JUnit  name and retrieves the configured (or
 default)  ProfileValueSource. 
- AbstractAnnotationConfigDispatcherServletInitializer - Class in org.springframework.web.servlet.support
- 
- AbstractAnnotationConfigDispatcherServletInitializer() - Constructor for class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
-  
- AbstractApplicationContext - Class in org.springframework.context.support
- 
- 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
- 
- AbstractApplicationEventMulticaster() - Constructor for class org.springframework.context.event.AbstractApplicationEventMulticaster
-  
- AbstractAspectJAdvice - Class in org.springframework.aop.aspectj
- 
Base class for AOP Alliance  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. 
- 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 Annotation> - Class in org.springframework.aop.aspectj.annotation
- 
Class modelling an AspectJ annotation, exposing its type enumeration and
 pointcut String. 
- AbstractAspectJAdvisorFactory.AspectJAnnotation(A) - Constructor for class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-  
- AbstractAspectJAdvisorFactory.AspectJAnnotationType - Enum in org.springframework.aop.aspectj.annotation
-  
- AbstractAspectjJpaTests - Class in org.springframework.test.jpa
- 
- AbstractAspectjJpaTests() - Constructor for class org.springframework.test.jpa.AbstractAspectjJpaTests
- 
Deprecated. 
- AbstractAsyncConfiguration - Class in org.springframework.scheduling.annotation
- 
Abstract base Configurationclass providing common structure for enabling
 Spring's asynchronous method execution capability.
 
- AbstractAsyncConfiguration() - Constructor for class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
-  
- AbstractAtomFeedView - Class in org.springframework.web.servlet.view.feed
- 
Abstract superclass for Atom Feed views, using java.net's
  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. 
- AbstractBeanDefinition - Class in org.springframework.beans.factory.support
- 
- 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(AbstractBeanDefinition) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
- 
- 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
- 
- 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
- 
- 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
- 
- AbstractBindingResult(String) - Constructor for class org.springframework.validation.AbstractBindingResult
- 
Create a new AbstractBindingResult instance. 
- AbstractCacheManager - Class in org.springframework.cache.support
- 
Abstract base class implementing the common  CacheManager methods. 
- AbstractCacheManager() - Constructor for class org.springframework.cache.support.AbstractCacheManager
-  
- AbstractCachingConfiguration - Class in org.springframework.cache.annotation
- 
Abstract base @Configurationclass providing common structure for enabling
 Spring's annotation-driven cache management capability.
 
- AbstractCachingConfiguration() - Constructor for class org.springframework.cache.annotation.AbstractCachingConfiguration
-  
- AbstractCachingLabeledEnumResolver - Class in org.springframework.core.enums
- 
Deprecated.
as of Spring 3.0, in favor of Java 5 enums. 
 
- AbstractCachingLabeledEnumResolver() - Constructor for class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
- 
Deprecated. 
- AbstractCachingViewResolver - Class in org.springframework.web.servlet.view
- 
- 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
- 
- AbstractClientHttpRequestFactoryWrapper(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
- 
Creates a AbstractClientHttpRequestFactoryWrapperwrapping the given request factory.
 
- AbstractClientHttpResponse - Class in org.springframework.http.client
- 
- AbstractClientHttpResponse() - Constructor for class org.springframework.http.client.AbstractClientHttpResponse
-  
- AbstractColumnMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
- 
- 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. 
- AbstractCommandController - Class in org.springframework.web.portlet.mvc
- 
Deprecated.
as of Spring 3.0, in favor of annotated controllers 
 
- AbstractCommandController() - Constructor for class org.springframework.web.portlet.mvc.AbstractCommandController
- 
Deprecated. Create a new AbstractCommandController. 
- AbstractCommandController(Class) - Constructor for class org.springframework.web.portlet.mvc.AbstractCommandController
- 
Deprecated. Create a new AbstractCommandController. 
- AbstractCommandController(Class, String) - Constructor for class org.springframework.web.portlet.mvc.AbstractCommandController
- 
Deprecated. Create a new AbstractCommandController. 
- AbstractCommandController - Class in org.springframework.web.servlet.mvc
- 
Deprecated.
as of Spring 3.0, in favor of annotated controllers 
 
- AbstractCommandController() - Constructor for class org.springframework.web.servlet.mvc.AbstractCommandController
- 
Deprecated. Create a new AbstractCommandController. 
- AbstractCommandController(Class) - Constructor for class org.springframework.web.servlet.mvc.AbstractCommandController
- 
Deprecated. Create a new AbstractCommandController. 
- AbstractCommandController(Class, String) - Constructor for class org.springframework.web.servlet.mvc.AbstractCommandController
- 
Deprecated. Create a new AbstractCommandController. 
- AbstractComponentDefinition - Class in org.springframework.beans.factory.parsing
- 
- 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
- 
- 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
-  
- 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
- 
- 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 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
-  
- AbstractDependencyInjectionSpringContextTests - Class in org.springframework.test
- 
- AbstractDependencyInjectionSpringContextTests() - Constructor for class org.springframework.test.AbstractDependencyInjectionSpringContextTests
- 
Deprecated. Default constructor for AbstractDependencyInjectionSpringContextTests. 
- AbstractDependencyInjectionSpringContextTests(String) - Constructor for class org.springframework.test.AbstractDependencyInjectionSpringContextTests
- 
Deprecated. Constructor for AbstractDependencyInjectionSpringContextTests with a
 JUnit name. 
- 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
-  
- AbstractDispatcherServletInitializer - Class in org.springframework.web.servlet.support
- 
- 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
-  
- AbstractEnterpriseBean - Class in org.springframework.ejb.support
- 
Deprecated.
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style 
 
- AbstractEnterpriseBean() - Constructor for class org.springframework.ejb.support.AbstractEnterpriseBean
- 
Deprecated. 
- AbstractEntityManagerFactoryBean - Class in org.springframework.orm.jpa
- 
- AbstractEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-  
- AbstractEnvironment - Class in org.springframework.core.env
- 
- AbstractEnvironment() - Constructor for class org.springframework.core.env.AbstractEnvironment
- 
- 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
- 
Convenient superclass for Excel document views. 
- AbstractExcelView() - Constructor for class org.springframework.web.servlet.view.document.AbstractExcelView
- 
Default Constructor. 
- 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
-  
- 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
-  
- AbstractFallbackSQLExceptionTranslator - Class in org.springframework.jdbc.support
- 
- AbstractFallbackSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
-  
- AbstractFallbackTransactionAttributeSource - Class in org.springframework.transaction.interceptor
- 
- AbstractFallbackTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
-  
- AbstractFeedView<T extends com.sun.syndication.feed.WireFeed> - Class in org.springframework.web.servlet.view.feed
- 
Abstract base class for Atom and RSS Feed views, using java.net's
  ROME package. 
- AbstractFeedView() - Constructor for class org.springframework.web.servlet.view.feed.AbstractFeedView
-  
- AbstractFileResolvingResource - Class in org.springframework.core.io
- 
- AbstractFileResolvingResource() - Constructor for class org.springframework.core.io.AbstractFileResolvingResource
-  
- AbstractFlashMapManager - Class in org.springframework.web.servlet.support
- 
- AbstractFlashMapManager() - Constructor for class org.springframework.web.servlet.support.AbstractFlashMapManager
-  
- AbstractFormController - Class in org.springframework.web.portlet.mvc
- 
Deprecated.
as of Spring 3.0, in favor of annotated controllers 
 
- AbstractFormController() - Constructor for class org.springframework.web.portlet.mvc.AbstractFormController
- 
Deprecated. Create a new AbstractFormController. 
- AbstractFormController - Class in org.springframework.web.servlet.mvc
- 
Deprecated.
as of Spring 3.0, in favor of annotated controllers 
 
- AbstractFormController() - Constructor for class org.springframework.web.servlet.mvc.AbstractFormController
- 
Deprecated. Create a new AbstractFormController. 
- 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
- 
- AbstractGenericContextLoader() - Constructor for class org.springframework.test.context.support.AbstractGenericContextLoader
-  
- AbstractGenericLabeledEnum - Class in org.springframework.core.enums
- 
Deprecated.
as of Spring 3.0, in favor of Java 5 enums. 
 
- AbstractGenericLabeledEnum(String) - Constructor for class org.springframework.core.enums.AbstractGenericLabeledEnum
- 
Deprecated. Create a new StaticLabeledEnum instance. 
- 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
- 
- AbstractGenericWebContextLoader() - Constructor for class org.springframework.test.context.web.AbstractGenericWebContextLoader
-  
- AbstractHandlerExceptionResolver - Class in org.springframework.web.portlet.handler
- 
- AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-  
- AbstractHandlerExceptionResolver - Class in org.springframework.web.servlet.handler
- 
- AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-  
- AbstractHandlerMapping - Class in org.springframework.web.portlet.handler
- 
- AbstractHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerMapping
-  
- AbstractHandlerMapping - Class in org.springframework.web.servlet.handler
- 
- AbstractHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMapping
-  
- AbstractHandlerMethodAdapter - Class in org.springframework.web.servlet.mvc.method
- 
- AbstractHandlerMethodAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-  
- AbstractHandlerMethodExceptionResolver - Class in org.springframework.web.servlet.handler
- 
- AbstractHandlerMethodExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
-  
- AbstractHandlerMethodMapping<T> - Class in org.springframework.web.servlet.handler
- 
- AbstractHandlerMethodMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-  
- 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
- 
- AbstractHttpMessageConverter() - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
- 
Construct an AbstractHttpMessageConverterwith no supported media types.
 
- AbstractHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
- 
Construct an AbstractHttpMessageConverterwith one supported media type.
 
- AbstractHttpMessageConverter(MediaType...) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
- 
Construct an AbstractHttpMessageConverterwith multiple supported media type.
 
- AbstractInterceptorDrivenBeanDefinitionDecorator - Class in org.springframework.aop.config
- 
- AbstractInterceptorDrivenBeanDefinitionDecorator() - Constructor for class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
-  
- AbstractInterruptibleBatchPreparedStatementSetter - Class in org.springframework.jdbc.core.support
- 
- AbstractInterruptibleBatchPreparedStatementSetter() - Constructor for class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
-  
- AbstractJasperReportsSingleFormatView - Class in org.springframework.web.servlet.view.jasperreports
- 
Extends AbstractJasperReportsViewto 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
- 
- 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
-  
- 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 for sublasses to delegate to for setting the DataSource. 
- AbstractJdbcInsert(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.AbstractJdbcInsert
- 
Constructor for sublasses to delegate to for setting the JdbcTemplate. 
- AbstractJExcelView - Class in org.springframework.web.servlet.view.document
- 
Convenient superclass for Excel document views. 
- AbstractJExcelView() - Constructor for class org.springframework.web.servlet.view.document.AbstractJExcelView
- 
Default Constructor. 
- 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. 
- AbstractJmsListeningContainer.SharedConnectionNotInitializedException(String) - Constructor for exception org.springframework.jms.listener.AbstractJmsListeningContainer.SharedConnectionNotInitializedException
- 
Create a new SharedConnectionNotInitializedException. 
- AbstractJmsMessageDrivenBean - Class in org.springframework.ejb.support
- 
Deprecated.
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style 
 
- AbstractJmsMessageDrivenBean() - Constructor for class org.springframework.ejb.support.AbstractJmsMessageDrivenBean
- 
Deprecated. 
- 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
-  
- AbstractJpaTests - Class in org.springframework.test.jpa
- 
- AbstractJpaTests() - Constructor for class org.springframework.test.jpa.AbstractJpaTests
- 
Deprecated. 
- 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
-  
- AbstractJUnit38SpringContextTests - Class in org.springframework.test.context.junit38
- 
- AbstractJUnit38SpringContextTests() - Constructor for class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
- 
Deprecated. Constructs a new AbstractJUnit38SpringContextTests instance; initializes
 the internal  TestContextManager for the current test; and
 retrieves the configured (or default)  ProfileValueSource. 
- AbstractJUnit38SpringContextTests(String) - Constructor for class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
- 
Deprecated. Constructs a new AbstractJUnit38SpringContextTests instance with the
 supplied  name; initializes the internal
  TestContextManager for the current test; and retrieves the
 configured (or default)  ProfileValueSource. 
- 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 4.5+ environment. 
- AbstractJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-  
- AbstractLabeledEnum - Class in org.springframework.core.enums
- 
Deprecated.
as of Spring 3.0, in favor of Java 5 enums. 
 
- AbstractLabeledEnum() - Constructor for class org.springframework.core.enums.AbstractLabeledEnum
- 
Deprecated. Create a new AbstractLabeledEnum instance. 
- 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
-  
- AbstractLobCreatingPreparedStatementCallback - Class in org.springframework.jdbc.core.support
- 
- 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 - 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).
 
- AbstractLobTypeHandler - Class in org.springframework.orm.ibatis.support
- 
Deprecated.
as of Spring 3.2, in favor of the native Spring support
 in the Mybatis follow-up project (http://code.google.com/p/mybatis/) 
 
- AbstractLobTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
- 
Deprecated. Constructor used by iBATIS: fetches config-time LobHandler from
 SqlMapClientFactoryBean. 
- AbstractLobTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
- 
Deprecated. Constructor used for testing: takes an explicit LobHandler. 
- AbstractLocaleResolver - Class in org.springframework.web.servlet.i18n
- 
- 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. 
- AbstractMarshaller - Class in org.springframework.oxm.support
- 
Abstract implementation of the MarshallerandUnmarshallerinterface.
 
- AbstractMarshaller() - Constructor for class org.springframework.oxm.support.AbstractMarshaller
-  
- AbstractMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
- 
Abstract implementation of the MBeanInfoAssemblerinterface
 that encapsulates the creation of aModelMBeanInfoinstance
 but delegates the creation of metadata to subclasses.
 
- AbstractMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-  
- 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
-  
- AbstractMessageConverterMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
- 
- 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
-  
- AbstractMessageDrivenBean - Class in org.springframework.ejb.support
- 
Deprecated.
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style 
 
- AbstractMessageDrivenBean() - Constructor for class org.springframework.ejb.support.AbstractMessageDrivenBean
- 
Deprecated. 
- AbstractMessageEndpointFactory - Class in org.springframework.jca.endpoint
- 
Abstract base implementation of the JCA 1.5/1.6
  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.AbstractMessageEndpoint() - Constructor for class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
-  
- AbstractMessageListenerContainer - Class in org.springframework.jms.listener
- 
Abstract base class for message listener containers. 
- AbstractMessageListenerContainer() - Constructor for class org.springframework.jms.listener.AbstractMessageListenerContainer
-  
- 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
-  
- AbstractModelAndViewTests - Class in org.springframework.test.web
- 
- AbstractModelAndViewTests() - Constructor for class org.springframework.test.web.AbstractModelAndViewTests
- 
Deprecated. 
- 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.web.method.annotation
- 
Abstract base class for resolving method arguments from a named value. 
- AbstractNamedValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-  
- 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. 
- AbstractNamedValueMethodArgumentResolver.NamedValueInfo(String, boolean, String) - Constructor for class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
-  
- AbstractNumberFormatter - Class in org.springframework.format.number
- 
- AbstractNumberFormatter() - Constructor for class org.springframework.format.number.AbstractNumberFormatter
-  
- 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
- 
- 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
-  
- 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
-  
- AbstractPropertyAccessor - Class in org.springframework.beans
- 
- AbstractPropertyAccessor() - Constructor for class org.springframework.beans.AbstractPropertyAccessor
-  
- AbstractPropertyBindingResult - Class in org.springframework.validation
- 
- AbstractPropertyBindingResult(String) - Constructor for class org.springframework.validation.AbstractPropertyBindingResult
- 
Create a new AbstractPropertyBindingResult instance. 
- 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
-  
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
-  
- AbstractRoutingDataSource - Class in org.springframework.jdbc.datasource.lookup
- 
- 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 java.net's
  ROME package. 
- AbstractRssFeedView() - Constructor for class org.springframework.web.servlet.view.feed.AbstractRssFeedView
-  
- AbstractSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
- 
- 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
-  
- AbstractSessionBean - Class in org.springframework.ejb.support
- 
Deprecated.
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style 
 
- AbstractSessionBean() - Constructor for class org.springframework.ejb.support.AbstractSessionBean
- 
Deprecated. 
- AbstractSessionFactoryBean - Class in org.springframework.orm.hibernate3
- 
Abstract  FactoryBean that creates
 a 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  singleBeanDefinition. 
- 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
-  
- AbstractSingleSpringContextTests - Class in org.springframework.test
- 
- AbstractSingleSpringContextTests() - Constructor for class org.springframework.test.AbstractSingleSpringContextTests
- 
Deprecated. Default constructor for AbstractSingleSpringContextTests. 
- AbstractSingleSpringContextTests(String) - Constructor for class org.springframework.test.AbstractSingleSpringContextTests
- 
Deprecated. Constructor for AbstractSingleSpringContextTests with a JUnit name. 
- 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
-  
- AbstractSpringContextTests - Class in org.springframework.test
- 
- AbstractSpringContextTests() - Constructor for class org.springframework.test.AbstractSpringContextTests
- 
Deprecated. Default constructor for AbstractSpringContextTests. 
- AbstractSpringContextTests(String) - Constructor for class org.springframework.test.AbstractSpringContextTests
- 
Deprecated. Constructor for AbstractSpringContextTests with a JUnit name. 
- AbstractSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
- 
- AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
-  
- AbstractSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles3
- 
- AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
-  
- AbstractSqlParameterSource - Class in org.springframework.jdbc.core.namedparam
- 
- 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.setObjectmethod.
 
- AbstractSqlTypeValue() - Constructor for class org.springframework.jdbc.core.support.AbstractSqlTypeValue
-  
- AbstractStatefulSessionBean - Class in org.springframework.ejb.support
- 
Deprecated.
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style 
 
- AbstractStatefulSessionBean() - Constructor for class org.springframework.ejb.support.AbstractStatefulSessionBean
- 
Deprecated. 
- AbstractStatelessSessionBean - Class in org.springframework.ejb.support
- 
Deprecated.
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style 
 
- AbstractStatelessSessionBean() - Constructor for class org.springframework.ejb.support.AbstractStatelessSessionBean
- 
Deprecated. 
- 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
-  
- AbstractTestExecutionListener - Class in org.springframework.test.context.support
- 
- 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
- 
- AbstractThemeResolver() - Constructor for class org.springframework.web.servlet.theme.AbstractThemeResolver
-  
- AbstractTraceInterceptor - Class in org.springframework.aop.interceptor
- 
Base MethodInterceptorimplementation for tracing.
 
- AbstractTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.AbstractTraceInterceptor
-  
- AbstractTransactionalDataSourceSpringContextTests - Class in org.springframework.test
- 
- AbstractTransactionalDataSourceSpringContextTests() - Constructor for class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
- 
Deprecated. Default constructor for AbstractTransactionalDataSourceSpringContextTests. 
- AbstractTransactionalDataSourceSpringContextTests(String) - Constructor for class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
- 
Deprecated. Constructor for AbstractTransactionalDataSourceSpringContextTests with a JUnit name. 
- AbstractTransactionalJUnit38SpringContextTests - Class in org.springframework.test.context.junit38
- 
- AbstractTransactionalJUnit38SpringContextTests() - Constructor for class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
- 
Deprecated. Constructs a new AbstractTransactionalJUnit38SpringContextTests instance. 
- AbstractTransactionalJUnit38SpringContextTests(String) - Constructor for class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
- 
Deprecated. Constructs a new AbstractTransactionalJUnit38SpringContextTests instance
 with the supplied name.
 
- AbstractTransactionalJUnit4SpringContextTests - Class in org.springframework.test.context.junit4
- 
- AbstractTransactionalJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-  
- AbstractTransactionalSpringContextTests - Class in org.springframework.test
- 
- AbstractTransactionalSpringContextTests() - Constructor for class org.springframework.test.AbstractTransactionalSpringContextTests
- 
Deprecated. Default constructor for AbstractTransactionalSpringContextTests. 
- AbstractTransactionalSpringContextTests(String) - Constructor for class org.springframework.test.AbstractTransactionalSpringContextTests
- 
Deprecated. Constructor for AbstractTransactionalSpringContextTests with a JUnit name. 
- AbstractTransactionalTestNGSpringContextTests - Class in org.springframework.test.context.testng
- 
- AbstractTransactionalTestNGSpringContextTests() - Constructor for class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-  
- AbstractTransactionManagementConfiguration - Class in org.springframework.transaction.annotation
- 
Abstract base @Configurationclass 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
- 
- 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
-  
- 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
-  
- 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
- 
- AbstractUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-  
- AbstractUrlMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
- 
- AbstractUrlMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
-  
- AbstractUrlViewController - Class in org.springframework.web.servlet.mvc
- 
Abstract base class for Controllersthat return a view name
 based on the request URL.
 
- AbstractUrlViewController() - Constructor for class org.springframework.web.servlet.mvc.AbstractUrlViewController
-  
- 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
- 
- AbstractWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
- 
Create a new instance. 
- AbstractWireFeedHttpMessageConverter<T extends com.sun.syndication.feed.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
-  
- AbstractWizardFormController - Class in org.springframework.web.portlet.mvc
- 
Deprecated.
as of Spring 3.0, in favor of annotated controllers 
 
- AbstractWizardFormController() - Constructor for class org.springframework.web.portlet.mvc.AbstractWizardFormController
- 
Deprecated. Create a new AbstractWizardFormController. 
- AbstractWizardFormController - Class in org.springframework.web.servlet.mvc
- 
Deprecated.
as of Spring 3.0, in favor of annotated controllers 
 
- AbstractWizardFormController() - Constructor for class org.springframework.web.servlet.mvc.AbstractWizardFormController
- 
Deprecated. Create a new AbstractWizardFormController. 
- AbstractXmlApplicationContext - Class in org.springframework.context.support
- 
- 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
- 
- 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. 
- AbstractXsltView - Class in org.springframework.web.servlet.view.xslt
- 
- AbstractXsltView() - Constructor for class org.springframework.web.servlet.view.xslt.AbstractXsltView
- 
Deprecated. This constructor sets the content type to "text/xml;charset=ISO-8859-1"
 by default. 
- accept(MediaType...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- 
Set the 'Accept' header to the given media type(s). 
- 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. 
- AcceptHeaderLocaleResolver - Class in org.springframework.web.servlet.i18n
- 
Implementation of LocaleResolver 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
-  
- 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() - Method in class org.springframework.mock.web.MockHttpSession
-  
- access() - Method in class org.springframework.mock.web.portlet.MockPortletSession
-  
- 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_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- 
The name of the 'accesskey' attribute.
 
- 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. 
- ActionSupport - Class in org.springframework.web.struts
- 
Deprecated.
as of Spring 3.0 
 
- ActionSupport() - Constructor for class org.springframework.web.struts.ActionSupport
- 
Deprecated. 
- 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. 
- activateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-  
- 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". 
- 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. 
- AdaptableJobFactory - Class in org.springframework.scheduling.quartz
- 
JobFactory implementation that supports  Runnable
 objects as well as standard Quartz  Job instances. 
- AdaptableJobFactory() - Constructor for class org.springframework.scheduling.quartz.AdaptableJobFactory
-  
- 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. 
- adaptJob(Object) - Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
- 
Adapt the given job object to the Quartz Job interface. 
- adaptMBeanIfPossible(Object) - Method in class org.springframework.jmx.export.MBeanExporter
- 
Build an adapted MBean for the given bean instance, if possible. 
- 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, String) - Method in class org.springframework.http.HttpHeaders
- 
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(Iterator<E>) - Method in class org.springframework.util.CompositeIterator
- 
Add given iterator to this composite. 
- 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. 
- 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
-  
- 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. 
- addAfter(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
- 
Add the given property source object with precedence immediately lower than
 than the named relative property source. 
- addAll(Collection<? extends E>) - Method in class org.springframework.util.AutoPopulatingList
-  
- addAll(int, Collection<? extends E>) - Method in class org.springframework.util.AutoPopulatingList
-  
- addAllAdvisors(Advisor[]) - Method in class org.springframework.aop.framework.AdvisedSupport
- 
- 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 Collectioninto thisMap, using attribute name generation for each element.
 
- addAllAttributes(Map<String, ?>) - Method in interface org.springframework.ui.Model
- 
Copy all attributes in the supplied Mapinto thisMap.
 
- addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ModelMap
- 
Copy all attributes in the supplied Collectioninto thisMap, using attribute name generation for each element.
 
- addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ModelMap
- 
Copy all attributes in the supplied Mapinto thisMap.
 
- 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 Collectioninto thisMap, 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 Mapinto thisMap.
 
- 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 Errorsinstance to thisErrorsinstance.
 
- addAllErrors(Errors) - Method in class org.springframework.web.bind.EscapedErrors
-  
- addAllObjects(Collection) - Method in class org.springframework.ui.ModelMap
- 
- addAllObjects(Map) - Method in class org.springframework.ui.ModelMap
- 
- 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. 
- addAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
- 
Add the given annotated classes in a batch. 
- 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. 
- 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
- 
- 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. 
- 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. 
- 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
- 
- 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
- 
- 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
- 
- addBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-  
- addBcc(String) - 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. 
- 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
-  
- 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
-  
- 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. 
- addCache(Cache) - Method in class org.springframework.cache.support.AbstractCacheManager
-  
- addCacheMethod(String, Collection<CacheOperation>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
- 
Add an attribute for a cacheable method. 
- addCc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-  
- addCc(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-  
- addCc(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-  
- addComparator(Comparator<T>) - Method in class org.springframework.util.comparator.CompoundComparator
- 
Add a Comparator to the end of the chain. 
- addComparator(Comparator<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
-  
- addConstructorArg(Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- 
- 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
-  
- addContext(Object, ConfigurableApplicationContext) - Method in class org.springframework.test.AbstractSpringContextTests
- 
Deprecated. Explicitly add an ApplicationContext instance under a given key. 
- 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. 
- 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
- 
- addCustomProperty(String, Object) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- 
Deprecated. Add a custom property to this JAX-RPC Stub/Call. 
- 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
- 
- 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. 
- addDeclaredRowMapper(String, ParameterizedRowMapper) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- 
- addDefaultConverters(GenericConversionService) - Static method in class org.springframework.core.convert.support.ConversionServiceFactory
- 
- 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 and a Joda-Time
 date formatter if Joda-Time is present on the classpath. 
- addDefaultHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- 
- 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 scripts to execute to populate the database. 
- 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. 
- addDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
- 
Add a further ParameterNameDiscoverer to the list of discoverers
 that this PrioritizedParameterNameDiscoverer checks. 
- 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
-  
- 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
- 
- addExcludeFilter(TypeFilter) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- 
Add an exclude type filter to the front of the exclusion list. 
- 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(Filter, String...) - Method in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
- 
Add a filter mapped to a specific set of patterns. 
- addFilters(Filter...) - Method in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
- 
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. 
- 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
- 
- addFixedRateTask(Runnable, long) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
Add a Runnable task to be triggered at the given fixed-rate period. 
- addFixedRateTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
- 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
- 
- 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) - Method in class org.springframework.format.support.FormattingConversionService
-  
- 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
- 
- addFormatters(FormatterRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
- 
- addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
- 
- 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). 
- addHandler(HandlerMethodReturnValueHandler) - Method in class org.springframework.web.method.support.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
-  
- 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. 
- 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.
 
- addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.portlet.HandlerExecutionChain
-  
- addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
- 
- addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.servlet.HandlerExecutionChain
-  
- addInterceptors(HandlerInterceptor...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
- 
Add interceptors mapped to all incoming requests. 
- 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(HandlerInterceptor[]) - Method in class org.springframework.web.servlet.HandlerExecutionChain
-  
- 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. 
- addIntHeader(String, int) - Method in class org.springframework.mock.web.MockHttpServletResponse
-  
- addJarFileUrl(URL) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-  
- addLast(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
- 
Add the given property source object with lowest precedence. 
- addListener(AdvisedSupportListener) - Method in class org.springframework.aop.framework.ProxyCreatorSupport
- 
Add the given AdvisedSupportListener to this proxy configuration. 
- addListener(ApplicationListener<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
- 
- addLocale(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
-  
- addManagedClassName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-  
- 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. 
- addMappingFileName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-  
- 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
-  
- addNestedComponent(ComponentDefinition) - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
- 
Add the given component as nested element of this composite component. 
- 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.ui.ModelMap
- 
- addObject(Object) - Method in class org.springframework.ui.ModelMap
- 
- 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. 
- 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. 
- 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. 
- addPartConverter(HttpMessageConverter<?>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
- 
Add a message body converter. 
- addPathPatterns(String...) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
- 
Add URL patterns to which the registered interceptor should apply to. 
- addPopulators(DatabasePopulator...) - Method in class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
- 
Add a populator to the list of delegates. 
- 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
-  
- 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
-  
- 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(PropertySource<?>) - Method in class org.springframework.core.env.CompositePropertySource
-  
- 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 addPropertyValuethat 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. 
- 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. 
- 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. 
- 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.web.method.support.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. 
- 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 withClass.getResourceby prepending a
 slash ('/') to the return value).
 
- 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.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-  
- addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- 
- 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. 
- addScript(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
- 
Add a SQL script to execute to populate the database. 
- addScript(Resource) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
- 
Add a script to execute to populate the database. 
- 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
-  
- 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. 
- 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
- 
- 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. 
- addSupportedLocale(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
-  
- 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. 
- 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
-  
- addTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-  
- addTo(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-  
- addTo(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-  
- addToEnvironment(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-  
- 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 class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
-  
- addTransformer(ClassFileTransformer) - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
- 
Add a ClassFileTransformerto be applied by thisLoadTimeWeaver.
 
- addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
- 
Deprecated. 
- 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 ClassFileTransformerto be applied by thisClassLoader.
 
- 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 addTransformermethod.
 
- 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.WebLogicLoadTimeWeaver
-  
- 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. 
- 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.
 
- 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. 
- 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. 
- addValues(Map<String, ?>) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
- 
Add a Map of parameters to this parameter source. 
- addViewController(String) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
-  
- 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
- 
Add view controllers to create a direct mapping between a URL path and
 view name without the need for a controller in between. 
- addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
- 
Add view controllers to create a direct mapping between a URL path and
 view name without the need for a controller in between. 
- addWebRequestInterceptor(WebRequestInterceptor) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
- 
- 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
- 
- AdviceEntry(String) - Constructor for class org.springframework.aop.config.AdviceEntry
- 
- adviceIncluded(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
- 
Is the given advice included in any advisor within this proxy configuration? 
- AdviceMode - Enum in org.springframework.context.annotation
- 
Enumeration used to determine whether JDK proxy-based or AspectJ weaving-based advice
 should be applied. 
- AdviceModeImportSelector<A extends 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
-  
- Advised - Interface in org.springframework.aop.framework
- 
Interface to be implemented by classes that hold the configuration
 of a factory of AOP proxies. 
- 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. 
- 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.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
- 
- AdvisorAdapterRegistrationManager() - Constructor for class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
-  
- AdvisorAdapterRegistry - Interface in org.springframework.aop.framework.adapter
- 
Interface for registries of Advisor adapters. 
- AdvisorChainFactory - Interface in org.springframework.aop.framework
- 
Factory interface for advisor chains. 
- AdvisorComponentDefinition - Class in org.springframework.aop.config
- 
ComponentDefinition
 that bridges the gap between the advisor bean definition configured
 by the  <aop:advisor> 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
-  
- AdvisorEntry - Class in org.springframework.aop.config
- 
- AdvisorEntry(String) - Constructor for class org.springframework.aop.config.AdvisorEntry
- 
- 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. 
- 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
- 
- 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.support.lob.JtaLobCreatorSynchronization
-  
- afterCompletion(int) - Method in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
-  
- afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
- 
Unbind the Hibernate Sessionfrom 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(WebRequest, Exception) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
- 
Unbind the Hibernate Sessionfrom the thread and close it).
 
- afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
-  
- afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
-  
- afterCompletion(int) - Method in class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
-  
- afterCompletion(int) - Method in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
- 
JTA afterCompletioncallback: invoked after commit/rollback.
 
- afterCompletion(int) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-  
- 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.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.jpa.support.OpenEntityManagerInViewInterceptor
-  
- afterConcurrentHandlingStarted(WebRequest) - Method in interface org.springframework.web.context.request.AsyncWebRequestInterceptor
- 
Called instead of postHandleandafterCompletion, 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 postHandleandafterCompletion, 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
-  
- afterDelivery() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
- 
This afterDeliveryimplementation resets the thread context
 ClassLoader and completes the transaction, if any.
 
- 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. 
- afterLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-  
- afterLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- 
Moves the cursor to the end of this RowSet. 
- 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.CommonsLogFactoryBean
- 
Deprecated. 
- afterPropertiesSet() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-  
- 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 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
- 
- afterPropertiesSet() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-  
- 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.CacheAspectSupport
-  
- 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
- 
- 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.support.FormattingConversionServiceFactoryBean
-  
- afterPropertiesSet() - Method in class org.springframework.http.client.support.ProxyFactoryBean
-  
- afterPropertiesSet() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-  
- afterPropertiesSet() - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-  
- 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 populator to set up data in the data source. 
- 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.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.JmsTransactionManager102
- 
Deprecated. In addition to checking if the connection factory is set, make sure
 that the supplied connection factory is of the appropriate type for
 the specified destination type: QueueConnectionFactory for queues,
 and TopicConnectionFactory for topics. 
- 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.SingleConnectionFactory102
- 
Deprecated. In addition to checking whether the target ConnectionFactory is set,
 make sure that the supplied factory is of the appropriate type for
 the specified destination type: QueueConnectionFactory for queues,
 TopicConnectionFactory for topics. 
- afterPropertiesSet() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
-  
- afterPropertiesSet() - Method in class org.springframework.jms.core.JmsTemplate102
- 
Deprecated. In addition to checking if the connection factory is set, make sure
 that the supplied connection factory is of the appropriate type for
 the specified destination type: QueueConnectionFactory for queues,
 and TopicConnectionFactory for topics. 
- 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.JmsAccessor
-  
- afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- 
Prepares the MBeanServerConnectionif the "connectOnStartup"
 is turned on (which it is by default).
 
- afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
- 
Checks that the proxyInterfacehas 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
- 
Start bean registration automatically when deployed in an
 ApplicationContext.
 
- afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
- 
Merges the Propertiesconfigured in themappingsandmappingLocationsinto the finalPropertiesinstance
 used forObjectNameresolution.
 
- 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 JMXConnectorfor the given settings
 and exposes the associatedMBeanServerConnection.
 
- afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- 
Creates the MBeanServerinstance.
 
- 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.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.TypeDefinitionBean
-  
- 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.ibatis.SqlMapClientFactoryBean
- 
Deprecated. 
- afterPropertiesSet() - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
- 
Deprecated. 
- afterPropertiesSet() - Method in class org.springframework.orm.jdo.JdoAccessor
- 
Deprecated. Eagerly initialize the JDO dialect, creating a default one
 for the specified PersistenceManagerFactory if none set. 
- 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.JpaAccessor
- 
Deprecated. Eagerly initialize the JPA dialect, creating a default one
 for the specified EntityManagerFactory if none set. 
- 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
-  
- afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapExporter
-  
- afterPropertiesSet() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-  
- 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.jaxrpc.JaxRpcPortClientInterceptor
- 
Deprecated. Prepares the JAX-RPC service and port if the "lookupServiceOnStartup"
 is turned on (which it is by default). 
- afterPropertiesSet() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
- 
Deprecated. 
- afterPropertiesSet() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
- 
Deprecated. 
- 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.backportconcurrent.ThreadPoolTaskExecutor
- 
Deprecated. Calls initialize()after the container applied all property values.
 
- 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.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
- 
If we're running within an ApplicationContext, don't schedule the tasks
 right here; wait for this context's ContextRefreshedEvent instead. 
- afterPropertiesSet() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- 
- afterPropertiesSet() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-  
- afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.CronTriggerBean
-  
- afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-  
- afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.JobDetailBean
-  
- 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.SimpleTriggerBean
-  
- afterPropertiesSet() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-  
- afterPropertiesSet() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-  
- afterPropertiesSet() - Method in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
- 
Deprecated. 
- afterPropertiesSet() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
- 
Deprecated. 
- afterPropertiesSet() - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
- 
Deprecated. 
- afterPropertiesSet() - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
- 
- 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.OC4JJtaTransactionManager
- 
Deprecated. 
- 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.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.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.ResourceBundleViewResolver
- 
Eagerly initialize Locales if necessary. 
- afterPropertiesSet() - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
- 
Deprecated. Initialize the Tiles definition factory. 
- afterPropertiesSet() - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
- 
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.XmlViewResolver
- 
Pre-initialize the factory from the XML file. 
- afterPrototypeCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- 
Callback after prototype creation. 
- 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. 
- 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. 
- AfterReturningAdviceInterceptor - Class in org.springframework.aop.framework.adapter
- 
- AfterReturningAdviceInterceptor(AfterReturningAdvice) - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
- 
Create a new AfterReturningAdviceInterceptor for the given advice. 
- 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. 
- afterSingletonCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- 
Callback after singleton creation. 
- 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
- 
- 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.support.AbstractTestExecutionListener
- 
The default implementation is empty. 
- afterTestMethod(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
- 
- 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
- 
- afterTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
- 
Cleans up thread-local state after each test method by  resetting Spring Web's
  RequestContextHolder. 
- AfterTransaction - Annotation Type in org.springframework.test.context.transaction
- 
 Test annotation to indicate that the annotated public voidmethod should be executed after a transaction is ended for test
 methods configured to run within a transaction via the@Transactionalannotation.
 
- 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. 
- 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_VALUE - Static variable in class org.springframework.http.MediaType
- 
- AllEncompassingFormHttpMessageConverter - Class in org.springframework.http.converter.support
- 
- AllEncompassingFormHttpMessageConverter() - Constructor for class org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
-  
- 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. 
- 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.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? 
- 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. 
- allSupportedMediaTypes - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-  
- 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. 
- ALT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
-  
- 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. 
- alwaysDo(ResultHandler) - Method in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
- 
Define a global action that should always be applied to every
 response. 
- alwaysExpect(ResultMatcher) - Method in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
- 
Define a global expectation that should always be applied to
 every response. 
- alwaysUseJaxRpcCall() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- 
Deprecated. Return whether to always use JAX-RPC dynamic calls. 
- andDo(ResultHandler) - Method in interface org.springframework.test.web.servlet.ResultActions
- 
Provide a general action. 
- 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 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. 
- AnnotatedBeanDefinition - Interface in org.springframework.beans.factory.annotation
- 
- 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 AnnotatedBeanDefinitionReaderfor 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. 
- AnnotatedGenericBeanDefinition - Class in org.springframework.beans.factory.annotation
- 
- 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. 
- AnnotationAsyncExecutionInterceptor - Class in org.springframework.scheduling.annotation
- 
- AnnotationAsyncExecutionInterceptor(Executor) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
- 
Create a new AnnotationAsyncExecutionInterceptorwith the given executor.
 
- AnnotationAttributes - Class in org.springframework.core.annotation
- 
- AnnotationAttributes() - Constructor for class org.springframework.core.annotation.AnnotationAttributes
- 
- 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
- 
- AnnotationAwareAspectJAutoProxyCreator - Class in org.springframework.aop.aspectj.annotation
- 
- AnnotationAwareAspectJAutoProxyCreator() - Constructor for class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
-  
- AnnotationAwareOrderComparator - Class in org.springframework.core.annotation
- 
Comparator implementation that checks
  Ordered as well as the
  Order annotation, 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
- 
- 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
- 
- AnnotationBeanWiringInfoResolver() - Constructor for class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
-  
- 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 CacheableandCacheEvictannotations.
 
- AnnotationCacheOperationSource(boolean) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
- 
Create a default AnnotationCacheOperationSource, supporting public methods
 that carry theCacheableandCacheEvictannotations.
 
- 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. 
- 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. 
- 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
- 
- 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 - Class in org.springframework.context.annotation
- 
Parser for the <context:annotation-config/> element. 
- AnnotationConfigBeanDefinitionParser() - Constructor for class org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser
-  
- AnnotationConfigContextLoader - Class in org.springframework.test.context.support
- 
- AnnotationConfigContextLoader() - Constructor for class org.springframework.test.context.support.AnnotationConfigContextLoader
-  
- AnnotationConfigContextLoaderUtils - Class in org.springframework.test.context.support
- 
- AnnotationConfigUtils - Class in org.springframework.context.annotation
- 
- AnnotationConfigUtils() - Constructor for class org.springframework.context.annotation.AnnotationConfigUtils
-  
- AnnotationConfigWebApplicationContext - Class in org.springframework.web.context.support
- 
- AnnotationConfigWebApplicationContext() - Constructor for class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-  
- AnnotationConfigWebContextLoader - Class in org.springframework.test.context.web
- 
- AnnotationConfigWebContextLoader() - Constructor for class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-  
- AnnotationDrivenBeanDefinitionParser - Class in org.springframework.scheduling.config
- 
Parser for the 'annotation-driven' element of the 'task' namespace. 
- AnnotationDrivenBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
-  
- annotationDrivenTransactionManager() - Method in interface org.springframework.transaction.annotation.TransactionManagementConfigurer
- 
Return the transaction manager bean to use for annotation-driven database
 transaction management, i.e. 
- AnnotationFormatterFactory<A extends Annotation> - Interface in org.springframework.format
- 
A factory that creates formatters to format values of fields annotated with a particular  Annotation. 
- AnnotationJmxAttributeSource - Class in org.springframework.jmx.export.annotation
- 
Implementation of the JmxAttributeSourceinterface that
 reads JDK 1.5+ annotations and exposes the corresponding attributes.
 
- AnnotationJmxAttributeSource() - Constructor for class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-  
- AnnotationMatchingPointcut - Class in org.springframework.aop.support.annotation
- 
Simple Pointcut that looks for a specific Java 5 annotation
 being present on a  class or
  method. 
- AnnotationMatchingPointcut(Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
- 
Create a new AnnotationMatchingPointcut for the given annotation type. 
- AnnotationMatchingPointcut(Class<? extends Annotation>, boolean) - Constructor for class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
- 
Create a new AnnotationMatchingPointcut for the given annotation type. 
- AnnotationMatchingPointcut(Class<? extends Annotation>, Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
- 
Create a new AnnotationMatchingPointcut for the given annotation type. 
- AnnotationMBeanExporter - Class in org.springframework.jmx.export.annotation
- 
- AnnotationMBeanExporter() - Constructor for class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
-  
- AnnotationMetadata - Interface in org.springframework.core.type
- 
Interface that defines abstract access to the annotations of a specific
 class, in a form that does not require that class to be loaded yet. 
- AnnotationMethodHandlerAdapter - Class in org.springframework.web.portlet.mvc.annotation
- 
Implementation of the  HandlerAdapter
 interface that maps handler methods based on portlet modes, action/render phases
 and request parameters expressed through the  RequestMapping annotation. 
- AnnotationMethodHandlerAdapter() - Constructor for class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-  
- AnnotationMethodHandlerAdapter - Class in org.springframework.web.servlet.mvc.annotation
- 
- AnnotationMethodHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- 
Deprecated. 
- AnnotationMethodHandlerExceptionResolver - Class in org.springframework.web.portlet.mvc.annotation
- 
- AnnotationMethodHandlerExceptionResolver() - Constructor for class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-  
- AnnotationMethodHandlerExceptionResolver - Class in org.springframework.web.servlet.mvc.annotation
- 
- AnnotationMethodHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
- 
Deprecated. 
- AnnotationMethodMatcher - Class in org.springframework.aop.support.annotation
- 
Simple MethodMatcher that looks for a specific Java 5 annotation
 being present on a method (checking both the method on the invoked
 interface, if any, and the corresponding method on the target class). 
- AnnotationMethodMatcher(Class<? extends Annotation>) - Constructor for class org.springframework.aop.support.annotation.AnnotationMethodMatcher
- 
Create a new AnnotationClassFilter for the given annotation type. 
- AnnotationScopeMetadataResolver - Class in org.springframework.context.annotation
- 
- AnnotationScopeMetadataResolver() - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
- 
Create a new instance of the AnnotationScopeMetadataResolverclass.
 
- AnnotationScopeMetadataResolver(ScopedProxyMode) - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
- 
Create a new instance of the AnnotationScopeMetadataResolverclass.
 
- AnnotationSessionFactoryBean - Class in org.springframework.orm.hibernate3.annotation
- 
Subclass of Spring's standard LocalSessionFactoryBean for Hibernate,
 supporting JDK 1.5+ annotation metadata for mappings. 
- AnnotationSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-  
- AnnotationTransactionAttributeSource - Class in org.springframework.transaction.annotation
- 
- AnnotationTransactionAttributeSource() - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
- 
Create a default AnnotationTransactionAttributeSource, supporting
 public methods that carry the  Transactional annotation
 or the EJB3  TransactionAttribute annotation. 
- AnnotationTransactionAttributeSource(boolean) - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
- 
Create a custom AnnotationTransactionAttributeSource, supporting
 public methods that carry the  Transactional annotation
 or the EJB3  TransactionAttribute annotation. 
- AnnotationTransactionAttributeSource(TransactionAnnotationParser) - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
- 
Create a custom AnnotationTransactionAttributeSource. 
- AnnotationTransactionAttributeSource(TransactionAnnotationParser...) - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
- 
Create a custom AnnotationTransactionAttributeSource. 
- AnnotationTransactionAttributeSource(Set<TransactionAnnotationParser>) - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
- 
Create a custom AnnotationTransactionAttributeSource. 
- AnnotationTypeFilter - Class in org.springframework.core.type.filter
- 
A simple filter which matches classes with a given annotation,
 checking inherited annotations as well. 
- AnnotationTypeFilter(Class<? extends Annotation>) - Constructor for class org.springframework.core.type.filter.AnnotationTypeFilter
- 
Create a new AnnotationTypeFilter for the given annotation type. 
- AnnotationTypeFilter(Class<? extends Annotation>, boolean) - Constructor for class org.springframework.core.type.filter.AnnotationTypeFilter
- 
Create a new AnnotationTypeFilter for the given annotation type. 
- AnnotationTypeFilter(Class<? extends Annotation>, boolean, boolean) - Constructor for class org.springframework.core.type.filter.AnnotationTypeFilter
- 
- AnnotationUtils - Class in org.springframework.core.annotation
- 
General utility methods for working with annotations, handling bridge methods (which the compiler
 generates for generic declarations) as well as super methods (for optional "annotation inheritance"). 
- AnnotationUtils() - Constructor for class org.springframework.core.annotation.AnnotationUtils
-  
- AntPathMatcher - Class in org.springframework.util
- 
PathMatcher implementation for Ant-style path patterns. 
- AntPathMatcher() - Constructor for class org.springframework.util.AntPathMatcher
-  
- anything() - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
- 
Match to any request. 
- AopConfigException - Exception in org.springframework.aop.framework
- 
Exception that gets thrown on illegal AOP configuration arguments. 
- AopConfigException(String) - Constructor for exception org.springframework.aop.framework.AopConfigException
- 
Constructor for AopConfigException. 
- AopConfigException(String, Throwable) - Constructor for exception org.springframework.aop.framework.AopConfigException
- 
Constructor for AopConfigException. 
- AopConfigUtils - Class in org.springframework.aop.config
- 
Utility class for handling registration of AOP auto-proxy creators. 
- AopConfigUtils() - Constructor for class org.springframework.aop.config.AopConfigUtils
-  
- AopContext - Class in org.springframework.aop.framework
- 
Class containing static methods used to obtain information about the current AOP invocation. 
- AopContext() - Constructor for class org.springframework.aop.framework.AopContext
-  
- AopInfrastructureBean - Interface in org.springframework.aop.framework
- 
Marker interface that indicates a bean that is part of Spring's
 AOP infrastructure. 
- AopInvocationException - Exception in org.springframework.aop
- 
Exception that gets thrown when an AOP invocation failed
 because of misconfiguration or unexpected runtime issues. 
- AopInvocationException(String) - Constructor for exception org.springframework.aop.AopInvocationException
- 
Constructor for AopInvocationException. 
- AopInvocationException(String, Throwable) - Constructor for exception org.springframework.aop.AopInvocationException
- 
Constructor for AopInvocationException. 
- AopNamespaceHandler - Class in org.springframework.aop.config
- 
NamespaceHandlerfor theaopnamespace.
 
- AopNamespaceHandler() - Constructor for class org.springframework.aop.config.AopNamespaceHandler
-  
- AopNamespaceUtils - Class in org.springframework.aop.config
- 
Utility class for handling registration of auto-proxy creators used internally
 by the 'aop' namespace tags.
 
- AopNamespaceUtils() - Constructor for class org.springframework.aop.config.AopNamespaceUtils
-  
- AopProxy - Interface in org.springframework.aop.framework
- 
Delegate interface for a configured AOP proxy, allowing for the creation
 of actual proxy objects. 
- AopProxyFactory - Interface in org.springframework.aop.framework
- 
Interface to be implemented by factories that are able to create
 AOP proxies based on  AdvisedSupport configuration objects. 
- AopProxyUtils - Class in org.springframework.aop.framework
- 
Utility methods for AOP proxy factories. 
- AopProxyUtils() - Constructor for class org.springframework.aop.framework.AopProxyUtils
-  
- AopUtils - Class in org.springframework.aop.support
- 
Utility methods for AOP support code. 
- AopUtils() - Constructor for class org.springframework.aop.support.AopUtils
-  
- append(String, byte) - Method in class org.springframework.core.style.ToStringCreator
- 
Append a byte field value. 
- append(String, short) - Method in class org.springframework.core.style.ToStringCreator
- 
Append a short field value. 
- append(String, int) - Method in class org.springframework.core.style.ToStringCreator
- 
Append a integer field value. 
- append(String, long) - Method in class org.springframework.core.style.ToStringCreator
- 
Append a long field value. 
- append(String, float) - Method in class org.springframework.core.style.ToStringCreator
- 
Append a float field value. 
- append(String, double) - Method in class org.springframework.core.style.ToStringCreator
- 
Append a double field value. 
- append(String, boolean) - Method in class org.springframework.core.style.ToStringCreator
- 
Append a boolean field value. 
- append(String, Object) - Method in class org.springframework.core.style.ToStringCreator
- 
Append a field value. 
- append(Object) - Method in class org.springframework.core.style.ToStringCreator
- 
Append the provided value. 
- appendIdentityToObjectName(ObjectName, Object) - Static method in class org.springframework.jmx.support.JmxUtils
- 
Append an additional key/value pair to an existing  ObjectName with the key being
 the static value  identity and the value being the identity hash code of the
 managed resource being exposed on the supplied  ObjectName. 
- appendMd5DigestAsHex(byte[], StringBuilder) - Static method in class org.springframework.util.DigestUtils
- 
Append a hexadecimal string representation of the MD5 digest of the given
 bytes to the given  StringBuilder. 
- appendQueryProperties(StringBuilder, Map<String, Object>, String) - Method in class org.springframework.web.servlet.view.RedirectView
- 
Append query properties to the redirect URL. 
- appendValue(String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
- 
Close the current opening tag (if necessary) and appends the
 supplied value as inner text. 
- APPLICATION_ATOM_XML - Static variable in class org.springframework.http.MediaType
- 
Public constant media type for application/atom+xml.
 
- APPLICATION_ATOM_XML_VALUE - Static variable in class org.springframework.http.MediaType
- 
- APPLICATION_CONTEXT_ID_PREFIX - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
- 
Prefix for ApplicationContext ids that refer to context path and/or servlet name. 
- APPLICATION_CONTEXT_ID_PREFIX - Static variable in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- 
Prefix for ApplicationContext ids that refer to portlet name. 
- APPLICATION_EVENT_MULTICASTER_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
- 
Name of the ApplicationEventMulticaster bean in the factory. 
- APPLICATION_FORM_URLENCODED - Static variable in class org.springframework.http.MediaType
- 
Public constant media type for application/x-www-form-urlencoded.
 
- APPLICATION_FORM_URLENCODED_VALUE - Static variable in class org.springframework.http.MediaType
- 
- APPLICATION_JSON - Static variable in class org.springframework.http.MediaType
- 
Public constant media type for application/json.
 
- APPLICATION_JSON_VALUE - Static variable in class org.springframework.http.MediaType
- 
- APPLICATION_OCTET_STREAM - Static variable in class org.springframework.http.MediaType
- 
Public constant media type for application/octet-stream.
 
- APPLICATION_OCTET_STREAM_VALUE - Static variable in class org.springframework.http.MediaType
- 
- APPLICATION_XHTML_XML - Static variable in class org.springframework.http.MediaType
- 
Public constant media type for application/xhtml+xml.
 
- APPLICATION_XHTML_XML_VALUE - Static variable in class org.springframework.http.MediaType
- 
- APPLICATION_XML - Static variable in class org.springframework.http.MediaType
- 
Public constant media type for application/xml.
 
- APPLICATION_XML_VALUE - Static variable in class org.springframework.http.MediaType
- 
- ApplicationContext - Interface in org.springframework.context
- 
Central interface to provide configuration for an application. 
- applicationContext - Variable in class org.springframework.test.AbstractSingleSpringContextTests
- 
Deprecated. Application context this test will run against 
- applicationContext - Variable in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
- 
Deprecated. 
- applicationContext - Variable in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
- 
- applicationContext - Variable in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
- 
- ApplicationContextAware - Interface in org.springframework.context
- 
Interface to be implemented by any object that wishes to be notified
 of the  ApplicationContext that it runs in. 
- ApplicationContextEvent - Class in org.springframework.context.event
- 
Base class for events raised for an ApplicationContext.
 
- ApplicationContextEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ApplicationContextEvent
- 
Create a new ContextStartedEvent. 
- ApplicationContextException - Exception in org.springframework.context
- 
Exception thrown during application context initialization. 
- ApplicationContextException(String) - Constructor for exception org.springframework.context.ApplicationContextException
- 
Create a new ApplicationContextExceptionwith the specified detail message and no root cause.
 
- ApplicationContextException(String, Throwable) - Constructor for exception org.springframework.context.ApplicationContextException
- 
Create a new ApplicationContextExceptionwith the specified detail message and the given root cause.
 
- ApplicationContextInitializer<C extends ConfigurableApplicationContext> - Interface in org.springframework.context
- 
- ApplicationEvent - Class in org.springframework.context
- 
Class to be extended by all application events. 
- ApplicationEvent(Object) - Constructor for class org.springframework.context.ApplicationEvent
- 
Create a new ApplicationEvent. 
- ApplicationEventMulticaster - Interface in org.springframework.context.event
- 
Interface to be implemented by objects that can manage a number of
  ApplicationListener objects, and publish events to them. 
- ApplicationEventPublisher - Interface in org.springframework.context
- 
Interface that encapsulates event publication functionality. 
- ApplicationEventPublisherAware - Interface in org.springframework.context
- 
Interface to be implemented by any object that wishes to be notified
 of the ApplicationEventPublisher (typically the ApplicationContext)
 that it runs in. 
- ApplicationListener<E extends ApplicationEvent> - Interface in org.springframework.context
- 
Interface to be implemented by application event listeners. 
- ApplicationObjectSupport - Class in org.springframework.context.support
- 
Convenient superclass for application objects that want to be aware of
 the application context, e.g. 
- ApplicationObjectSupport() - Constructor for class org.springframework.context.support.ApplicationObjectSupport
-  
- applyAcknowledgeMode(BeanWrapper, int) - Method in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
- 
This implementation maps SESSION_TRANSACTEDonto an
 ActivationSpec property named "useRAManagedTransaction", if available
 (following ActiveMQ's naming conventions).
 
- applyAcknowledgeMode(BeanWrapper, int) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
- 
Apply the specified acknowledge mode to the ActivationSpec object. 
- applyBeanPostProcessorsAfterInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- 
Apply  BeanPostProcessors to the given existing bean
 instance, invoking their  postProcessAfterInitialization methods. 
- applyBeanPostProcessorsAfterInitialization(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-  
- applyBeanPostProcessorsBeforeInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- 
Apply  BeanPostProcessors to the given existing bean
 instance, invoking their  postProcessBeforeInitialization methods. 
- applyBeanPostProcessorsBeforeInitialization(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-  
- applyBeanPostProcessorsBeforeInstantiation(Class<?>, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- 
Apply InstantiationAwareBeanPostProcessors to the specified bean definition
 (by class and name), invoking their postProcessBeforeInstantiationmethods.
 
- applyBeanPropertyValues(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- 
Apply the property values of the bean definition with the given name to
 the given bean instance. 
- applyBeanPropertyValues(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-  
- applyCacheSeconds(MimeResponse, int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
- 
Apply the given cache seconds to the render response 
- applyCacheSeconds(HttpServletResponse, int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
- 
Apply the given cache seconds and generate corresponding HTTP headers,
 i.e. 
- applyCacheSeconds(HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
- 
Apply the given cache seconds and generate respective HTTP headers. 
- applyContentType(HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
- 
Apply this view's content type as specified in the "contentType"
 bean property to the given response. 
- applyCurrencyTimeLimit(Descriptor, int) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- 
Apply the given JMX "currencyTimeLimit" value to the given descriptor. 
- applyDefaultCurrencyTimeLimit(Descriptor) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- 
Set the currencyTimeLimitfield to the specified
 "defaultCurrencyTimeLimit", if any (by default none).
 
- applyDefaults(BeanDefinitionDefaults) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- 
Apply the provided default values to this bean. 
- applyDefaultsFromAnnotation(WebService) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- 
Initialize this client interceptor's properties from the given WebService annotation,
 if necessary and possible (i.e. 
- applyFlushMode(Session, boolean) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
- 
Apply the flush mode that's been specified for this accessor
 to the given Session. 
- applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
- 
Delegate the WebApplicationContext before it is refreshed to any
  ApplicationContextInitializer instances specified by the
 "contextInitializerClasses" servlet init-param. 
- applyIsolationLevel(JtaTransactionObject, int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
- 
Apply the given transaction isolation level. 
- applyMergedBeanDefinitionPostProcessors(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- 
Apply MergedBeanDefinitionPostProcessors to the specified bean definition,
 invoking their postProcessMergedBeanDefinitionmethods.
 
- applyNamedParameterToQuery(Query, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
- 
Apply the given name parameter to the given Query object. 
- applyPropertyValue(ConfigurableListableBeanFactory, String, String, String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
- 
Apply the given property value to the corresponding bean. 
- applyPropertyValues(String, BeanDefinition, BeanWrapper, PropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- 
Apply the given property values, resolving any runtime references
 to other beans in this bean factory. 
- applyPropertyValues(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
- 
Apply given property values to the target object. 
- applyQueryTimeout(Query, int) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
- 
This implementation does nothing. 
- applyQueryTimeout(Query, int) - Method in interface org.springframework.orm.jdo.JdoDialect
- 
Apply the given timeout to the given JDO query object. 
- applyRelativePath(String, String) - Static method in class org.springframework.util.StringUtils
- 
Apply the given relative path to the given path,
 assuming standard Java folder separation (i.e. 
- applyStatementSettings(Statement) - Method in class org.springframework.jdbc.core.JdbcTemplate
- 
Prepare the given JDBC Statement (or PreparedStatement or CallableStatement),
 applying statement settings such as fetch size, max rows, and query timeout. 
- applyStatusCodeIfPossible(HttpServletRequest, HttpServletResponse, int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- 
Apply the specified HTTP status code to the given response, if possible (that is,
 if not executing within an include request). 
- applyTimeout(Statement, DataSource, int) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
- 
Apply the specified timeout - overridden by the current transaction timeout,
 if any - to the given JDBC Statement object. 
- applyTimeout(JtaTransactionObject, int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
- 
Apply the given transaction timeout. 
- applyTransactionConfig(SqlMapClient, TransactionConfig) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- 
Deprecated. Apply the given iBATIS TransactionConfig to the SqlMapClient. 
- applyTransactionTimeout(Statement, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
- 
Apply the current transaction timeout, if any,
 to the given JDBC Statement object. 
- applyTransactionTimeout(Query, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- 
Apply the current transaction timeout, if any, to the given
 Hibernate Query object. 
- applyTransactionTimeout(Criteria, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- 
Apply the current transaction timeout, if any, to the given
 Hibernate Criteria object. 
- applyTransactionTimeout(Query, PersistenceManagerFactory, JdoDialect) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
- 
Apply the current transaction timeout, if any, to the given JDO Query object. 
- applyTransactionTimeout(Query, EntityManagerFactory) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
- 
Apply the current transaction timeout, if any, to the given JPA Query object. 
- applyTransformerParameters(Map<String, Object>, Transformer) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- 
Deprecated. Apply the specified parameters to the given Transformer. 
- areCallbacksLocalToHibernateTransactions() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
-  
- ARG_TYPE_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-  
- ARG_TYPE_MATCH_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-  
- argBinding(JoinPoint, JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- 
Take the arguments at the method execution join point and output a set of arguments
 to the advice method 
- argsRequiringConversion - Variable in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
-  
- ArgumentConvertingMethodInvoker - Class in org.springframework.beans.support
- 
- ArgumentConvertingMethodInvoker() - Constructor for class org.springframework.beans.support.ArgumentConvertingMethodInvoker
-  
- ArgumentPreparedStatementSetter - Class in org.springframework.jdbc.core
- 
- ArgumentPreparedStatementSetter(Object[]) - Constructor for class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
- 
Create a new ArgPreparedStatementSetter for the given arguments. 
- arguments - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
-  
- ArgumentTypePreparedStatementSetter - Class in org.springframework.jdbc.core
- 
- ArgumentTypePreparedStatementSetter(Object[], int[]) - Constructor for class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
- 
Create a new ArgTypePreparedStatementSetter for the given arguments. 
- array(TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor
- 
Create a new type descriptor as an array of the specified type. 
- ARRAY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-  
- ARRAY_SUFFIX - Static variable in class org.springframework.util.ClassUtils
- 
Suffix for array class names: "[]" 
- arrayToCommaDelimitedString(Object[]) - Static method in class org.springframework.util.StringUtils
- 
Convenience method to return a String array as a CSV String. 
- arrayToDelimitedString(Object[], String) - Static method in class org.springframework.util.StringUtils
- 
Convenience method to return a String array as a delimited (e.g. 
- arrayToList(Object) - Static method in class org.springframework.util.CollectionUtils
- 
Convert the supplied array into a List. 
- ASM_VERSION - Static variable in class org.springframework.asm.SpringAsmInfo
- 
The ASM version used internally throughout the framework. 
- asMap() - Method in class org.springframework.ui.ExtendedModelMap
-  
- asMap() - Method in interface org.springframework.ui.Model
- 
Return the current set of model attributes as a Map. 
- asMap() - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
-  
- asNumber(String) - Method in class org.springframework.core.Constants
- 
Return a constant value cast to a Number. 
- asObject(String) - Method in class org.springframework.core.Constants
- 
Parse the given String (upper or lower case accepted) and return
 the appropriate value if it's the name of a constant field in the
 class that we're analysing. 
- AspectComponentDefinition - Class in org.springframework.aop.config
- 
- AspectComponentDefinition(String, BeanDefinition[], BeanReference[], Object) - Constructor for class org.springframework.aop.config.AspectComponentDefinition
-  
- AspectEntry - Class in org.springframework.aop.config
- 
- AspectEntry(String, String) - Constructor for class org.springframework.aop.config.AspectEntry
- 
Create a new AspectEntry. 
- AspectInstanceFactory - Interface in org.springframework.aop.aspectj
- 
Interface implemented to provide an instance of an AspectJ aspect. 
- ASPECTJ_ANNOTATION_PARAMETER_NAME_DISCOVERER - Static variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
-  
- ASPECTJ_AOP_XML_RESOURCE - Static variable in class org.springframework.context.weaving.AspectJWeavingEnabler
-  
- aspectJAdviceMethod - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-  
- AspectJAdviceParameterNameDiscoverer - Class in org.springframework.aop.aspectj
- 
ParameterNameDiscoverer implementation that tries to deduce parameter names
 for an advice method from the pointcut expression, returning, and throwing clauses. 
- AspectJAdviceParameterNameDiscoverer(String) - Constructor for class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
- 
Create a new discoverer that attempts to discover parameter names
 from the given pointcut expression. 
- AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException - Exception in org.springframework.aop.aspectj
- 
Thrown in response to an ambiguous binding being detected when
 trying to resolve a method's parameter names. 
- AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException(String) - Constructor for exception org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
- 
Construct a new AmbiguousBindingException with the specified message. 
- AspectJAdvisorFactory - Interface in org.springframework.aop.aspectj.annotation
- 
Interface for factories that can create Spring AOP Advisors from classes
 annotated with AspectJ annotation syntax. 
- AspectJAfterAdvice - Class in org.springframework.aop.aspectj
- 
Spring AOP advice wrapping an AspectJ after advice method. 
- AspectJAfterAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJAfterAdvice
-  
- AspectJAfterReturningAdvice - Class in org.springframework.aop.aspectj
- 
Spring AOP advice wrapping an AspectJ after-returning advice method. 
- AspectJAfterReturningAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
-  
- AspectJAfterThrowingAdvice - Class in org.springframework.aop.aspectj
- 
Spring AOP advice wrapping an AspectJ after-throwing advice method. 
- AspectJAfterThrowingAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
-  
- AspectJAopUtils - Class in org.springframework.aop.aspectj
- 
Utility methods for dealing with AspectJ advisors. 
- AspectJAopUtils() - Constructor for class org.springframework.aop.aspectj.AspectJAopUtils
-  
- AspectJAroundAdvice - Class in org.springframework.aop.aspectj
- 
Spring AOP around advice (MethodInterceptor) that wraps
 an AspectJ advice method. 
- AspectJAroundAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJAroundAdvice
-  
- AspectJAsyncConfiguration - Class in org.springframework.scheduling.aspectj
- 
@Configurationclass that registers the Spring infrastructure beans necessary
 to enable AspectJ-based asynchronous method execution.
 
- AspectJAsyncConfiguration() - Constructor for class org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
-  
- AspectJAwareAdvisorAutoProxyCreator - Class in org.springframework.aop.aspectj.autoproxy
- 
AbstractAdvisorAutoProxyCreator
 subclass that exposes AspectJ's invocation context and understands AspectJ's rules
 for advice precedence when multiple pieces of advice come from the same aspect. 
- AspectJAwareAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
-  
- AspectJCachingConfiguration - Class in org.springframework.cache.aspectj
- 
@Configurationclass that registers the Spring infrastructure beans necessary
 to enable AspectJ-based annotation-driven cache management.
 
- AspectJCachingConfiguration() - Constructor for class org.springframework.cache.aspectj.AspectJCachingConfiguration
-  
- AspectJExpressionPointcut - Class in org.springframework.aop.aspectj
- 
Spring  Pointcut implementation
 that uses the AspectJ weaver to evaluate a pointcut expression. 
- AspectJExpressionPointcut() - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut
- 
Create a new default AspectJExpressionPointcut. 
- AspectJExpressionPointcut(Class, String[], Class[]) - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut
- 
Create a new AspectJExpressionPointcut with the given settings. 
- AspectJExpressionPointcutAdvisor - Class in org.springframework.aop.aspectj
- 
Spring AOP Advisor that can be used for any AspectJ pointcut expression. 
- AspectJExpressionPointcutAdvisor() - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-  
- AspectJMethodBeforeAdvice - Class in org.springframework.aop.aspectj
- 
Spring AOP advice that wraps an AspectJ before method. 
- AspectJMethodBeforeAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
-  
- AspectJPointcutAdvisor - Class in org.springframework.aop.aspectj
- 
- AspectJPointcutAdvisor(AbstractAspectJAdvice) - Constructor for class org.springframework.aop.aspectj.AspectJPointcutAdvisor
- 
Create a new AspectJPointcutAdvisor for the given advice 
- AspectJPrecedenceInformation - Interface in org.springframework.aop.aspectj
- 
Interface to be implemented by types that can supply the information
 needed to sort advice/advisors by AspectJ's precedence rules. 
- AspectJProxyFactory - Class in org.springframework.aop.aspectj.annotation
- 
AspectJ-based proxy factory, allowing for programmatic building
 of proxies which include AspectJ aspects (code style as well
 Java 5 annotation style). 
- AspectJProxyFactory() - Constructor for class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
- 
Create a new AspectJProxyFactory. 
- AspectJProxyFactory(Object) - Constructor for class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
- 
Create a new AspectJProxyFactory. 
- AspectJProxyFactory(Class[]) - Constructor for class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
- 
Create a new AspectJProxyFactory.
 
- AspectJProxyUtils - Class in org.springframework.aop.aspectj
- 
Utility methods for working with AspectJ proxies. 
- AspectJProxyUtils() - Constructor for class org.springframework.aop.aspectj.AspectJProxyUtils
-  
- AspectJTransactionManagementConfiguration - Class in org.springframework.transaction.aspectj
- 
@Configurationclass that registers the Spring infrastructure beans necessary
 to enable AspectJ-based annotation-driven transaction management.
 
- AspectJTransactionManagementConfiguration() - Constructor for class org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration
-  
- AspectJTypeFilter - Class in org.springframework.core.type.filter
- 
Type filter that uses AspectJ type pattern for matching. 
- AspectJTypeFilter(String, ClassLoader) - Constructor for class org.springframework.core.type.filter.AspectJTypeFilter
-  
- AspectJWeaverMessageHandler - Class in org.springframework.aop.aspectj
- 
Implementation of AspectJ's IMessageHandlerinterface that
 routes AspectJ weaving messages through the same logging system as the
 regular Spring messages.
 
- AspectJWeaverMessageHandler() - Constructor for class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
-  
- AspectJWeavingEnabler - Class in org.springframework.context.weaving
- 
Post-processor that registers AspectJ's
  ClassPreProcessorAgentAdapter
 with the Spring application context's default
  LoadTimeWeaver. 
- AspectJWeavingEnabler() - Constructor for class org.springframework.context.weaving.AspectJWeavingEnabler
-  
- AspectMetadata - Class in org.springframework.aop.aspectj.annotation
- 
Metadata for an AspectJ aspect class, with an additional Spring AOP pointcut
 for the per clause. 
- AspectMetadata(Class<?>, String) - Constructor for class org.springframework.aop.aspectj.annotation.AspectMetadata
- 
Create a new AspectMetadata instance for the given aspect class. 
- assemble(Serializable, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
- 
This implementation returns the passed-in value as-is. 
- Assert - Class in org.springframework.util
- 
Assertion utility class that assists in validating arguments. 
- Assert() - Constructor for class org.springframework.util.Assert
-  
- assertAndReturnModelAttributeOfType(ModelAndView, String, Class<T>) - Method in class org.springframework.test.web.AbstractModelAndViewTests
- 
Deprecated. Checks whether the model value under the given modelNameexists and checks it type, based on theexpectedType.
 
- assertAndReturnModelAttributeOfType(ModelAndView, String, Class<T>) - Static method in class org.springframework.test.web.ModelAndViewAssert
- 
Checks whether the model value under the given modelNameexists and checks it type, based on theexpectedType.
 
- assertBoolean(String, boolean) - Method in class org.springframework.test.util.XpathExpectationsHelper
- 
Apply the XPath expression and assert the resulting content as a Boolean. 
- assertCompareListModelAttribute(ModelAndView, String, List) - Method in class org.springframework.test.web.AbstractModelAndViewTests
- 
Deprecated. Compare each individual entry in a list, without first sorting the lists. 
- assertCompareListModelAttribute(ModelAndView, String, List) - Static method in class org.springframework.test.web.ModelAndViewAssert
- 
Compare each individual entry in a list, without first sorting the lists. 
- assertEquals(String, Object, Object) - Static method in class org.springframework.test.util.AssertionErrors
- 
- assertHasAncestorOfType(Tag, Class, String, String) - Static method in class org.springframework.web.util.TagUtils
- 
- AssertionErrors - Class in org.springframework.test.util
- 
JUnit independent assertion class. 
- assertLegalRelativeAddition(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
- 
Ensure that the given property source is not being added relative to itself. 
- assertModelAttributeAvailable(ModelAndView, String) - Method in class org.springframework.test.web.AbstractModelAndViewTests
- 
Deprecated. Assert whether or not a model attribute is available. 
- assertModelAttributeAvailable(ModelAndView, String) - Static method in class org.springframework.test.web.ModelAndViewAssert
- 
Assert whether or not a model attribute is available. 
- assertModelAttributeValue(ModelAndView, String, Object) - Method in class org.springframework.test.web.AbstractModelAndViewTests
- 
Deprecated. Compare a given expectedValueto the value from the model
 bound under the givenmodelName.
 
- assertModelAttributeValue(ModelAndView, String, Object) - Static method in class org.springframework.test.web.ModelAndViewAssert
- 
Compare a given expectedValueto the value from the model
 bound under the givenmodelName.
 
- assertModelAttributeValues(ModelAndView, Map<String, Object>) - Method in class org.springframework.test.web.AbstractModelAndViewTests
- 
Deprecated. Inspect the expectedModelto see if all elements in the
 model appear and are equal.
 
- assertModelAttributeValues(ModelAndView, Map<String, Object>) - Static method in class org.springframework.test.web.ModelAndViewAssert
- 
Inspect the expectedModelto see if all elements in the
 model appear and are equal.
 
- assertNode(String, Matcher<? super Node>) - Method in class org.springframework.test.util.XmlExpectationsHelper
- 
Parse the content as  Node and apply a  Matcher. 
- assertNode(String, Matcher<? super Node>) - Method in class org.springframework.test.util.XpathExpectationsHelper
- 
Parse the content, evaluate the XPath expression as a  Node, and
 assert it with the given  Matcher<Node>. 
- assertNodeCount(String, Matcher<Integer>) - Method in class org.springframework.test.util.XpathExpectationsHelper
- 
Apply the XPath expression and assert the resulting content with the
 given Hamcrest matcher. 
- assertNodeCount(String, int) - Method in class org.springframework.test.util.XpathExpectationsHelper
- 
Apply the XPath expression and assert the resulting content as an integer. 
- assertNumber(String, Matcher<? super Double>) - Method in class org.springframework.test.util.XpathExpectationsHelper
- 
Apply the XPath expression and assert the resulting content with the
 given Hamcrest matcher. 
- assertNumber(String, Double) - Method in class org.springframework.test.util.XpathExpectationsHelper
- 
Apply the XPath expression and assert the resulting content as a Double. 
- assertSortAndCompareListModelAttribute(ModelAndView, String, List, Comparator) - Method in class org.springframework.test.web.AbstractModelAndViewTests
- 
Deprecated. Compare each individual entry in a list after having sorted both lists
 (optionally using a comparator). 
- assertSortAndCompareListModelAttribute(ModelAndView, String, List, Comparator) - Static method in class org.springframework.test.web.ModelAndViewAssert
- 
Compare each individual entry in a list after having sorted both lists
 (optionally using a comparator). 
- assertSource(String, Matcher<? super Source>) - Method in class org.springframework.test.util.XmlExpectationsHelper
- 
Parse the content as  DOMSource and apply a  Matcher. 
- assertString(String, Matcher<? super String>) - Method in class org.springframework.test.util.XpathExpectationsHelper
- 
Apply the XPath expression and assert the resulting content with the
 given Hamcrest matcher. 
- assertString(String, String) - Method in class org.springframework.test.util.XpathExpectationsHelper
- 
Apply the XPath expression and assert the resulting content as a String. 
- assertThat(T, Matcher<T>) - Static method in class org.springframework.test.util.MatcherAssertionErrors
- 
Asserts that the given matcher matches the actual value. 
- assertThat(String, T, Matcher<T>) - Static method in class org.springframework.test.util.MatcherAssertionErrors
- 
Asserts that the given matcher matches the actual value. 
- AssertThrows - Class in org.springframework.test
- 
Deprecated.
favor use of JUnit 4's @Test(expected=...)support
 
 
- AssertThrows(Class) - Constructor for class org.springframework.test.AssertThrows
- 
Deprecated. 
- AssertThrows(Class, String) - Constructor for class org.springframework.test.AssertThrows
- 
Deprecated. 
- assertTrue(String, boolean) - Static method in class org.springframework.test.util.AssertionErrors
- 
Assert the given condition is  true and raise an
  AssertionError if it is not. 
- assertValue(String, Matcher<T>) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
- 
Evaluate the JSONPath and assert the resulting value with the given Matcher.
 
- assertValue(String, Object) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
- 
Apply the JSONPath and assert the resulting value. 
- assertValueIsArray(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
- 
Apply the JSONPath and assert the resulting value is an array. 
- assertViewName(ModelAndView, String) - Method in class org.springframework.test.web.AbstractModelAndViewTests
- 
Deprecated. Check to see if the view name in the ModelAndView matches the given
 expectedName.
 
- assertViewName(ModelAndView, String) - Static method in class org.springframework.test.web.ModelAndViewAssert
- 
Check to see if the view name in the ModelAndView matches the given
 expectedName.
 
- assertXmlEqual(String, String) - Method in class org.springframework.test.util.XmlExpectationsHelper
- 
Parse the expected and actual content strings as XML and assert that the
 two are "similar" -- i.e. 
- Assign - Class in org.springframework.expression.spel.ast
- 
Represents assignment. 
- Assign(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Assign
-  
- AssignableTypeFilter - Class in org.springframework.core.type.filter
- 
A simple filter which matches classes that are assignable to a given type. 
- AssignableTypeFilter(Class) - Constructor for class org.springframework.core.type.filter.AssignableTypeFilter
- 
Create a new AssignableTypeFilter for the given type. 
- asString(String) - Method in class org.springframework.core.Constants
- 
Return a constant value as a String. 
- AstUtils - Class in org.springframework.expression.spel.ast
- 
Utilities methods for use in the Ast classes. 
- AstUtils() - Constructor for class org.springframework.expression.spel.ast.AstUtils
-  
- Async - Annotation Type in org.springframework.scheduling.annotation
- 
Annotation that marks a method as a candidate for asynchronous execution. 
- ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- 
The bean name of the internally managed Async annotation processor. 
- ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
- 
- ASYNC_EXECUTION_ASPECT_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- 
The bean name of the internally managed AspectJ async execution aspect. 
- ASYNC_EXECUTION_ASPECT_BEAN_NAME - Static variable in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
- 
- ASYNC_EXECUTION_ASPECT_CLASS_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- 
The class name of the AspectJ async execution aspect. 
- ASYNC_EXECUTION_ASPECT_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- 
The name of the AspectJ async execution aspect @Configurationclass.
 
- asyncAdvisor() - Method in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
- 
The component that will apply async execution advice to beans annotated with
 the async annotation. 
- asyncAdvisor() - Method in class org.springframework.scheduling.annotation.ProxyAsyncConfiguration
-  
- asyncAdvisor() - Method in class org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
-  
- AsyncAnnotationAdvisor - Class in org.springframework.scheduling.annotation
- 
Advisor that activates asynchronous method execution through the  Async
 annotation. 
- AsyncAnnotationAdvisor() - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
- 
Create a new AsyncAnnotationAdvisorfor bean-style configuration.
 
- AsyncAnnotationAdvisor(Executor) - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
- 
Create a new AsyncAnnotationAdvisorfor the given task executor.
 
- AsyncAnnotationBeanPostProcessor - Class in org.springframework.scheduling.annotation
- 
Bean post-processor that automatically applies asynchronous invocation
 behavior to any bean that carries the  Async annotation at class or
 method-level by adding a corresponding  AsyncAnnotationAdvisor to the
 exposed proxy (either an existing AOP proxy or a newly generated proxy that
 implements all of the target's interfaces). 
- AsyncAnnotationBeanPostProcessor() - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-  
- AsyncConfigurationSelector - Class in org.springframework.scheduling.annotation
- 
- AsyncConfigurationSelector() - Constructor for class org.springframework.scheduling.annotation.AsyncConfigurationSelector
-  
- AsyncConfigurer - Interface in org.springframework.scheduling.annotation
- 
Interface to be implemented by @ Configuration classes annotated with @ EnableAsync that wish to customize the
  Executor instance used when processing async method invocations. 
- asyncDispatch(MvcResult) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
- 
- AsyncExecutionAspectSupport - Class in org.springframework.aop.interceptor
- 
- AsyncExecutionAspectSupport(Executor) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
- 
Create a new  AsyncExecutionAspectSupport, using the provided default
 executor unless individual async methods indicate via qualifier that a more
 specific executor should be used. 
- AsyncExecutionInterceptor - Class in org.springframework.aop.interceptor
- 
AOP Alliance  MethodInterceptor that processes method invocations
 asynchronously, using a given  AsyncTaskExecutor. 
- AsyncExecutionInterceptor(Executor) - Constructor for class org.springframework.aop.interceptor.AsyncExecutionInterceptor
- 
Create a new AsyncExecutionInterceptor.
 
- AsyncHandlerInterceptor - Interface in org.springframework.web.servlet
- 
Extends HandlerInterceptorwith a callback method invoked during
 asynchronous request handling.
 
- asyncNotStarted() - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
- 
Assert that asynchronous processing was not start. 
- AsyncResult<V> - Class in org.springframework.scheduling.annotation
- 
A pass-through Futurehandle that can be used for method signatures
 which are declared with a Future return type for asynchronous execution.
 
- AsyncResult(V) - Constructor for class org.springframework.scheduling.annotation.AsyncResult
- 
Create a new AsyncResult holder. 
- asyncResult(Matcher<T>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
- 
Assert the result from asynchronous processing with the given matcher. 
- asyncResult(Object) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
- 
Assert the result from asynchronous processing. 
- asyncStarted() - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
- 
Assert a request attribute value with the given Hamcrest Matcher.
 
- AsyncSupportConfigurer - Class in org.springframework.web.servlet.config.annotation
- 
Helps with configuring options for asynchronous request processing. 
- AsyncSupportConfigurer() - Constructor for class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-  
- AsyncTaskExecutor - Interface in org.springframework.core.task
- 
- AsyncTaskMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
- 
- AsyncTaskMethodReturnValueHandler(BeanFactory) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
-  
- AsyncWebRequest - Interface in org.springframework.web.context.request.async
- 
- AsyncWebRequestInterceptor - Interface in org.springframework.web.context.request
- 
Extends WebRequestInterceptorwith a callback method invoked during
 asynchronous request handling.
 
- AtomFeedHttpMessageConverter - Class in org.springframework.http.converter.feed
- 
- AtomFeedHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
-  
- attribute(String, Matcher<T>) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
- 
Assert a flash attribute's value with the given Hamcrest Matcher.
 
- attribute(String, Object) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
- 
Assert a flash attribute's value. 
- attribute(String, Matcher<T>) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
- 
Assert a model attribute value with the given Hamcrest Matcher.
 
- attribute(String, Object) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
- 
Assert a model attribute value. 
- attribute(String, Matcher<T>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
- 
Assert a request attribute value with the given Hamcrest Matcher.
 
- attribute(String, Object) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
- 
Assert a request attribute value. 
- ATTRIBUTE_OPERATION_VISIBILITY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- 
Lowest visibility, used for operations that correspond to
 accessors or mutators for attributes. 
- AttributeAccessor - Interface in org.springframework.core
- 
Interface defining a generic contract for attaching and accessing metadata
 to/from arbitrary objects. 
- AttributeAccessorSupport - Class in org.springframework.core
- 
- AttributeAccessorSupport() - Constructor for class org.springframework.core.AttributeAccessorSupport
-  
- attributeCount(int) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
- 
Assert the number of flash attributes. 
- attributeDoesNotExist(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
- 
Assert the given model attributes do not exist 
- attributeErrorCount(String, int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
- 
Assert the given model attribute(s) have errors. 
- attributeExists(String...) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
- 
Assert the existence of the given flash attributes. 
- attributeExists(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
- 
Assert the given model attributes exist. 
- attributeHasErrors(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
- 
Assert the given model attribute(s) have errors. 
- attributeHasFieldErrors(String, String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
- 
Assert the given model attribute field(s) have errors. 
- attributeHasNoErrors(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
- 
Assert the given model attribute(s) do not have errors. 
- attributeNames() - Method in interface org.springframework.core.AttributeAccessor
- 
Return the names of all attributes. 
- attributeNames() - Method in class org.springframework.core.AttributeAccessorSupport
-  
- attributeNameToPropertyName(String) - Static method in class org.springframework.core.Conventions
- 
Convert Strings in attribute name format (lowercase, hyphens separating words)
 into property name format (camel-cased).
 
- attributeSource - Variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-  
- authenticate(HttpServletResponse) - Method in class org.springframework.mock.web.MockHttpServletRequest
-  
- AUTO_PROXY_CREATOR_BEAN_NAME - Static variable in class org.springframework.aop.config.AopConfigUtils
- 
The bean name of the internally managed auto-proxy creator. 
- AUTOCOMPLETE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
-  
- AUTODETECT_ALL - Static variable in class org.springframework.jmx.export.MBeanExporter
- 
Autodetection mode indicating that all autodetection mechanisms should be used. 
- AUTODETECT_ASSEMBLER - Static variable in class org.springframework.jmx.export.MBeanExporter
- 
Autodetection mode indicating that only the  MBeanInfoAssembler should be able
 to autodetect beans. 
- AUTODETECT_MBEAN - Static variable in class org.springframework.jmx.export.MBeanExporter
- 
Autodetection mode indicating that only valid MBeans should be autodetected. 
- AUTODETECT_NONE - Static variable in class org.springframework.jmx.export.MBeanExporter
- 
Autodetection mode indicating that no autodetection should be used. 
- AutodetectCapableMBeanInfoAssembler - Interface in org.springframework.jmx.export.assembler
- 
Extends the MBeanInfoAssemblerto add autodetection logic.
 
- autodetectConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- 
- autodetectVelocityEngine() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
- 
Autodetect a VelocityEngine via the ApplicationContext. 
- autogenerateFor() - Method in class org.springframework.web.servlet.tags.form.LabelTag
- 
Autogenerate the 'for' attribute value for this tag.
 
- autogenerateId() - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
- 
Return a unique ID for the bound name within the current PageContext. 
- autogenerateId() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- 
Autogenerate the 'id' attribute value for this tag.
 
- autogenerateId() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
- 
Get the value for the HTML 'id' attribute.
 
- autogenerateId() - Method in class org.springframework.web.servlet.tags.form.FormTag
- 
Autogenerated IDs correspond to the form object name. 
- autogenerateId() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-  
- AutoPopulatingList<E> - Class in org.springframework.util
- 
Simple  List wrapper class that allows for elements to be
 automatically populated as they are requested. 
- AutoPopulatingList(Class<? extends E>) - Constructor for class org.springframework.util.AutoPopulatingList
- 
Creates a new  AutoPopulatingList that is backed by a standard
  ArrayList and adds new instances of the supplied  element Class
 to the backing  List on demand. 
- AutoPopulatingList(List<E>, Class<? extends E>) - Constructor for class org.springframework.util.AutoPopulatingList
- 
Creates a new  AutoPopulatingList that is backed by the supplied  List
 and adds new instances of the supplied  element Class to the backing
  List on demand. 
- AutoPopulatingList(AutoPopulatingList.ElementFactory<E>) - Constructor for class org.springframework.util.AutoPopulatingList
- 
- AutoPopulatingList(List<E>, AutoPopulatingList.ElementFactory<E>) - Constructor for class org.springframework.util.AutoPopulatingList
- 
- AutoPopulatingList.ElementFactory<E> - Interface in org.springframework.util
- 
Factory interface for creating elements for an index-based access
 data structure such as a  List. 
- AutoPopulatingList.ElementInstantiationException - Exception in org.springframework.util
- 
Exception to be thrown from ElementFactory. 
- AutoPopulatingList.ElementInstantiationException(String) - Constructor for exception org.springframework.util.AutoPopulatingList.ElementInstantiationException
-  
- AutoProxyRegistrar - Class in org.springframework.context.annotation
- 
Registers an auto proxy creator against the current  BeanDefinitionRegistry
 as appropriate based on an  @Enable* annotation having  mode and
  proxyTargetClass attributes set to the correct values. 
- AutoProxyRegistrar() - Constructor for class org.springframework.context.annotation.AutoProxyRegistrar
-  
- AutoProxyUtils - Class in org.springframework.aop.framework.autoproxy
- 
Utilities for auto-proxy aware components. 
- AutoProxyUtils() - Constructor for class org.springframework.aop.framework.autoproxy.AutoProxyUtils
-  
- Autowire - Enum in org.springframework.beans.factory.annotation
- 
Enumeration determining autowiring status: that is, whether a bean should
 have its dependencies automatically injected by the Spring container using
 setter injection. 
- autowire(Class<?>, int, boolean) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- 
Instantiate a new bean instance of the given class with the specified autowire
 strategy. 
- autowire(Class<?>, int, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-  
- AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-  
- AUTOWIRE_AUTODETECT - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- 
Deprecated.
as of Spring 3.0: If you are using mixed autowiring strategies,
 prefer annotation-based autowiring for clearer demarcation of autowiring needs. 
 
- AUTOWIRE_AUTODETECT - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
- 
Deprecated.
as of Spring 3.0: If you are using mixed autowiring strategies,
 use annotation-based autowiring for clearer demarcation of autowiring needs. 
 
- AUTOWIRE_AUTODETECT_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-  
- AUTOWIRE_BY_NAME - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- 
Constant that indicates autowiring bean properties by name
 (applying to all bean property setters). 
- AUTOWIRE_BY_NAME - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
- 
Constant that indicates autowiring bean properties by name. 
- AUTOWIRE_BY_NAME - Static variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
- 
Constant that indicates autowiring bean properties by name. 
- AUTOWIRE_BY_NAME - Static variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
- 
Deprecated. Constant that indicates autowiring bean properties by name. 
- AUTOWIRE_BY_NAME - Static variable in class org.springframework.web.struts.DelegatingActionUtils
- 
Deprecated. Value of the autowire init-param that indicates autowiring by name:
 "byName" 
- AUTOWIRE_BY_NAME_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-  
- AUTOWIRE_BY_TYPE - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- 
Constant that indicates autowiring bean properties by type
 (applying to all bean property setters). 
- AUTOWIRE_BY_TYPE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
- 
Constant that indicates autowiring bean properties by type. 
- AUTOWIRE_BY_TYPE - Static variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
- 
Constant that indicates autowiring bean properties by type. 
- AUTOWIRE_BY_TYPE - Static variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
- 
Deprecated. Constant that indicates autowiring bean properties by type. 
- AUTOWIRE_BY_TYPE - Static variable in class org.springframework.web.struts.DelegatingActionUtils
- 
Deprecated. Value of the autowire init-param that indicates autowiring by type:
 "byType" 
- AUTOWIRE_BY_TYPE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-  
- AUTOWIRE_CANDIDATE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-  
- AUTOWIRE_CONSTRUCTOR - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- 
Constant that indicates autowiring the greediest constructor that
 can be satisfied (involves resolving the appropriate constructor). 
- AUTOWIRE_CONSTRUCTOR - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
- 
Constant that indicates autowiring a constructor. 
- AUTOWIRE_CONSTRUCTOR_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-  
- AUTOWIRE_NO - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- 
Constant that indicates no externally defined autowiring. 
- AUTOWIRE_NO - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
- 
Constant that indicates no autowiring at all. 
- AUTOWIRE_NO - Static variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
- 
Deprecated. Constant that indicates no autowiring at all. 
- AUTOWIRE_NO_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-  
- autowireBean(Object) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- 
Populate the given bean instance through applying after-instantiation callbacks
 and bean property post-processing (e.g. 
- autowireBean(Object) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-  
- autowireBean(InvocationContext) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
- 
Autowire the target bean after construction as well as after passivation. 
- autowireBeanProperties(Object, int, boolean) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- 
Autowire the bean properties of the given bean instance by name or type. 
- autowireBeanProperties(Object, int, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-  
- autowireByName(String, AbstractBeanDefinition, BeanWrapper, MutablePropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- 
Fill in any missing property values with references to
 other beans in this factory if autowire is set to "byName". 
- autowireByType(String, AbstractBeanDefinition, BeanWrapper, MutablePropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- 
Abstract method defining "autowire by type" (bean properties by type) behavior. 
- AutowireCandidateQualifier - Class in org.springframework.beans.factory.support
- 
Qualifier for resolving autowire candidates. 
- AutowireCandidateQualifier(Class) - Constructor for class org.springframework.beans.factory.support.AutowireCandidateQualifier
- 
Construct a qualifier to match against an annotation of the
 given type. 
- AutowireCandidateQualifier(String) - Constructor for class org.springframework.beans.factory.support.AutowireCandidateQualifier
- 
Construct a qualifier to match against an annotation of the
 given type name. 
- AutowireCandidateQualifier(Class, Object) - Constructor for class org.springframework.beans.factory.support.AutowireCandidateQualifier
- 
Construct a qualifier to match against an annotation of the
 given type whose valueattribute also matches
 the specified value.
 
- AutowireCandidateQualifier(String, Object) - Constructor for class org.springframework.beans.factory.support.AutowireCandidateQualifier
- 
Construct a qualifier to match against an annotation of the
 given type name whose valueattribute also matches
 the specified value.
 
- AutowireCandidateResolver - Interface in org.springframework.beans.factory.support
- 
Strategy interface for determining whether a specific bean definition
 qualifies as an autowire candidate for a specific dependency. 
- AutowireCapableBeanFactory - Interface in org.springframework.beans.factory.config
- 
Extension of the  BeanFactory
 interface to be implemented by bean factories that are capable of
 autowiring, provided that they want to expose this functionality for
 existing bean instances. 
- autowireConstructor(String, RootBeanDefinition, Constructor[], Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- 
"autowire constructor" (with constructor arguments by type) behavior. 
- Autowired - Annotation Type in org.springframework.beans.factory.annotation
- 
Marks a constructor, field, setter method or config method as to be
 autowired by Spring's dependency injection facilities. 
- AUTOWIRED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- 
The bean name of the internally managed Autowired annotation processor. 
- AutowiredAnnotationBeanPostProcessor - Class in org.springframework.beans.factory.annotation
- 
BeanPostProcessor implementation
 that autowires annotated fields, setter methods and arbitrary config methods. 
- AutowiredAnnotationBeanPostProcessor() - Constructor for class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
- 
Create a new AutowiredAnnotationBeanPostProcessor
 for Spring's standard  Autowired annotation. 
- autowireResource(BeanFactory, CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- 
Obtain a resource object for the given name and type through autowiring
 based on the given factory. 
- AutowiringRequestProcessor - Class in org.springframework.web.struts
- 
Deprecated.
as of Spring 3.0 
 
- AutowiringRequestProcessor() - Constructor for class org.springframework.web.struts.AutowiringRequestProcessor
- 
Deprecated. 
- AutowiringTilesRequestProcessor - Class in org.springframework.web.struts
- 
Deprecated.
as of Spring 3.0 
 
- AutowiringTilesRequestProcessor() - Constructor for class org.springframework.web.struts.AutowiringTilesRequestProcessor
- 
Deprecated. 
- awaitTermination(long, TimeUnit) - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
-  
- Aware - Interface in org.springframework.beans.factory
- 
Marker superinterface indicating that a bean is eligible to be
 notified by the Spring container of a particular framework object
 through a callback-style method.