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

A

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)=true Default is "false".
AbstractAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
AbstractAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter - Class in org.springframework.aop.framework.autoproxy
Subclass of BeanFactoryAdvisorRetrievalHelper that delegates to surrounding AbstractAdvisorAutoProxyCreator facilities.
AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter(ConfigurableListableBeanFactory) - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter
 
AbstractAnnotationAwareTransactionalTests - Class in org.springframework.test.annotation
Deprecated. as of Spring 3.0, in favor of using the listener-based test context framework (AbstractTransactionalJUnit4SpringContextTests)
AbstractAnnotationAwareTransactionalTests() - Constructor for class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated. Default constructor for AbstractAnnotationAwareTransactionalTests, which delegates to AbstractAnnotationAwareTransactionalTests.AbstractAnnotationAwareTransactionalTests(String).
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.
AbstractAnnotationAwareTransactionalTests.TestExecutionCallback - Interface in org.springframework.test.annotation
Deprecated.  
AbstractApplicationContext - Class in org.springframework.context.support
Abstract implementation of the ApplicationContext interface.
AbstractApplicationContext() - Constructor for class org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with no parent.
AbstractApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with the given parent context.
AbstractApplicationContext.ApplicationListenerDetector - Class in org.springframework.context.support
BeanPostProcessor that detects beans which implement the ApplicationListener interface.
AbstractApplicationContext.ApplicationListenerDetector() - Constructor for class org.springframework.context.support.AbstractApplicationContext.ApplicationListenerDetector
 
AbstractApplicationContext.BeanPostProcessorChecker - Class in org.springframework.context.support
BeanPostProcessor that logs an info message when a bean is created during BeanPostProcessor instantiation, i.e.
AbstractApplicationContext.BeanPostProcessorChecker(ConfigurableListableBeanFactory, int) - Constructor for class org.springframework.context.support.AbstractApplicationContext.BeanPostProcessorChecker
 
AbstractApplicationEventMulticaster - Class in org.springframework.context.event
Abstract implementation of the ApplicationEventMulticaster interface, providing the basic listener registration facility.
AbstractApplicationEventMulticaster() - Constructor for class org.springframework.context.event.AbstractApplicationEventMulticaster
 
AbstractApplicationEventMulticaster.ListenerCacheKey - Class in org.springframework.context.event
Cache key for ListenerRetrievers, based on event type and source type.
AbstractApplicationEventMulticaster.ListenerCacheKey(Class, Class) - Constructor for class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerCacheKey
 
AbstractApplicationEventMulticaster.ListenerRetriever - Class in org.springframework.context.event
Helper class that encapsulates a specific set of target listeners, allowing for efficient retrieval of pre-filtered listeners.
AbstractApplicationEventMulticaster.ListenerRetriever(boolean) - Constructor for class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerRetriever
 
AbstractAspectJAdvice - Class in org.springframework.aop.aspectj
Base class for AOP Alliance org.aopalliance.aop.Advice classes wrapping an AspectJ aspect or an AspectJ-annotated advice method.
AbstractAspectJAdvice(Method, AspectJExpressionPointcut, AspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.AbstractAspectJAdvice
Create a new AbstractAspectJAdvice for the given advice method.
AbstractAspectJAdvice.AdviceExcludingMethodMatcher - Class in org.springframework.aop.aspectj
MethodMatcher that excludes the specified advice method.
AbstractAspectJAdvice.AdviceExcludingMethodMatcher(Method) - Constructor for class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
AbstractAspectJAdvisorFactory - Class in org.springframework.aop.aspectj.annotation
Abstract base class for factories that can create Spring AOP Advisors given AspectJ classes from classes honoring the AspectJ 5 annotation syntax.
AbstractAspectJAdvisorFactory() - Constructor for class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
AbstractAspectJAdvisorFactory.AspectJAnnotation<A extends java.lang.annotation.Annotation> - Class in org.springframework.aop.aspectj.annotation
Class modelling an AspectJ annotation, exposing its type enumeration and pointcut String.
AbstractAspectJAdvisorFactory.AspectJAnnotation(A) - Constructor for class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer - Class in org.springframework.aop.aspectj.annotation
ParameterNameDiscoverer implementation that analyzes the arg names specified at the AspectJ annotation level.
AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer() - Constructor for class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer
 
AbstractAspectJAdvisorFactory.AspectJAnnotationType - Enum in org.springframework.aop.aspectj.annotation
 
AbstractAspectJAdvisorFactory.AspectJAnnotationType() - Constructor for enum org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
 
AbstractAspectjJpaTests - Class in org.springframework.test.jpa
Deprecated. as of Spring 3.0, in favor of using the listener-based test context framework (AbstractJUnit38SpringContextTests)
AbstractAspectjJpaTests() - Constructor for class org.springframework.test.jpa.AbstractAspectjJpaTests
Deprecated.  
AbstractAsyncConfiguration - Class in org.springframework.scheduling.annotation
Abstract base Configuration class providing common structure for enabling Spring's asynchronous method execution capability.
AbstractAsyncConfiguration() - Constructor for class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
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.
AbstractAutowireCapableBeanFactory.AutowireByTypeDependencyDescriptor - Class in org.springframework.beans.factory.support
Special DependencyDescriptor variant for autowire="byType".
AbstractAutowireCapableBeanFactory.AutowireByTypeDependencyDescriptor(MethodParameter, boolean) - Constructor for class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.AutowireByTypeDependencyDescriptor
 
AbstractBeanDefinition - Class in org.springframework.beans.factory.support
Base class for concrete, full-fledged BeanDefinition classes, factoring out common properties of RootBeanDefinition and ChildBeanDefinition.
AbstractBeanDefinition() - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition with default settings.
AbstractBeanDefinition(ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition with the given constructor argument values and property values.
AbstractBeanDefinition(AbstractBeanDefinition) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Deprecated. since Spring 2.5, in favor of AbstractBeanDefinition.AbstractBeanDefinition(BeanDefinition)
AbstractBeanDefinition(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition as deep copy of the given bean definition.
AbstractBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Abstract BeanDefinitionParser implementation providing a number of convenience methods and a template method that subclasses must override to provide the actual parsing logic.
AbstractBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
 
AbstractBeanDefinitionReader - Class in org.springframework.beans.factory.support
Abstract base class for bean definition readers which implement the BeanDefinitionReader interface.
AbstractBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Create a new AbstractBeanDefinitionReader for the given bean factory.
AbstractBeanFactory - Class in org.springframework.beans.factory.support
Abstract base class for BeanFactory implementations, providing the full capabilities of the ConfigurableBeanFactory SPI.
AbstractBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory.
AbstractBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory with the given parent.
AbstractBeanFactoryBasedTargetSource - Class in org.springframework.aop.target
Base class for TargetSource implementations that are based on a Spring BeanFactory, delegating to Spring-managed bean instances.
AbstractBeanFactoryBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
AbstractBeanFactoryBasedTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
Convenient superclass for TargetSourceCreator implementations that require creating multiple instances of a prototype bean.
AbstractBeanFactoryBasedTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
AbstractBeanFactoryPointcutAdvisor - Class in org.springframework.aop.support
Abstract BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in a BeanFactory.
AbstractBeanFactoryPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
AbstractBindingResult - Class in org.springframework.validation
Abstract implementation of the BindingResult interface and its super-interface Errors.
AbstractBindingResult(String) - Constructor for class org.springframework.validation.AbstractBindingResult
Create a new AbstractBindingResult instance.
AbstractBufferingClientHttpRequest - Class in org.springframework.http.client
Abstract base for ClientHttpRequest that buffers output in a byte array before sending it over the wire.
AbstractBufferingClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractBufferingClientHttpRequest
 
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 @Configuration class 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.  
AbstractCachingLabeledEnumResolver.LabeledEnumCache - Class in org.springframework.core.enums
Deprecated. Inner cache class that implements lazy building of LabeledEnum Maps.
AbstractCachingLabeledEnumResolver.LabeledEnumCache() - Constructor for class org.springframework.core.enums.AbstractCachingLabeledEnumResolver.LabeledEnumCache
Deprecated.  
AbstractCachingViewResolver - Class in org.springframework.web.servlet.view
Convenient base class for ViewResolver implementations.
AbstractCachingViewResolver() - Constructor for class org.springframework.web.servlet.view.AbstractCachingViewResolver
 
AbstractCheckedElementTag - Class in org.springframework.web.servlet.tags.form
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering an HTML 'input' element with a 'type' of 'checkbox' or 'radio'.
AbstractCheckedElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
 
AbstractClassTestingTypeFilter - Class in org.springframework.core.type.filter
Type filter that exposes a ClassMetadata object to subclasses, for class testing purposes.
AbstractClassTestingTypeFilter() - Constructor for class org.springframework.core.type.filter.AbstractClassTestingTypeFilter
 
AbstractClientHttpRequest - Class in org.springframework.http.client
Abstract base for ClientHttpRequest that makes sure that headers and body are not written multiple times.
AbstractClientHttpRequest() - Constructor for class org.springframework.http.client.AbstractClientHttpRequest
 
AbstractClientHttpRequestFactoryWrapper - Class in org.springframework.http.client
Abstract base class for ClientHttpRequestFactory implementations that decorate another request factory.
AbstractClientHttpRequestFactoryWrapper(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Creates a AbstractClientHttpRequestFactoryWrapper wrapping the given request factory.
AbstractColumnMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Abstract base class for DataFieldMaxValueIncrementer implementations that use a column in a custom sequence table.
AbstractColumnMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Default constructor for bean property style usage.
AbstractColumnMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Convenience constructor.
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
Base implementation of ComponentDefinition that provides a basic implementation of AbstractComponentDefinition.getDescription() which delegates to ComponentDefinition.getName().
AbstractComponentDefinition() - Constructor for class org.springframework.beans.factory.parsing.AbstractComponentDefinition
 
AbstractConfigurableMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Base class for MBeanInfoAssemblers that support configurable JMX notification behavior.
AbstractConfigurableMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
AbstractContextLoader - Class in org.springframework.test.context.support
Abstract application context loader that provides a basis for all concrete implementations of the ContextLoader SPI.
AbstractContextLoader() - Constructor for class org.springframework.test.context.support.AbstractContextLoader
 
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.support
A base abstract class to resolve method arguments annotated with @CookieValue.
AbstractCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.support.AbstractCookieValueMethodArgumentResolver
 
AbstractCookieValueMethodArgumentResolver.CookieValueNamedValueInfo - Class in org.springframework.web.method.annotation.support
 
AbstractCookieValueMethodArgumentResolver.CookieValueNamedValueInfo(CookieValue) - Constructor for class org.springframework.web.method.annotation.support.AbstractCookieValueMethodArgumentResolver.CookieValueNamedValueInfo
 
AbstractDataBoundFormElementTag - Class in org.springframework.web.servlet.tags.form
Base tag for all data-binding aware JSP form tags.
AbstractDataBoundFormElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
 
AbstractDataFieldMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Base implementation of DataFieldMaxValueIncrementer that delegates to a single AbstractDataFieldMaxValueIncrementer.getNextKey() template method that returns a long.
AbstractDataFieldMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Default constructor for bean property style usage.
AbstractDataFieldMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Convenience constructor.
AbstractDataSource - Class in org.springframework.jdbc.datasource
Abstract base class for Spring's DataSource implementations, taking care of the padding.
AbstractDataSource() - Constructor for class org.springframework.jdbc.datasource.AbstractDataSource
 
AbstractDependencyInjectionSpringContextTests - Class in org.springframework.test
Deprecated. as of Spring 3.0, in favor of using the listener-based test context framework (AbstractJUnit4SpringContextTests)
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.
AbstractDescriptor - Class in org.springframework.core.convert
 
AbstractDescriptor(Class<?>) - Constructor for class org.springframework.core.convert.AbstractDescriptor
 
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
 
AbstractDriverBasedDataSource - Class in org.springframework.jdbc.datasource
Abstract base class for JDBC DataSource implementations that operate on a JDBC Driver.
AbstractDriverBasedDataSource() - Constructor for class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
AbstractEmbeddedDatabaseConfigurer - Class in org.springframework.jdbc.datasource.embedded
Base class for EmbeddedDatabaseConfigurer implementations providing common shutdown behavior.
AbstractEmbeddedDatabaseConfigurer() - Constructor for class org.springframework.jdbc.datasource.embedded.AbstractEmbeddedDatabaseConfigurer
 
AbstractEnterpriseBean - Class in org.springframework.ejb.support
Base class for Spring-based EJB 2.x beans.
AbstractEnterpriseBean() - Constructor for class org.springframework.ejb.support.AbstractEnterpriseBean
 
AbstractEnterpriseBean.BeanFactoryReferenceReleaseListener - Class in org.springframework.ejb.support
Implementation of WeakReferenceMonitor's ReleaseListener callback interface.
AbstractEnterpriseBean.BeanFactoryReferenceReleaseListener(BeanFactoryReference) - Constructor for class org.springframework.ejb.support.AbstractEnterpriseBean.BeanFactoryReferenceReleaseListener
 
AbstractEntityManagerFactoryBean - Class in org.springframework.orm.jpa
Abstract FactoryBean that creates a local JPA javax.persistence.EntityManagerFactory instance within a Spring application context.
AbstractEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
AbstractEntityManagerFactoryBean.ManagedEntityManagerFactoryInvocationHandler - Class in org.springframework.orm.jpa
Dynamic proxy invocation handler proxying an EntityManagerFactory to return a proxy EntityManager if necessary from createEntityManager() methods.
AbstractEntityManagerFactoryBean.ManagedEntityManagerFactoryInvocationHandler(AbstractEntityManagerFactoryBean) - Constructor for class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.ManagedEntityManagerFactoryInvocationHandler
 
AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference - Class in org.springframework.orm.jpa
Minimal bean reference to the surrounding AbstractEntityManagerFactoryBean.
AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference(BeanFactory, String) - Constructor for class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference
 
AbstractEnvironment - Class in org.springframework.core.env
Abstract base class for Environment implementations.
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
 
AbstractFactoryBean.EarlySingletonInvocationHandler - Class in org.springframework.beans.factory.config
Reflective InvocationHandler for lazy access to the actual singleton object.
AbstractFactoryBean.EarlySingletonInvocationHandler() - Constructor for class org.springframework.beans.factory.config.AbstractFactoryBean.EarlySingletonInvocationHandler
 
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
 
AbstractFallbackCacheOperationSource.DefaultCacheKey - Class in org.springframework.cache.interceptor
Default cache key for the CacheOperation cache.
AbstractFallbackCacheOperationSource.DefaultCacheKey(Method, Class<?>) - Constructor for class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource.DefaultCacheKey
 
AbstractFallbackSQLExceptionTranslator - Class in org.springframework.jdbc.support
Base class for SQLExceptionTranslator implementations that allow for fallback to some other SQLExceptionTranslator.
AbstractFallbackSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
 
AbstractFallbackTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Abstract implementation of TransactionAttributeSource that caches attributes for methods and implements a fallback policy: 1.
AbstractFallbackTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
 
AbstractFallbackTransactionAttributeSource.DefaultCacheKey - Class in org.springframework.transaction.interceptor
Default cache key for the TransactionAttribute cache.
AbstractFallbackTransactionAttributeSource.DefaultCacheKey(Method, Class) - Constructor for class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource.DefaultCacheKey
 
AbstractFeedView<T extends 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
Abstract base class for resources which resolve URLs into File references, such as UrlResource or ClassPathResource.
AbstractFileResolvingResource() - Constructor for class org.springframework.core.io.AbstractFileResolvingResource
 
AbstractFileResolvingResource.VfsResourceDelegate - Class in org.springframework.core.io
Inner delegate class, avoiding a hard JBoss VFS API dependency at runtime.
AbstractFileResolvingResource.VfsResourceDelegate() - Constructor for class org.springframework.core.io.AbstractFileResolvingResource.VfsResourceDelegate
 
abstractFlag - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
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
Abstract, generic extension of AbstractContextLoader that loads a GenericApplicationContext.
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
 
AbstractHandlerExceptionResolver - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerExceptionResolver - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerMapping - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
AbstractHandlerMapping - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
AbstractHandlerMethodAdapter - Class in org.springframework.web.servlet.mvc.method
Abstract base class for HandlerAdapter implementations that support handlers of type HandlerMethod.
AbstractHandlerMethodAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
 
AbstractHandlerMethodExceptionResolver - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerExceptionResolver implementations that support handling exceptions from HandlerMethods rather than handlers.
AbstractHandlerMethodExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
 
AbstractHandlerMethodMapping<T> - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerMapping implementations that define a mapping between a request and a HandlerMethod.
AbstractHandlerMethodMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
AbstractHandlerMethodMapping.Match - Class in org.springframework.web.servlet.handler
A temporary container for a mapping matched to a request.
AbstractHandlerMethodMapping.Match(T, HandlerMethod) - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.Match
 
AbstractHandlerMethodMapping.MatchComparator - Class in org.springframework.web.servlet.handler
 
AbstractHandlerMethodMapping.MatchComparator(Comparator<T>) - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MatchComparator
 
AbstractHtmlElementBodyTag - Class in org.springframework.web.servlet.tags.form
Convenient super class for many html tags that render content using the databinding features of the AbstractHtmlElementTag.
AbstractHtmlElementBodyTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
AbstractHtmlElementTag - Class in org.springframework.web.servlet.tags.form
Base class for databinding-aware JSP tags that render HTML element.
AbstractHtmlElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
AbstractHtmlInputElementTag - Class in org.springframework.web.servlet.tags.form
Base class for databinding-aware JSP tags that render HTML form input element.
AbstractHtmlInputElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
AbstractHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
Abstract base implementation of the HttpInvokerRequestExecutor interface.
AbstractHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
AbstractHttpMessageConverter<T> - Class in org.springframework.http.converter
Abstract base class for most HttpMessageConverter implementations.
AbstractHttpMessageConverter() - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with no supported media types.
AbstractHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with one supported media type.
AbstractHttpMessageConverter(MediaType...) - Constructor for class org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with multiple supported media type.
AbstractInterceptorDrivenBeanDefinitionDecorator - Class in org.springframework.aop.config
Base implementation for BeanDefinitionDecorators wishing to add an interceptor to the resulting bean.
AbstractInterceptorDrivenBeanDefinitionDecorator() - Constructor for class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
AbstractInterruptibleBatchPreparedStatementSetter - Class in org.springframework.jdbc.core.support
Abstract implementation of the InterruptibleBatchPreparedStatementSetter interface, combining the check for available values and setting of those into a single callback method AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int).
AbstractInterruptibleBatchPreparedStatementSetter() - Constructor for class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
 
AbstractJasperReportsSingleFormatView - Class in org.springframework.web.servlet.view.jasperreports
Extends AbstractJasperReportsView to provide basic rendering logic for views that use a fixed format, e.g.
AbstractJasperReportsSingleFormatView() - Constructor for class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
 
AbstractJasperReportsView - Class in org.springframework.web.servlet.view.jasperreports
Base class for all JasperReports views.
AbstractJasperReportsView() - Constructor for class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
 
AbstractJaxb2HttpMessageConverter<T> - Class in org.springframework.http.converter.xml
Abstract base class for HttpMessageConverters that use JAXB2.
AbstractJaxb2HttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
 
AbstractJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
Abstract exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation).
AbstractJaxWsServiceExporter() - Constructor for class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
AbstractJaxWsServiceExporter.FeatureEndpointProvider - Class in org.springframework.remoting.jaxws
Inner class in order to avoid a hard-coded JAX-WS 2.2 dependency.
AbstractJaxWsServiceExporter.FeatureEndpointProvider() - Constructor for class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter.FeatureEndpointProvider
 
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
Convenient base class for JMS-based EJB 2.x MDBs.
AbstractJmsMessageDrivenBean() - Constructor for class org.springframework.ejb.support.AbstractJmsMessageDrivenBean
 
AbstractJmxAttribute - Class in org.springframework.jmx.export.metadata
Base class for all JMX metadata classes.
AbstractJmxAttribute() - Constructor for class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
AbstractJndiLocatingBeanDefinitionParser - Class in org.springframework.ejb.config
Abstract base class for BeanDefinitionParsers which build JNDI-locating beans, supporting an optional "jndiEnvironment" bean property, populated from an "environment" XML sub-element.
AbstractJndiLocatingBeanDefinitionParser() - Constructor for class org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
 
AbstractJpaTests - Class in org.springframework.test.jpa
Deprecated. as of Spring 3.0, in favor of using the listener-based test context framework (AbstractJUnit38SpringContextTests)
AbstractJpaTests() - Constructor for class org.springframework.test.jpa.AbstractJpaTests
Deprecated.  
AbstractJpaTests.LoadTimeWeaverInjectingBeanPostProcessor - Class in org.springframework.test.jpa
Deprecated.  
AbstractJpaTests.LoadTimeWeaverInjectingBeanPostProcessor(LoadTimeWeaver) - Constructor for class org.springframework.test.jpa.AbstractJpaTests.LoadTimeWeaverInjectingBeanPostProcessor
Deprecated.  
AbstractJpaTests.ShadowingLoadTimeWeaver - Class in org.springframework.test.jpa
Deprecated.  
AbstractJpaTests.ShadowingLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.test.jpa.AbstractJpaTests.ShadowingLoadTimeWeaver
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
Deprecated. as of Spring 3.1, in favor of using AbstractJUnit4SpringContextTests
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)