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".
AbstractAdvisingBeanPostProcessor - Class in org.springframework.aop.framework
Base class for BeanPostProcessor implementations that apply a Spring AOP Advisor to specific beans.
AbstractAdvisingBeanPostProcessor() - Constructor for class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
AbstractAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
AbstractAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter - Class in org.springframework.aop.framework.autoproxy
Subclass of BeanFactoryAdvisorRetrievalHelper that delegates to surrounding AbstractAdvisorAutoProxyCreator facilities.
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.
 
AbstractAnnotationConfigDispatcherServletInitializer - Class in org.springframework.web.servlet.support
Base class for WebApplicationInitializer implementations that register a DispatcherServlet configured with annotated classes, e.g.
AbstractAnnotationConfigDispatcherServletInitializer() - Constructor for class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
 
AbstractApplicationContext - Class in org.springframework.context.support
Abstract implementation of the ApplicationContext interface.
AbstractApplicationContext() - Constructor for class org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with no parent.
AbstractApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractApplicationContext
Create a new AbstractApplicationContext with the given parent context.
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.
AbstractBeanDefinition(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinition
Create a new AbstractBeanDefinition as a deep copy of the given bean definition.
AbstractBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Abstract BeanDefinitionParser implementation providing a number of convenience methods and a template method that subclasses must override to provide the actual parsing logic.
AbstractBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
 
AbstractBeanDefinitionReader - Class in org.springframework.beans.factory.support
Abstract base class for bean definition readers which implement the BeanDefinitionReader interface.
AbstractBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Create a new AbstractBeanDefinitionReader for the given bean factory.
AbstractBeanFactory - Class in org.springframework.beans.factory.support
Abstract base class for BeanFactory implementations, providing the full capabilities of the ConfigurableBeanFactory SPI.
AbstractBeanFactory() - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory.
AbstractBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.AbstractBeanFactory
Create a new AbstractBeanFactory with the given parent.
AbstractBeanFactoryBasedTargetSource - Class in org.springframework.aop.target
Base class for TargetSource implementations that are based on a Spring BeanFactory, delegating to Spring-managed bean instances.
AbstractBeanFactoryBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
AbstractBeanFactoryBasedTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
Convenient superclass for TargetSourceCreator implementations that require creating multiple instances of a prototype bean.
AbstractBeanFactoryBasedTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
AbstractBeanFactoryPointcutAdvisor - Class in org.springframework.aop.support
Abstract BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in a BeanFactory.
AbstractBeanFactoryPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
AbstractBindingResult - Class in org.springframework.validation
Abstract implementation of the BindingResult interface and its super-interface Errors.
AbstractBindingResult(String) - Constructor for class org.springframework.validation.AbstractBindingResult
Create a new AbstractBindingResult instance.
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.
AbstractClientHttpResponse - Class in org.springframework.http.client
Abstract base for ClientHttpResponse.
AbstractClientHttpResponse() - Constructor for class org.springframework.http.client.AbstractClientHttpResponse
 
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
 
AbstractContextLoaderInitializer - Class in org.springframework.web.context
Convenient base class for WebApplicationInitializer implementations that register a ContextLoaderListener in the servlet context.
AbstractContextLoaderInitializer() - Constructor for class org.springframework.web.context.AbstractContextLoaderInitializer
 
AbstractController - Class in org.springframework.web.portlet.mvc
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - Constructor for class org.springframework.web.portlet.mvc.AbstractController
 
AbstractController - Class in org.springframework.web.servlet.mvc
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - Constructor for class org.springframework.web.servlet.mvc.AbstractController
 
AbstractControllerUrlHandlerMapping - Class in org.springframework.web.servlet.mvc.support
Base class for HandlerMapping implementations that derive URL paths according to conventions for specific controller types.
AbstractControllerUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
 
AbstractCookieValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
A base abstract class to resolve method arguments annotated with @CookieValue.
AbstractCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
AbstractCookieValueMethodArgumentResolver.CookieValueNamedValueInfo - Class in org.springframework.web.method.annotation
 
AbstractCookieValueMethodArgumentResolver.CookieValueNamedValueInfo(CookieValue) - Constructor for class org.springframework.web.method.annotation.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
 
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
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
 
AbstractDispatcherServletInitializer - Class in org.springframework.web.servlet.support
Base class for WebApplicationInitializer implementations that register a DispatcherServlet in the servlet context.
AbstractDispatcherServletInitializer() - Constructor for class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
 
AbstractDriverBasedDataSource - Class in org.springframework.jdbc.datasource
Abstract base class for JDBC DataSource implementations that operate on a JDBC Driver.
AbstractDriverBasedDataSource() - Constructor for class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
AbstractEmbeddedDatabaseConfigurer - Class in org.springframework.jdbc.datasource.embedded
Base class for EmbeddedDatabaseConfigurer implementations providing common shutdown behavior.
AbstractEmbeddedDatabaseConfigurer() - Constructor for class org.springframework.jdbc.datasource.embedded.AbstractEmbeddedDatabaseConfigurer
 
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.
 
AbstractEnterpriseBean.BeanFactoryReferenceReleaseListener - Class in org.springframework.ejb.support
Deprecated.
Implementation of WeakReferenceMonitor's ReleaseListener callback interface.
AbstractEnterpriseBean.BeanFactoryReferenceReleaseListener(BeanFactoryReference) - Constructor for class org.springframework.ejb.support.AbstractEnterpriseBean.BeanFactoryReferenceReleaseListener
Deprecated.
 
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
Create a new Environment instance, calling back to AbstractEnvironment.customizePropertySources(MutablePropertySources) during construction to allow subclasses to contribute or manipulate PropertySource instances as appropriate.
AbstractErrors - Class in org.springframework.validation
Abstract implementation of the Errors interface.
AbstractErrors() - Constructor for class org.springframework.validation.AbstractErrors
 
AbstractExcelView - Class in org.springframework.web.servlet.view.document
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
 
AbstractFlashMapManager - Class in org.springframework.web.servlet.support
A base class for FlashMapManager implementations.
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
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
 
AbstractGenericWebContextLoader - Class in org.springframework.test.context.web
Abstract, generic extension of AbstractContextLoader that loads a GenericWebApplicationContext.
AbstractGenericWebContextLoader() - Constructor for class org.springframework.test.context.web.AbstractGenericWebContextLoader
 
AbstractHandlerExceptionResolver - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerExceptionResolver - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerMapping - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
AbstractHandlerMapping - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
AbstractHandlerMethodAdapter - Class in org.springframework.web.servlet.mvc.method
Abstract base class for HandlerAdapter implementations that support handlers of type HandlerMethod.
AbstractHandlerMethodAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
 
AbstractHandlerMethodExceptionResolver - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerExceptionResolver implementations that support handling exceptions from handlers of type HandlerMethod.
AbstractHandlerMethodExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
 
AbstractHandlerMethodMapping<T> - Class in org.springframework.web.servlet.handler
Abstract base class for HandlerMapping implementations that define a mapping between a request and a HandlerMethod.
AbstractHandlerMethodMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
AbstractHandlerMethodMapping.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
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
 
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) ProfileValueSource.
AbstractJUnit38SpringContextTests.TestExecutionCallback - Interface in org.springframework.test.context.junit38
Deprecated.
Private inner class that defines a callback analogous to Runnable , just declaring Throwable.
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
 
AbstractListenerContainerParser - Class in org.springframework.jms.config
Abstract parser for JMS listener container elements, providing support for common properties that are identical for all listener container variants.
AbstractListenerContainerParser() - Constructor for class org.springframework.jms.config.AbstractListenerContainerParser
 
AbstractLobCreatingPreparedStatementCallback - Class in org.springframework.jdbc.core.support
Abstract PreparedStatementCallback implementation that manages a LobCreator.
AbstractLobCreatingPreparedStatementCallback(LobHandler) - Constructor for class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
Create a new AbstractLobCreatingPreparedStatementCallback for the given LobHandler.
AbstractLobHandler - Class in org.springframework.jdbc.support.lob
Abstract base class for LobHandler implementations.
AbstractLobHandler() - Constructor for class org.springframework.jdbc.support.lob.AbstractLobHandler
 
AbstractLobStreamingResultSetExtractor - 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.
AbstractLobTypeHandler.LobCreatorSynchronization - Class in org.springframework.orm.ibatis.support
Deprecated.
Callback for resource cleanup at the end of a Spring transaction.
AbstractLobTypeHandler.LobCreatorSynchronization(LobCreator) - Constructor for class org.springframework.orm.ibatis.support.AbstractLobTypeHandler.LobCreatorSynchronization
Deprecated.
 
AbstractLocaleResolver - Class in org.springframework.web.servlet.i18n
Abstract base class for LocaleResolver implementations.
AbstractLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.AbstractLocaleResolver
 
AbstractMapBasedHandlerMapping<K> - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerMapping implementations that rely on a map which caches handler objects per lookup key.
AbstractMapBasedHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
 
AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate - Interface in org.springframework.web.portlet.handler
Predicate interface for determining a match with a given request.
AbstractMappingContentNegotiationStrategy - Class in org.springframework.web.accept
A base class for ContentNegotiationStrategy types that maintain a map with keys such as "json" and media types such as "application/json".
AbstractMappingContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Create an instance with the given extension-to-MediaType lookup.
AbstractMarshaller - Class in org.springframework.oxm.support
Abstract implementation of the Marshaller and Unmarshaller interface.
AbstractMarshaller() - Constructor for class org.springframework.oxm.support.AbstractMarshaller
 
AbstractMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Abstract implementation of the MBeanInfoAssembler interface that encapsulates the creation of a ModelMBeanInfo instance but delegates the creation of metadata to subclasses.
AbstractMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
 
AbstractMediaTypeExpression - Class in org.springframework.web.servlet.mvc.condition
Supports media type expressions as described in: RequestMapping.consumes() and RequestMapping.produces().
AbstractMediaTypeExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
AbstractMediaTypeExpression(MediaType, boolean) - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
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
Extends AbstractMessageConverterMethodArgumentResolver with the ability to handle method return values by writing to the response with HttpMessageConverters.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
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 javax.resource.spi.endpoint.MessageEndpointFactory interface, providing transaction management capabilities as well as ClassLoader exposure for endpoint invocations.
AbstractMessageEndpointFactory() - Constructor for class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
 
AbstractMessageEndpointFactory.AbstractMessageEndpoint - Class in org.springframework.jca.endpoint
Inner class for actual endpoint implementations, based on template method to allow for any kind of concrete endpoint implementation.
AbstractMessageEndpointFactory.AbstractMessageEndpoint() - Constructor for class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
AbstractMessageEndpointFactory.TransactionDelegate - Class in org.springframework.jca.endpoint
Private inner class that performs the actual transaction handling, including enlistment of the endpoint's XAResource.
AbstractMessageEndpointFactory.TransactionDelegate(XAResource) - Constructor for class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.TransactionDelegate
 
AbstractMessageListenerContainer - Class in org.springframework.jms.listener
Abstract base class for message listener containers.
AbstractMessageListenerContainer() - Constructor for class org.springframework.jms.listener.AbstractMessageListenerContainer
 
AbstractMessageListenerContainer.MessageRejectedWhileStoppingException - Exception in org.springframework.jms.listener
Internal exception class that indicates a rejected message on shutdown.
AbstractMessageListenerContainer.MessageRejectedWhileStoppingException() - Constructor for exception org.springframework.jms.listener.AbstractMessageListenerContainer.MessageRejectedWhileStoppingException
 
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
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework (AbstractJUnit38SpringContextTests) or ModelAndViewAssert with JUnit 4 and TestNG.
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
 
AbstractNameValueExpression<T> - Class in org.springframework.web.servlet.mvc.condition
Supports "name=value" style expressions as described in: RequestMapping.params() and RequestMapping.headers().
AbstractNameValueExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
AbstractNumberFormatter - Class in org.springframework.format.number
Abstract formatter for Numbers, providing a AbstractNumberFormatter.getNumberFormat(java.util.Locale) template method.
AbstractNumberFormatter() - Constructor for class org.springframework.format.number.AbstractNumberFormatter
 
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.
AbstractPlatformTransactionManager.SuspendedResourcesHolder(Object) - Constructor for class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
 
AbstractPlatformTransactionManager.SuspendedResourcesHolder(Object, List<TransactionSynchronization>, String, boolean, Integer, boolean) - Constructor for class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
 
AbstractPointcutAdvisor - Class in org.springframework.aop.support
Abstract base class for PointcutAdvisor implementations.
AbstractPointcutAdvisor() - Constructor for class org.springframework.aop.support.AbstractPointcutAdvisor
 
AbstractPollingMessageListenerContainer - Class in org.springframework.jms.listener
Base class for listener container implementations which are based on polling.
AbstractPollingMessageListenerContainer() - Constructor for class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory - Class in org.springframework.jms.listener
ResourceFactory implementation that delegates to this listener container's protected callback methods.
AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory() - Constructor for class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
 
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
Abstract implementation of the PropertyAccessor interface.
AbstractPropertyAccessor() - Constructor for class org.springframework.beans.AbstractPropertyAccessor
 
AbstractPropertyBindingResult - Class in org.springframework.validation
Abstract base class for BindingResult implementations that work with Spring's PropertyAccessor mechanism.
AbstractPropertyBindingResult(String) - Constructor for class org.springframework.validation.AbstractPropertyBindingResult
Create a new AbstractPropertyBindingResult instance.
AbstractPropertyLoadingBeanDefinitionParser - Class in org.springframework.context.config
Abstract parser for <context:property-.../> elements.
AbstractPropertyLoadingBeanDefinitionParser() - Constructor for class org.springframework.context.config.AbstractPropertyLoadingBeanDefinitionParser
 
AbstractPropertyResolver - Class in org.springframework.core.env
Abstract base class for resolving properties against any underlying source.
AbstractPropertyResolver() - Constructor for class org.springframework.core.env.AbstractPropertyResolver
 
AbstractPrototypeBasedTargetSource - Class in org.springframework.aop.target
Base class for dynamic TargetSource implementations that create new prototype bean instances to support a pooling or new-instance-per-invocation strategy.
AbstractPrototypeBasedTargetSource() - Constructor for class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
 
AbstractRecursiveAnnotationVisitor - Class in org.springframework.core.type.classreading
 
AbstractRecursiveAnnotationVisitor(ClassLoader, AnnotationAttributes) - Constructor for class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
AbstractReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Builds on the AbstractMBeanInfoAssembler superclass to add a basic algorithm for building metadata based on the reflective metadata of the MBean class.
AbstractReflectiveMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
AbstractRefreshableApplicationContext - Class in org.springframework.context.support
Base class for ApplicationContext implementations which are supposed to support multiple calls to AbstractApplicationContext.refresh(), creating a new internal bean factory instance every time.
AbstractRefreshableApplicationContext() - Constructor for class org.springframework.context.support.AbstractRefreshableApplicationContext
Create a new AbstractRefreshableApplicationContext with no parent.
AbstractRefreshableApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractRefreshableApplicationContext
Create a new AbstractRefreshableApplicationContext with the given parent context.
AbstractRefreshableConfigApplicationContext - Class in org.springframework.context.support
AbstractRefreshableApplicationContext subclass that adds common handling of specified config locations.
AbstractRefreshableConfigApplicationContext() - Constructor for class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Create a new AbstractRefreshableConfigApplicationContext with no parent.
AbstractRefreshableConfigApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Create a new AbstractRefreshableConfigApplicationContext with the given parent context.
AbstractRefreshablePortletApplicationContext - Class in org.springframework.web.portlet.context
AbstractRefreshableApplicationContext subclass which implements the ConfigurablePortletApplicationContext interface for portlet environments.
AbstractRefreshablePortletApplicationContext() - Constructor for class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
AbstractRefreshableTargetSource - Class in org.springframework.aop.target.dynamic
Abstract TargetSource implementation that wraps a refreshable target object.
AbstractRefreshableTargetSource() - Constructor for class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
AbstractRefreshableWebApplicationContext - Class in org.springframework.web.context.support
AbstractRefreshableApplicationContext subclass which implements the ConfigurableWebApplicationContext interface for web environments.
AbstractRefreshableWebApplicationContext() - Constructor for class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
AbstractRegexpMethodPointcut - Class in org.springframework.aop.support
Abstract base regular expression pointcut bean.
AbstractRegexpMethodPointcut() - Constructor for class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
AbstractRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Base class for interceptors proxying remote Stateless Session Beans.
AbstractRemoteSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
AbstractRequestAttributes - Class in org.springframework.web.context.request
Abstract support class for RequestAttributes implementations, offering a request completion mechanism for request-specific destruction callbacks and for updating accessed session attributes.
AbstractRequestAttributes() - Constructor for class org.springframework.web.context.request.AbstractRequestAttributes
 
AbstractRequestAttributesScope - Class in org.springframework.web.context.request
Abstract Scope implementation that reads from a particular scope in the current thread-bound RequestAttributes object.
AbstractRequestAttributesScope() - Constructor for class org.springframework.web.context.request.AbstractRequestAttributesScope
 
AbstractRequestCondition<T extends AbstractRequestCondition<T>> - Class in org.springframework.web.servlet.mvc.condition
AbstractRequestCondition() - Constructor for class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
AbstractRequestLoggingFilter - Class in org.springframework.web.filter
Base class for Filters that perform logging operations before and after a request is processed.
AbstractRequestLoggingFilter() - Constructor for class org.springframework.web.filter.AbstractRequestLoggingFilter
 
AbstractRequestLoggingFilter.RequestCachingRequestWrapper - Class in org.springframework.web.filter
 
AbstractRequestLoggingFilter.RequestCachingRequestWrapper(HttpServletRequest) - Constructor for class org.springframework.web.filter.AbstractRequestLoggingFilter.RequestCachingRequestWrapper
 
AbstractRequestLoggingFilter.RequestCachingRequestWrapper.RequestCachingInputStream - Class in org.springframework.web.filter
 
AbstractRequestLoggingFilter.RequestCachingRequestWrapper.RequestCachingInputStream(ServletInputStream) - Constructor for class org.springframework.web.filter.AbstractRequestLoggingFilter.RequestCachingRequestWrapper.RequestCachingInputStream
 
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
Abstract DataSource implementation that routes AbstractRoutingDataSource.getConnection() calls to one of various target DataSources based on a lookup key.
AbstractRoutingDataSource() - Constructor for class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
AbstractRssFeedView - Class in org.springframework.web.servlet.view.feed
Abstract superclass for RSS Feed views, using java.net's ROME package.
AbstractRssFeedView() - Constructor for class org.springframework.web.servlet.view.feed.AbstractRssFeedView
 
AbstractSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
Abstract base class for DataFieldMaxValueIncrementer implementations that use a database sequence.
AbstractSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Default constructor for bean property style usage.
AbstractSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Convenience constructor.
AbstractServiceLoaderBasedFactoryBean - Class in org.springframework.beans.factory.serviceloader
Abstract base class for FactoryBeans operating on the JDK 1.6 ServiceLoader facility.
AbstractServiceLoaderBasedFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
 
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 org.hibernate.SessionFactory within a Spring application context, providing general infrastructure not related to Hibernate's specific configuration API.
AbstractSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
AbstractSimpleBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Convenient base class for when there exists a one-to-one mapping between attribute names on the element that is to be parsed and the property names on the Class being configured.
AbstractSimpleBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
 
AbstractSingleBeanDefinitionParser - Class in org.springframework.beans.factory.xml
Base class for those BeanDefinitionParser implementations that need to parse and define just a single BeanDefinition.
AbstractSingleBeanDefinitionParser() - Constructor for class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
 
AbstractSingleCheckedElementTag - Class in org.springframework.web.servlet.tags.form
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering a single HTML 'input' element with a 'type' of 'checkbox' or 'radio'.
AbstractSingleCheckedElementTag() - Constructor for class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
 
AbstractSingleSpringContextTests - Class in org.springframework.test
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework (AbstractJUnit4SpringContextTests)
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
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework (AbstractJUnit4SpringContextTests)
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
Abstract implementation of the Tiles2 org.apache.tiles.preparer.PreparerFactory interface, obtaining the current Spring WebApplicationContext and delegating to AbstractSpringPreparerFactory.getPreparer(String, org.springframework.web.context.WebApplicationContext).
AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
 
AbstractSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles3
Abstract implementation of the Tiles3 org.apache.tiles.preparer.PreparerFactory interface, obtaining the current Spring WebApplicationContext and delegating to AbstractSpringPreparerFactory.getPreparer(String, org.springframework.web.context.WebApplicationContext).
AbstractSpringPreparerFactory() - Constructor for class org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
 
AbstractSqlParameterSource - Class in org.springframework.jdbc.core.namedparam
Abstract base class for SqlParameterSource implementations.
AbstractSqlParameterSource() - Constructor for class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
 
AbstractSqlTypeValue - Class in org.springframework.jdbc.core.support
Abstract implementation of the SqlTypeValue interface, for convenient creation of type values that are supposed to be passed into the PreparedStatement.setObject method.
AbstractSqlTypeValue() - Constructor for class org.springframework.jdbc.core.support.AbstractSqlTypeValue
 
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.
 
AbstractStaxContentHandler - Class in org.springframework.util.xml
Abstract base class for SAX ContentHandler implementations that use StAX as a basis.
AbstractStaxContentHandler() - Constructor for class org.springframework.util.xml.AbstractStaxContentHandler
 
AbstractStaxXMLReader - Class in org.springframework.util.xml
Abstract base class for SAX XMLReader implementations that use StAX as a basis.
AbstractStaxXMLReader() - Constructor for class org.springframework.util.xml.AbstractStaxXMLReader
 
AbstractStaxXMLReader.StaxLocator - Class in org.springframework.util.xml
Implementation of the Locator interface that is based on a StAX Location.
AbstractStaxXMLReader.StaxLocator(Location) - Constructor for class org.springframework.util.xml.AbstractStaxXMLReader.StaxLocator
 
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
Abstract implementation of the TestExecutionListener interface which provides empty method stubs.
AbstractTestExecutionListener() - Constructor for class org.springframework.test.context.support.AbstractTestExecutionListener
 
AbstractTestNGSpringContextTests - Class in org.springframework.test.context.testng
Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a TestNG environment.
AbstractTestNGSpringContextTests() - Constructor for class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Construct a new AbstractTestNGSpringContextTests instance and initialize the internal TestContextManager for the current test.
AbstractThemeResolver - Class in org.springframework.web.servlet.theme
Abstract base class for ThemeResolver implementations.
AbstractThemeResolver() - Constructor for class org.springframework.web.servlet.theme.AbstractThemeResolver
 
AbstractTraceInterceptor - Class in org.springframework.aop.interceptor
Base MethodInterceptor implementation for tracing.
AbstractTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.AbstractTraceInterceptor
 
AbstractTransactionalDataSourceSpringContextTests - Class in org.springframework.test
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework (AbstractTransactionalJUnit4SpringContextTests)
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
Deprecated.
as of Spring 3.1, in favor of using AbstractTransactionalJUnit4SpringContextTests
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
Abstract transactional extension of AbstractJUnit4SpringContextTests which adds convenience functionality for JDBC access.
AbstractTransactionalJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
 
AbstractTransactionalSpringContextTests - Class in org.springframework.test
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework (AbstractTransactionalJUnit4SpringContextTests)
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
Abstract transactional extension of AbstractTestNGSpringContextTests which adds convenience functionality for JDBC access.
AbstractTransactionalTestNGSpringContextTests() - Constructor for class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
 
AbstractTransactionManagementConfiguration - Class in org.springframework.transaction.annotation
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven transaction management capability.
AbstractTransactionManagementConfiguration() - Constructor for class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
AbstractTransactionStatus - Class in org.springframework.transaction.support
Abstract base implementation of the TransactionStatus interface.
AbstractTransactionStatus() - Constructor for class org.springframework.transaction.support.AbstractTransactionStatus
 
AbstractTransactionSupportingCacheManager - Class in org.springframework.cache.transaction
Base class for CacheManager implementations that want to support built-in awareness of Spring-managed transactions.
AbstractTransactionSupportingCacheManager() - Constructor for class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
 
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
Abstract base class for URL-mapped HandlerMapping implementations.
AbstractUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
AbstractUrlHandlerMapping.PathExposingHandlerInterceptor - Class in org.springframework.web.servlet.handler
Special interceptor for exposing the HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE attribute.
AbstractUrlHandlerMapping.PathExposingHandlerInterceptor(String, String) - Constructor for class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.PathExposingHandlerInterceptor
 
AbstractUrlHandlerMapping.UriTemplateVariablesHandlerInterceptor - Class in org.springframework.web.servlet.handler
Special interceptor for exposing the HandlerMapping.URI_TEMPLATE_VARIABLES_ATTRIBUTE attribute.
AbstractUrlHandlerMapping.UriTemplateVariablesHandlerInterceptor(Map<String, String>) - Constructor for class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.UriTemplateVariablesHandlerInterceptor
 
AbstractUrlMethodNameResolver - Class in org.springframework.web.servlet.mvc.multiaction
Abstract base class for URL-based MethodNameResolver implementations.
AbstractUrlMethodNameResolver() - Constructor for class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
 
AbstractUrlViewController - Class in org.springframework.web.servlet.mvc
Abstract base class for Controllers that return a view name based on the request URL.
AbstractUrlViewController() - Constructor for class org.springframework.web.servlet.mvc.AbstractUrlViewController
 
AbstractView - Class in org.springframework.web.servlet.view
Abstract base class for View implementations.
AbstractView() - Constructor for class org.springframework.web.servlet.view.AbstractView
 
AbstractWebArgumentResolverAdapter - Class in org.springframework.web.method.annotation
An abstract base class adapting a WebArgumentResolver to the HandlerMethodArgumentResolver contract.
AbstractWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Create a new instance.
AbstractWireFeedHttpMessageConverter<T extends WireFeed> - Class in org.springframework.http.converter.feed
Abstract base class for Atom and RSS Feed message converters, using the ROME tools project.
AbstractWireFeedHttpMessageConverter(MediaType) - Constructor for class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
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
Convenient base class for ApplicationContext implementations, drawing configuration from XML documents containing bean definitions understood by an XmlBeanDefinitionReader.
AbstractXmlApplicationContext() - Constructor for class org.springframework.context.support.AbstractXmlApplicationContext
Create a new AbstractXmlApplicationContext with no parent.
AbstractXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.AbstractXmlApplicationContext
Create a new AbstractXmlApplicationContext with the given parent context.
AbstractXmlHttpMessageConverter<T> - Class in org.springframework.http.converter.xml
Abstract base class for HttpMessageConverters that convert from/to XML.
AbstractXmlHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Protected constructor that sets the supportedMediaTypes to text/xml and application/xml, and application/*-xml.
AbstractXMLReader - Class in org.springframework.util.xml
Abstract base class for SAX XMLReader implementations.
AbstractXMLReader() - Constructor for class org.springframework.util.xml.AbstractXMLReader
 
AbstractXMLStreamReader - Class in org.springframework.util.xml
Abstract base class for XMLStreamReaders.
AbstractXMLStreamReader() - Constructor for class org.springframework.util.xml.AbstractXMLStreamReader
 
AbstractXsltView - Class in org.springframework.web.servlet.view.xslt
Deprecated.
since Spring 2.5; superseded by XsltView and its more flexible XsltView.locateSource(java.util.Map<java.lang.String, java.lang.Object>) mechanism
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.
acc - Variable in class org.springframework.beans.BeanWrapperImpl
The security context used for invoking the property methods
acc - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
acc - Variable in class org.springframework.beans.factory.support.SimpleSecurityContextProvider
 
accept(Method) - Method in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
Implementation of CallbackFilter.accept() to return the index of the callback we need.
accept(Method) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator.CallbackFilterImpl
 
accept(Method) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.ConfigurationClassCallbackFilter
 
ACCEPT - Static variable in class org.springframework.http.HttpHeaders
 
accept(MediaType...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Accept' header to the given media type(s).
ACCEPT_CHARSET - Static variable in class org.springframework.http.HttpHeaders
 
ACCEPT_CHARSET_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
ACCEPT_HEADER - Static variable in class org.springframework.web.accept.HeaderContentNegotiationStrategy
 
acceptCharset - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
acceptClassLoader(ClassLoader) - Static method in class org.springframework.beans.CachedIntrospectionResults
Accept the given ClassLoader as cache-safe, even if its classes would not qualify as cache-safe in this CachedIntrospectionResults class.
acceptedClassLoaders - Static variable in class org.springframework.beans.CachedIntrospectionResults
Set of ClassLoaders that this CachedIntrospectionResults class will always accept classes from, even if the classes do not qualify as cache-safe.
acceptGzipEncoding - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
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
 
acceptMessagesWhileStopping - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
acceptOnExecution - Variable in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
acceptProxyClasses - Variable in class org.springframework.core.ConfigurableObjectInputStream
 
acceptProxyClasses - Variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
acceptsProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
 
acceptsProfiles(String...) - Method in interface org.springframework.core.env.Environment
Return whether one or more of the given profiles is active or, in the case of no explicit active profiles, whether one or more of the given profiles is included in the set of default profiles.
access - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
access() - Method in class org.springframework.mock.web.MockHttpSession
 
access() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
accessArrayElement(Object, int) - Method in class org.springframework.expression.spel.ast.Indexer
 
accessCallParameterMetaData - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
should we access call parameter meta data info or not
AccessException - Exception in org.springframework.expression
An AccessException is thrown by an accessor if it has an unexpected problem.
AccessException(String, Exception) - Constructor for exception org.springframework.expression.AccessException
Create an AccessException with a specific message and cause.
AccessException(String) - Constructor for exception org.springframework.expression.AccessException
Create an AccessException with a specific message.
accesskey - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
ACCESSKEY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'accesskey' attribute.
accessTableColumnMetaData - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
should we access insert parameter meta data info or not
ACKNOWLEDGE_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_AUTO - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_CLIENT - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_DUPS_OK - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
ACKNOWLEDGE_TRANSACTED - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
acknowledgeMode - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
action - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
ACTION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
ACTION_EXCEPTION_RENDER_PARAMETER - Static variable in class org.springframework.web.portlet.DispatcherPortlet
This render parameter is used to indicate forward to the render phase that an exception occurred during the action phase.
ACTION_EXCEPTION_SESSION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Unlike the Servlet version of this class, we have to deal with the two-phase nature of the portlet request.
ActionMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
Annotation for mapping Portlet action requests onto handler methods.
actionName - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ActionMappingPredicate
 
actionServlet - Variable in class org.springframework.web.struts.ActionServletAwareProcessor
Deprecated.
 
actionServlet - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
The Struts ActionServlet that this PlugIn is registered with
ActionServletAwareProcessor - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
ActionServletAwareProcessor(ActionServlet) - Constructor for class org.springframework.web.struts.ActionServletAwareProcessor
Deprecated.
Create a new ActionServletAwareProcessor for the given servlet.
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.aop.framework.ProxyCreatorSupport
Activate this proxy configuration.
activate() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Register the context builder by registering it with the JNDI NamingManager.
activated(AdvisedSupport) - Method in interface org.springframework.aop.framework.AdvisedSupportListener
Invoked when the first proxy is created.
activated - Static variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
An instance of this class bound to JNDI
activateObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
ACTIVATION_SPEC_FACTORY_ATTRIBUTE - Static variable in class org.springframework.jms.config.JcaListenerContainerParser
 
ACTIVATION_SPEC_IMPL_SUFFIX - Static variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
ACTIVATION_SPEC_SUFFIX - Static variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
activationSpec - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
activationSpecClass - Variable in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
activationSpecConfig - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
activationSpecFactory - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
active - Variable in class org.springframework.aop.framework.ProxyCreatorSupport
Set to true when the first AOP proxy has been created
active - Variable in class org.springframework.context.support.AbstractApplicationContext
Flag that indicates whether this context is currently active
active - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
active - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
active - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
active - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
ACTIVE_PROFILES_PROPERTY_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
Name of property to set to specify active profiles: "spring.profiles.active".
activeInvokerCount - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
activeMonitor - Variable in class org.springframework.context.support.AbstractApplicationContext
Synchronization monitor for the "active" flag
activeProfiles - Variable in class org.springframework.core.env.AbstractEnvironment
 
ActiveProfiles - Annotation Type in org.springframework.test.context
ActiveProfiles is a class-level annotation that is used to declare which active bean definition profiles should be used when loading an ApplicationContext for test classes.
activeProfiles - Variable in class org.springframework.test.context.MergedContextConfiguration
 
actual - Variable in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Number of rows that actually were affected
actualCount - Variable in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
 
actualException - Variable in class org.springframework.test.AssertThrows
Deprecated.
 
actualFunctionReturnName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Actual name to use for the return value in the output map
actualJobClass - Variable in class org.springframework.scheduling.quartz.JobDetailBean
 
actualName - Variable in class org.springframework.beans.BeanWrapperImpl.PropertyTokenHolder
 
actualObjectNames - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
actualParams - Variable in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
 
actualRequests - Variable in class org.springframework.test.web.client.MockRestServiceServer
 
actualResources - Variable in class org.springframework.beans.factory.parsing.ImportDefinition
 
actualSessionAttributeNames - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
actualSize - Variable in exception org.springframework.dao.IncorrectResultSizeDataAccessException
 
actualSql - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
actualTransaction - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
actualTransactionActive - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
actualType - Variable in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
The offending type
actualType - Variable in exception org.springframework.jndi.TypeMismatchNamingException
 
actualValue - Variable in class org.springframework.web.servlet.support.BindStatus
 
AdaptableJobFactory - Class in org.springframework.scheduling.quartz
JobFactory implementation that supports Runnable objects as well as standard Quartz org.quartz.Job instances.
AdaptableJobFactory() - Constructor for class org.springframework.scheduling.quartz.AdaptableJobFactory
 
adaptedExecutor - Variable in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
adaptedInterceptors - Variable in class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
adaptedInterceptors - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
adaptee - Variable in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
 
adapter - Variable in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
adapters - Variable in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
adapters - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
adaptInnerBeanName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Checks the given bean name whether it is unique.
adaptInterceptor(Object) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Adapt the given interceptor object to the HandlerInterceptor interface.
adaptInterceptor(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Adapt the given interceptor object to the HandlerInterceptor interface.
adaptJob(Object) - Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
Adapt the given job object to the Quartz Job interface.
adaptJspWriter(Writer, HttpServletResponse) - Static method in class org.springframework.mock.web.MockBodyContent
 
adaptMBeanIfPossible(Object) - Method in class org.springframework.jmx.export.MBeanExporter
Build an adapted MBean for the given bean instance, if possible.
add(String, Object) - Method in class org.springframework.beans.MutablePropertyValues
Add a PropertyValue object, replacing any existing one for the corresponding property or getting merged with it (if applicable).
add(String, Lifecycle) - Method in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
add(GenericConverter) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
add(GenericConverter) - Method in class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
 
add(String, String) - Method in class org.springframework.http.HttpHeaders
Add the given, single header value under the given name.
add(int, E) - Method in class org.springframework.util.AutoPopulatingList
 
add(E) - Method in class org.springframework.util.AutoPopulatingList
 
add(K, V) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
add(Iterator<E>) - Method in class org.springframework.util.CompositeIterator
Add given iterator to this composite.
add(V) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entries
Add a new entry with the specified value.
add(K, V) - Method in class org.springframework.util.LinkedMultiValueMap
 
add(K, V) - Method in interface org.springframework.util.MultiValueMap
Add the given single value to the current list of values for the given key.
ADD_TRANSFORMER_METHOD_NAME - Static variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
ADD_TRANSLATOR_NAME - Static variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
addActiveProfile(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
addActiveProfile(String) - Method in interface org.springframework.core.env.ConfigurableEnvironment
Add a profile to the current set of active profiles.
addAdvice(Advice) - Method in interface org.springframework.aop.framework.Advised
Add the given AOP Alliance advice to the tail of the advice (interceptor) chain.
addAdvice(int, Advice) - Method in interface org.springframework.aop.framework.Advised
Add the given AOP Alliance Advice at the specified position in the advice chain.
addAdvice(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvice(int, Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Cannot add introductions this way unless the advice implements IntroductionInfo.
addAdvisor(Advisor) - Method in interface org.springframework.aop.framework.Advised
Add an advisor at the end of the advisor chain.
addAdvisor(int, Advisor) - Method in interface org.springframework.aop.framework.Advised
Add an Advisor at the specified position in the chain.
addAdvisor(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisor(int, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisorInternal(int, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
 
addAdvisorOnChainCreation(Object, String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Invoked when advice chain is created.
addAdvisors(Advisor...) - Method in class org.springframework.aop.framework.AdvisedSupport
Add all of the given advisors to this proxy configuration.
addAdvisors(Collection<Advisor>) - Method in class org.springframework.aop.framework.AdvisedSupport
Add all of the given advisors to this proxy configuration.
addAdvisorsFromAspectInstanceFactory(MetadataAwareAspectInstanceFactory) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add all Advisors from the supplied MetadataAwareAspectInstanceFactory to the current chain.
addAfter(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with precedence immediately lower than 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
Deprecated.
addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Collection<?>) - Method in interface org.springframework.ui.Model
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in interface org.springframework.ui.Model
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Collection<?>) - Method in class org.springframework.ui.ModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.ui.ModelMap
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Copy all attributes to the underlying model.
addAllAttributes(Collection<?>) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAllAttributes(Collection<?>) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Map into this Map.
addAllErrors(Errors) - Method in class org.springframework.validation.AbstractBindingResult
 
addAllErrors(Errors) - Method in exception org.springframework.validation.BindException
 
addAllErrors(Errors) - Method in interface org.springframework.validation.Errors
Add all errors from the given Errors instance to this Errors instance.
addAllErrors(Errors) - Method in class org.springframework.web.bind.EscapedErrors
 
addAllObjects(Collection) - Method in class org.springframework.ui.ModelMap
Deprecated.
as of Spring 2.5, in favor of ModelMap.addAllAttributes(Collection)
addAllObjects(Map) - Method in class org.springframework.ui.ModelMap
Deprecated.
as of Spring 2.5, in favor of ModelMap.addAllAttributes(Map)
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.
addAnnotationsToMap(Map<Class<? extends Annotation>, Annotation>, AnnotatedElement) - Method in class org.springframework.core.convert.Property
 
addApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.ConfigurableApplicationContext
Add a new ApplicationListener that will be notified on context events such as context refresh and context shutdown.
addApplicationListener(ApplicationListener) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListener(ApplicationListener) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Add a listener to be notified of all events.
addApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
addApplicationListenerBean(String) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
addApplicationListenerBean(String) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
Add a listener bean to be notified of all events.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Add custom HandlerMethodArgumentResolvers to use in addition to the ones registered by default.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add resolvers to support custom controller method argument types.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add resolvers to support custom controller method argument types.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addArgumentValues(ConstructorArgumentValues) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Copy all given argument values into this object, using separate holder instances to keep the values independent from the original object.
addAspect(Object) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add the supplied aspect instance to the chain.
addAspect(Class) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Add an aspect of the supplied type to the end of the advice chain.
addAtIndex(int, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source at a particular index in the list.
addAttachment(String, DataSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a javax.activation.DataSource.
addAttachment(String, File) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a java.io.File.
addAttachment(String, InputStreamSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addAttachment(String, InputStreamSource, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addAttachment(String, DataHandler) - Method in interface org.springframework.oxm.mime.MimeContainer
Add the given data handler as an attachment to this container.
addAttribute(String, Serializable) - Method in class org.springframework.remoting.support.RemoteInvocation
Add an additional invocation attribute.
addAttribute(String, Object) - Method in class org.springframework.ui.ExtendedModelMap
 
addAttribute(Object) - Method in class org.springframework.ui.ExtendedModelMap
 
addAttribute(String, Object) - Method in interface org.springframework.ui.Model
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in interface org.springframework.ui.Model
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - Method in class org.springframework.ui.ModelMap
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in class org.springframework.ui.ModelMap
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(String, Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAttribute(Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAttribute(String, Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Add the supplied attribute under the supplied name.
addAttribute(Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Add the supplied attribute to this Map using a generated name.
addAttributeToMap(Map<String, Object>, String, Object) - Static method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
addBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBcc(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addBean(String, Object) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
Add a new singleton bean.
addBean(String, Object) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in interface org.springframework.context.ConfigurableApplicationContext
Add a new BeanFactoryPostProcessor that will get applied to the internal bean factory of this application context on refresh, before any of the bean definitions get evaluated.
addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - Method in class org.springframework.context.support.AbstractApplicationContext
 
addBeanMethod(BeanMethod) - Method in class org.springframework.context.annotation.ConfigurationClass
 
addBeanPostProcessor(BeanPostProcessor) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Add a new BeanPostProcessor that will get applied to beans created by this factory.
addBeanPostProcessor(BeanPostProcessor) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
addBeans(List<?>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
addBefore(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with precedence immediately higher than the named relative property source.
addBindValues(MutablePropertyValues, ServletRequest) - Method in class org.springframework.web.bind.ServletRequestDataBinder
Extension point that subclasses can use to add extra bind values for a request.
addBindValues(MutablePropertyValues, ServletRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Merge URI variables into the property values to use for data binding.
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, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addClassNameIfPresent(StringBuilder, String) - Static method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
addCode(Collection<String>, String, String, String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
 
addCodes(Collection<String>, String, String, Iterable<String>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
 
addCollectionConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
 
addComparator(Comparator<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
Deprecated.
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
Add a CronTask.
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
Add the supplied DataSource to the map of DataSources maintained by this object.
addDateConverters(ConverterRegistry) - Static method in class org.springframework.format.datetime.DateFormatterRegistrar
Add date converters to the specified registry.
addDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addDeclaredParameter(SqlParameter) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Add a declared parameter to the list of parameters for the call.
addDeclaredRowMapper(String, RowMapper) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Add a RowMapper for the specified parameter or column.
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
A method available to subclasses for adding default HandlerExceptionResolvers.
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.
addDeserializers(SimpleModule) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
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
 
addEntry(Reference, WeakReferenceMonitor.ReleaseListener) - Static method in class org.springframework.util.WeakReferenceMonitor
Add entry to internal map of tracked entries.
addError(ObjectError) - Method in class org.springframework.validation.AbstractBindingResult
 
addError(ObjectError) - Method in exception org.springframework.validation.BindException
 
addError(ObjectError) - Method in interface org.springframework.validation.BindingResult
Add a custom ObjectError or FieldError to the errors list.
addExceptionMapping(Class<? extends Throwable>, Method) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 
addExcludeFilter(TypeFilter) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Add an exclude type filter to the front of the exclusion list.
addFallbackConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
 
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
Add a fixed-delay IntervalTask.
addFixedRateTask(Runnable, long) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered at the given fixed-rate period.
addFixedRateTask(IntervalTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-rate IntervalTask.
addFlashAttribute(String, Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
Add the given flash attribute.
addFlashAttribute(Object) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
Add the given flash storage using a generated name.
addFlashAttribute(String, Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
addFlashAttribute(Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
addFormatter(Formatter<?>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Formatter to format fields of a specific type.
addFormatter(Formatter<?>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Formatter to format fields annotated with a specific format annotation.
addFormatterForFieldAnnotation(AnnotationFormatterFactory) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatterForFields(FormatterRegistry, Printer<?>, Parser<?>, Class<?>...) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
 
addFormatterForFieldType(Class<?>, Formatter<?>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Formatter to format fields of the given type.
addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - Method in interface org.springframework.format.FormatterRegistry
Adds a Printer/Parser pair to format fields of a specific type.
addFormatterForFieldType(Class<?>, Formatter<?>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - Method in class org.springframework.format.support.FormattingConversionService
 
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add custom Converters and Formatters.
addFormatters(FormatterRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add Converters and Formatters in addition to the ones registered by default.
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add Converters and Formatters in addition to the ones registered by default.
addFormatters(FormatterRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addGenericArgumentValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type.
addGenericArgumentValue(Object, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type.
addGenericArgumentValue(ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value to be matched by type or name (if available).
addGlobalAdvisor(ListableBeanFactory, String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Add all global interceptors and pointcuts.
addHandler(HandlerMethodReturnValueHandler) - Method in class org.springframework.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
 
addHeaderValue(String, Object) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addImportedResource(String, Class<? extends BeanDefinitionReader>) - Method in class org.springframework.context.annotation.ConfigurationClass
 
addIncludedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
addIncludeFilter(TypeFilter) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Add an include type filter to the end of the inclusion list.
addIncludePatterns(Element, ParserContext, BeanDefinition) - Method in class org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser
 
addIndexedArgumentValue(int, Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addIndexedArgumentValue(int, Object, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addIndexedArgumentValue(int, ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list.
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockFilterConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletContext
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addInitParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
addInline(String, DataSource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a javax.activation.DataSource.
addInline(String, File) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a java.io.File.
addInline(String, Resource) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a org.springframework.core.io.Resource.
addInline(String, InputStreamSource, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from an org.springframework.core.InputStreamResource, and specifying the content type explicitly.
addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.portlet.HandlerExecutionChain
 
addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
Adds the provided HandlerInterceptor.
addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.servlet.HandlerExecutionChain
 
addInterceptorNameToList(String, BeanDefinition) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
addInterceptors(HandlerInterceptor...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Add interceptors mapped to all incoming requests.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
addInterceptors(HandlerInterceptor[]) - Method in class org.springframework.web.portlet.HandlerExecutionChain
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add Spring MVC interceptors for pre- and post-processing of controller invocation.
addInterceptors(InterceptorRegistry) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addInterceptors(HandlerInterceptor[]) - Method in class org.springframework.web.servlet.HandlerExecutionChain
 
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
 
additionalFilters - Variable in class org.springframework.web.filter.CompositeFilter.VirtualFilterChain
 
addJarFileUrl(URL) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addJobToScheduler(JobDetail) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Add the given job to the Scheduler, if it doesn't already exist.
addLast(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Add the given property source object with lowest precedence.
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
addListener(AsyncListener) - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
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
 
addMatchedPattern(String) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
Deprecated.
 
addMatchingMappings(Collection<T>, List<AbstractHandlerMethodMapping<T>.Match>, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
addMediaType(String, MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Add a mapping from a file extension to a media type.
addMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Add mappings from file extensions to media types.
addMessage(String, Locale, String) - Method in class org.springframework.context.support.StaticApplicationContext
Associate the given message with the given code.
addMessage(String, Locale, String) - Method in class org.springframework.context.support.StaticMessageSource
Associate the given message with the given code.
addMessages(Map<String, String>, Locale) - Method in class org.springframework.context.support.StaticMessageSource
Associate the given message values with the given keys as codes.
addMetadataAttribute(BeanMetadataAttribute) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
Add the given BeanMetadataAttribute to this accessor's set of attributes.
addMethodName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
Add another eligible method name, in addition to those already named.
addMethodName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
Add another eligible method name, in addition to those already named.
addMethodResolver(MethodResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
addMissingRequiredProperty(String) - Method in exception org.springframework.core.env.MissingRequiredPropertiesException
 
addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
addMtomAttachment(DataHandler, String, String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
addNamedParameter(List<NamedParameterUtils.ParameterHolder>, int, int, int, int, String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 
addNamedParameter(String, int, int) - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Add a named parameter parsed from this SQL statement.
addNestedComponent(ComponentDefinition) - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
Add the given component as nested element of this composite component.
addNewNamedParameter(Set<String>, int, String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 
addNonOptionArg(String) - Method in class org.springframework.core.env.CommandLineArgs
Add the given value to the list of non-option arguments.
addNoRollbackRuleAttributesTo(List<RollbackRuleAttribute>, String) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
addObject(String, Object) - Method in class org.springframework.mock.jndi.ExpectedLookupTemplate
Add the given object to the list of JNDI objects that this template will expose.
addObject(String, Object) - Method in class org.springframework.ui.ModelMap
Deprecated.
as of Spring 2.5, in favor of ModelMap.addAttribute(String, Object)
addObject(Object) - Method in class org.springframework.ui.ModelMap
Deprecated.
as of Spring 2.5, in favor of ModelMap.addAttribute(Object)
addObject(String, Object) - Method in class org.springframework.web.portlet.ModelAndView
Add an attribute to the model.
addObject(Object) - Method in class org.springframework.web.portlet.ModelAndView
Add an attribute to the model using parameter name generation.
addObject(String, Object) - Method in class org.springframework.web.servlet.ModelAndView
Add an attribute to the model.
addObject(Object) - Method in class org.springframework.web.servlet.ModelAndView
Add an attribute to the model using parameter name generation.
addObjectToArray(A[], O) - Static method in class org.springframework.util.ObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
addOptionArg(String, String) - Method in class org.springframework.core.env.CommandLineArgs
Add an option argument for the given option name and add the given value to the list of values associated with this option (of which there may be zero or more).
addOrMergeGenericArgumentValue(ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add a generic argument value, merging the new value (typically a collection) with the current value if demanded: see Mergeable.
addOrMergeIndexedArgumentValue(Integer, ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Add an argument value for the given index in the constructor argument list, merging the new value (typically a collection) with the current value if demanded: see Mergeable.
addOverride(MethodOverride) - Method in class org.springframework.beans.factory.support.MethodOverrides
Add the given method override.
addOverrides(MethodOverrides) - Method in class org.springframework.beans.factory.support.MethodOverrides
Copy all given method overrides into this object.
addPackages(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Add the given annotated packages in a batch.
addParam(Param) - Method in interface org.springframework.web.servlet.tags.ParamAware
Callback hook for nested spring:param tags to pass their value to the parent tag.
addParam(Param) - Method in class org.springframework.web.servlet.tags.UrlTag
 
addParameter(SqlParameter) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Add a new declared parameter.
addParameter(SqlParameter) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Add a new declared parameter.
addParameter(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a single value for the specified HTTP parameter.
addParameter(String, String[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add an array of values for the specified HTTP parameter.
addParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addParameters(Map) - Method in class org.springframework.mock.web.MockHttpServletRequest
Adds all provided parameters without replacing any existing values.
addPart(Part) - Method in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
addPart(Part) - Method in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
addPartConverter(HttpMessageConverter<?>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Add a message body converter.
addPath(String) - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
addPathPatterns(String...) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
Add URL patterns to which the registered interceptor should apply to.
addPathSegments(String...) - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
addPopulators(DatabasePopulator...) - Method in class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Add a populator to the list of delegates.
addPreDefinePlugin - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
addPreferredLocale(Locale) - Method in class org.springframework.mock.web.MockHttpServletRequest
Add a new preferred locale, before any existing locales.
addPreferredLocale(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addPreferredResponseContentType(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addPreProcessorMethod - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
addPrivateRenderParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
addPrivateRenderParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
addProcessingEventQName(QName) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
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 addPropertyValue that takes a property name and a property value.
addPropertyValues(PropertyValues) - Method in class org.springframework.beans.MutablePropertyValues
Copy all given PropertyValues into this object.
addPropertyValues(Map<?, ?>) - Method in class org.springframework.beans.MutablePropertyValues
Add all property values from the given Map.
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.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addResourceLocations(String...) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Add one or more resource locations from which to serve static content.
addResourcePathToPackagePath(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value).
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.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Add custom HandlerMethodReturnValueHandlers in addition to the ones registered by default.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add handlers to support custom controller method return value types.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Add handlers to support custom controller method return value types.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addRollbackRuleAttributesTo(List<RollbackRuleAttribute>, String) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
addScalarConverters(ConverterRegistry) - Static method in class org.springframework.core.convert.support.DefaultConversionService
 
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.
addSerializers(SimpleModule) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
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
An alternative to SimpleMappingExceptionResolver.setStatusCodes(Properties) for use with Java-based configuration.
addStringToArray(String[], String) - Static method in class org.springframework.util.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
addStrippedPropertyPaths(List<String>, String, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Add property paths with all variations of stripped keys and/or indexes.
addSupportedLocale(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
addSwaRefAttachment(DataHandler) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
addTargetRequestParam(String, String) - Method in class org.springframework.web.servlet.FlashMap
Provide a request parameter identifying the request for this FlashMap.
addTargetRequestParams(MultiValueMap<String, String>) - Method in class org.springframework.web.servlet.FlashMap
Provide request parameters identifying the request for this FlashMap.
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, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
addToClassHierarchy(int, Class<?>, boolean, List<Class<?>>, Set<Class<?>>) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
 
addToEnvironment(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
addToMap(Map<Object, Object>) - Method in class org.springframework.core.convert.support.MapToMapConverter.MapEntry
 
addToMultiValueMap(MultiValueMap<String, T>, String, T[]) - Static method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
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 - Variable in class org.springframework.instrument.classloading.glassfish.GlassFishClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.glassfish.GlassFishClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in interface org.springframework.instrument.classloading.jboss.JBossClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
addTransformer - Variable in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
addTransformer(ClassFileTransformer) - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
Add a ClassFileTransformer to be applied by this LoadTimeWeaver.
addTransformer - Variable in class org.springframework.instrument.classloading.oc4j.OC4JClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.oc4j.OC4JClassLoaderAdapter
 
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 ClassFileTransformer to be applied by this ClassLoader.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Delegate for LoadTimeWeaver's addTransformer method.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.WeavingTransformer
Add a class file transformer to be applied by this weaver.
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
addTransformer(ClassFileTransformer) - Method in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
addTransformer(ClassTransformer) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
This implementation throws an UnsupportedOperationException.
addTransformer(ClassTransformer) - Method in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
This implementation delegates to the LoadTimeWeaver, if specified.
addTransformer(ClassFileTransformer) - Method in class org.springframework.test.jpa.AbstractJpaTests.ShadowingLoadTimeWeaver
Deprecated.
 
addTransformerMethod - Variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addTranslator - Variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
addTriggerTask(Runnable, Trigger) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered per the given Trigger.
addTriggerTask(TriggerTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a TriggerTask.
addTriggerToScheduler(Trigger) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Add the given trigger to the Scheduler, if it doesn't already exist.
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.
addUrlPattern(String) - Method in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
addUrlsForPath(Set<String>, String) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
Add URLs and/or URL patterns for the given path.
addUserRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
addUserRole(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
addValidators(Validator...) - Method in class org.springframework.validation.DataBinder
Add Validators to apply after each binding step.
addValue(String, Object) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(String, Object, int) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(String, Object, int, String) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(Object) - Method in class org.springframework.mock.web.HeaderValueHolder
 
addValueArray(Object) - Method in class org.springframework.mock.web.HeaderValueHolder
 
addValues(Map<String, ?>) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a Map of parameters to this parameter source.
addValues(Collection<?>) - Method in class org.springframework.mock.web.HeaderValueHolder
 
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.
addViewControllers(ViewControllerRegistry) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addWebMvcConfigurers(List<WebMvcConfigurer>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
addWebRequestInterceptor(WebRequestInterceptor) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistry
Adds the provided WebRequestInterceptor.
ADMIN_SERVICE_FACTORY_CLASS - Static variable in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
advice - Variable in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
advice - Variable in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
advice - Variable in class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
 
advice - Variable in class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
 
advice - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
advice - Variable in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
advice - Variable in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
advice - Variable in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
advice - Variable in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
 
advice - Variable in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
ADVICE_BEAN_NAME - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ADVICE_REF - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
adviceBeanName - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
adviceChain - Variable in class org.springframework.aop.framework.CglibAopProxy.FixedChainStaticTargetInterceptor
 
adviceChanged() - Method in class org.springframework.aop.framework.AdvisedSupport
Invoked when advice has changed.
adviceChanged(AdvisedSupport) - Method in interface org.springframework.aop.framework.AdvisedSupportListener
Invoked when advice is changed after a proxy is created.
adviceChanged() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Propagate advice change event to all AdvisedSupportListeners.
adviceChanged() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Blow away and recache singleton on an advice change.
AdviceEntry - Class in org.springframework.aop.config
ParseState entry representing an advice element.
AdviceEntry(String) - Constructor for class org.springframework.aop.config.AdviceEntry
Creates a new instance of the AdviceEntry class.
adviceIncluded(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
Is the given advice included in any advisor within this proxy configuration?
adviceInvocationArgumentCount - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
The total number of arguments we have to populate on advice dispatch
adviceMethod - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
AdviceMode - Enum in org.springframework.context.annotation
Enumeration used to determine whether JDK proxy-based or AspectJ weaving-based advice should be applied.
AdviceMode() - Constructor for enum org.springframework.context.annotation.AdviceMode
 
AdviceModeImportSelector<A extends java.lang.annotation.Annotation> - Class in org.springframework.context.annotation
Convenient base class for ImportSelector implementations that select imports based on an AdviceMode value from an annotation (such as the @Enable* annotations).
AdviceModeImportSelector() - Constructor for class org.springframework.context.annotation.AdviceModeImportSelector
 
adviceMonitor - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
Advised - Interface in org.springframework.aop.framework
Interface to be implemented by classes that hold the configuration of a factory of AOP proxies.
advised - Variable in class org.springframework.aop.framework.CglibAopProxy
The configuration used to configure this proxy
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.AdvisedDispatcher
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.EqualsInterceptor
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.HashCodeInterceptor
 
advised - Variable in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
advised - Variable in class org.springframework.aop.framework.JdkDynamicAopProxy
Config used to configure this proxy
advisedBeans - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
advisedDispatcher - Variable in class org.springframework.aop.framework.CglibAopProxy
Dispatcher used for methods on Advised
AdvisedSupport - Class in org.springframework.aop.framework
Base class for AOP proxy configuration managers.
AdvisedSupport() - Constructor for class org.springframework.aop.framework.AdvisedSupport
No-arg constructor for use as a JavaBean.
AdvisedSupport(Class[]) - Constructor for class org.springframework.aop.framework.AdvisedSupport
Create a AdvisedSupport instance with the given parameters.
AdvisedSupport.MethodCacheKey - Class in org.springframework.aop.framework
Simple wrapper class around a Method.
AdvisedSupport.MethodCacheKey(Method) - Constructor for class org.springframework.aop.framework.AdvisedSupport.MethodCacheKey
 
AdvisedSupportListener - Interface in org.springframework.aop.framework
Listener to be registered on ProxyCreatorSupport objects Allows for receiving callbacks on activation and change of advice.
Advisor - Interface in org.springframework.aop
Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
advisor - Variable in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
ADVISOR - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
advisor - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
ADVISOR - Static variable in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Singleton advisor for this class.
AdvisorAdapter - Interface in org.springframework.aop.framework.adapter
Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistrationManager - Class in org.springframework.aop.framework.adapter
BeanPostProcessor that registers AdvisorAdapter beans in the BeanFactory with an AdvisorAdapterRegistry (by default the GlobalAdvisorAdapterRegistry).
AdvisorAdapterRegistrationManager() - Constructor for class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Default is global AdvisorAdapterRegistry
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
 
AdvisorAdapterRegistry - Interface in org.springframework.aop.framework.adapter
Interface for registries of Advisor adapters.
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Default is global AdvisorAdapterRegistry
advisorAdapterRegistry - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
advisorArray - Variable in class org.springframework.aop.framework.AdvisedSupport
Array updated on changes to the advisors list, which is easier to manipulate internally.
advisorBeanName - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
advisorBeanNamePrefix - Variable in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
 
advisorChainFactory - Variable in class org.springframework.aop.framework.AdvisedSupport
The AdvisorChainFactory to use
AdvisorChainFactory - Interface in org.springframework.aop.framework
Factory interface for advisor chains.
advisorChainInitialized - Variable in class org.springframework.aop.framework.ProxyFactoryBean
Whether the advisor chain has already been initialized
advisorComparator - Variable in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
AdvisorComponentDefinition - Class in org.springframework.aop.config
ComponentDefinition that bridges the gap between the advisor bean definition configured by the &lt;aop:advisor&gt; tag and the component definition infrastructure.
AdvisorComponentDefinition(String, BeanDefinition) - Constructor for class org.springframework.aop.config.AdvisorComponentDefinition
 
AdvisorComponentDefinition(String, BeanDefinition, BeanDefinition) - Constructor for class org.springframework.aop.config.AdvisorComponentDefinition
 
advisorDefinition - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
AdvisorEntry - Class in org.springframework.aop.config
ParseState entry representing an advisor.
AdvisorEntry(String) - Constructor for class org.springframework.aop.config.AdvisorEntry
Creates a new instance of the AdvisorEntry class.
advisorFactory - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
advisorRetrievalHelper - Variable in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
advisors - Variable in class org.springframework.aop.framework.AdvisedSupport
List of Advisors.
advisorsCache - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
advisorsPreFiltered() - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
This auto-proxy creator always returns pre-filtered Advisors.
advisorsPreFiltered() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return whether the Advisors returned by the subclass are pre-filtered to match the bean's target class already, allowing the ClassFilter check to be skipped when building advisors chains for AOP invocations.
AFTER - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
AFTER_RETURNING_ELEMENT - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
AFTER_THROWING - Static variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
AFTER_THROWING_ELEMENT - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
afterAccess() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter
 
afterAccess() - Method in class org.springframework.util.ConcurrencyThrottleSupport
To be invoked after the main execution logic of concrete subclasses.
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing in the action phase, that is, after rendering the view.
AfterAdvice - Interface in org.springframework.aop
Common marker interface for after advice, such as AfterReturningAdvice and ThrowsAdvice.
afterCommit() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
afterCommit() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
afterCommit() - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
afterCommit() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
afterCommit() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked after transaction commit.
afterCommit() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
afterCompletion(int) - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
afterCompletion(int) - Method in class org.springframework.jdbc.support.lob.JtaLobCreatorSynchronization
 
afterCompletion(int) - Method in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
 
afterCompletion(int) - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and close it (in single session mode), or process deferred close for all sessions that have been opened during the current request (in deferred close mode).
afterCompletion(int) - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and close it).
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
afterCompletion(int) - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
afterCompletion(NativeWebRequest, Callable<T>) - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
afterCompletion(int) - Method in class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
 
afterCompletion(int) - Method in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
JTA afterCompletion callback: invoked after commit/rollback.
afterCompletion(int) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
afterCompletion(int) - Method in 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 postHandle and afterCompletion, when the the handler started handling the request concurrently.
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Removes the log message from the Log4J NDC when the processing thread is exited after the start of asynchronous request handling.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.AsyncHandlerInterceptor
Called instead of postHandle and afterCompletion, when the a handler is being executed concurrently.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
afterDelivery() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
This afterDelivery implementation 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.
afterInitialization - Variable in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
afterLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
afterLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the end of this RowSet.
afterMessagePrefix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
afterMessageSuffix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
afterPhase(PhaseEvent) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
afterPropertiesSet() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Eagerly create the singleton instance, if necessary.
afterPropertiesSet() - Method in class org.springframework.beans.factory.config.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
Check that a BeanFactory has been set.
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
Triggers AbstractApplicationContext.refresh() if not refreshed in the concrete context's constructor already.
afterPropertiesSet() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.dao.support.DaoSupport
 
afterPropertiesSet() - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
afterPropertiesSet() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Fetches EJB home on startup, if necessary.
afterPropertiesSet() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.format.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 MBeanServerConnection if the "connectOnStartup" is turned on (which it is by default).
afterPropertiesSet() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
Checks that the proxyInterface has been specified and then generates the proxy for the target MBean.
afterPropertiesSet() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.MBeanExporter
Start bean registration automatically when deployed in an ApplicationContext.
afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Merges the Properties configured in the mappings and mappingLocations into the final Properties instance used for ObjectName resolution.
afterPropertiesSet() - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
 
afterPropertiesSet() - Method in class org.springframework.jmx.export.NotificationListenerBean
 
afterPropertiesSet() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Start the connector server.
afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Creates a JMXConnector for the given settings and exposes the associated MBeanServerConnection.
afterPropertiesSet() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Creates the MBeanServer instance.
afterPropertiesSet() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Look up the JNDI object and store it.
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectLocator
 
afterPropertiesSet() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
afterPropertiesSet() - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Creates the final merged mapping set.
afterPropertiesSet() - Method in class org.springframework.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
Calls ScheduledTaskRegistrar.scheduleTasks() at bean construction time.
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
Eagerly initializes the specified "methodMap", if any.
afterPropertiesSet() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Check that required properties were set.
afterPropertiesSet() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Initialize the UserTransaction as well as the TransactionManager handle.
afterPropertiesSet() - Method in class org.springframework.transaction.jta.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.
AfterReturningAdviceAdapter - Class in org.springframework.aop.framework.adapter
Adapter to enable AfterReturningAdvice to be used in the Spring AOP framework.
AfterReturningAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
 
AfterReturningAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap am AfterReturningAdvice.
AfterReturningAdviceInterceptor(AfterReturningAdvice) - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
Create a new AfterReturningAdviceInterceptor for the given advice.
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
If the test class of the supplied test context is annotated with @DirtiesContext, the application context of the test context will be marked as dirty , and the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
afterTestClass() - Method in class org.springframework.test.context.TestContextManager
Hook for post-processing a test class after execution of all tests within the class.
afterTestClass(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Post-processes a test class after execution of all tests within the class.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
If the current test method of the supplied test context is annotated with @DirtiesContext, or if the test class is annotated with @DirtiesContext and the class mode is set to AFTER_EACH_TEST_METHOD, the application context of the test context will be marked as dirty and the DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
afterTestMethod(Object, Method, Throwable) - Method in class org.springframework.test.context.TestContextManager
Hook for post-processing a test after execution of the supplied test method, for example for tearing down test fixtures, ending a transaction, etc.
afterTestMethod(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Post-processes a test after execution of the test method in the supplied test context, for example by tearing down test fixtures.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
If a transaction is currently active for the test method of the supplied test context, this method will end the transaction and run @AfterTransaction methods.
afterTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
Cleans up thread-local state after each test method by resetting Spring Web's RequestContextHolder, but only if the ServletTestExecutionListener.RESET_REQUEST_CONTEXT_HOLDER_ATTRIBUTE in the supplied TestContext has a value of Boolean.TRUE.
AfterTransaction - Annotation Type in org.springframework.test.context.transaction
Test annotation to indicate that the annotated public void method should be executed after a transaction is ended for test methods configured to run within a transaction via the &#064;Transactional annotation.
AGENT_CLASS_PRESENT - Static variable in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
AGENT_ID_ATTRIBUTE - Static variable in class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
agentId - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
agentId - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
agentId - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
AJ_ID - Static variable in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
AJC_MAGIC - Static variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
ajType - Variable in class org.springframework.aop.aspectj.annotation.AspectMetadata
AspectJ reflection information (AspectJ 5 / Java 5 specific).
alias - Variable in class org.springframework.beans.factory.parsing.AliasDefinition
 
ALIAS_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
ALIAS_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
AliasDefinition - Class in org.springframework.beans.factory.parsing
Representation of an alias that has been registered during the parsing process.
AliasDefinition(String, String) - Constructor for class org.springframework.beans.factory.parsing.AliasDefinition
Create a new AliasDefinition.
AliasDefinition(String, String, Object) - Constructor for class org.springframework.beans.factory.parsing.AliasDefinition
Create a new AliasDefinition.
aliases - Variable in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
aliasMap - Variable in class org.springframework.core.SimpleAliasRegistry
Map from alias to canonical name
aliasRegistered(AliasDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
aliasRegistered(AliasDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given alias has been registered.
AliasRegistry - Interface in org.springframework.core
Common interface for managing aliases.
ALL - Static variable in class org.springframework.expression.spel.ast.Selection
 
ALL - Static variable in class org.springframework.http.MediaType
Public constant media type that includes all media ranges (i.e.
ALL_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.ALL.
allBeanNamesByType - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Map of singleton and non-singleton bean names keyed by dependency type
AllEncompassingFormHttpMessageConverter - Class in org.springframework.http.converter.support
Extension of FormHttpMessageConverter, adding support for XML and JSON-based parts.
AllEncompassingFormHttpMessageConverter() - Constructor for class org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
 
allFileExtensions - Variable in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
allNestedAttributes - Variable in class org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor
 
ALLOW - Static variable in class org.springframework.http.HttpHeaders
 
allowAliasOverriding() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Only allows alias overriding if bean definition overriding is allowed.
allowAliasOverriding() - Method in class org.springframework.core.SimpleAliasRegistry
Return whether alias overriding is allowed.
allowBeanDefinitionOverriding - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Whether to allow re-registration of a different definition with the same name
allowBeanDefinitionOverriding - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
allowCaching - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
allowCircularReferences - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Whether to automatically try to resolve circular references between beans
allowCircularReferences - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
allowCoreThreadTimeOut - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
allowCoreThreadTimeOut - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
allowCoreThreadTimeOut - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
allowCreate - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
allowCreate - Variable in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
allowCreate - Variable in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
allowCreate - Variable in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
allowCustomIsolationLevels - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
allowDirtyBack - Variable in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
 
allowDirtyBack - Variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
 
allowDirtyForward - Variable in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated.
 
allowDirtyForward - Variable in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated.
 
allowDuplicateParameters - Variable in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
 
allowEagerClassLoading - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Whether to allow eager class loading even for lazy-init beans
allowEagerInit - Variable in class org.springframework.jmx.export.MBeanExporter
Whether to eagerly initialize candidate beans when autodetecting MBeans
ALLOWED_PLACEHOLDERS - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The Set of allowed placeholders.
allowedAttributes - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
allowedFields - Variable in class org.springframework.validation.DataBinder
 
allowedOperations - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
allowedResources - Variable in class org.springframework.web.servlet.ResourceServlet
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CharacterEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomDateEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomNumberEditor
 
allowNullValues - Variable in class org.springframework.cache.concurrent.ConcurrentMapCache
 
allowNullValues - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
allowNullValues - Variable in class org.springframework.cache.jcache.JCacheCache
 
allowNullValues - Variable in class org.springframework.cache.jcache.JCacheCacheManager
 
allowPublicMethodsOnly() - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
By default, only public methods can be made cacheable.
allowPublicMethodsOnly() - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Should only public methods be allowed to have caching semantics?
allowPublicMethodsOnly() - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
By default, only public methods can be made transactional.
allowPublicMethodsOnly() - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Should only public methods be allowed to have transactional semantics?
allowRawInjectionDespiteWrapping - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Whether to resort to injecting a raw bean instance in case of circular reference, even if the injected bean eventually got wrapped.
allowRequestOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
allowRequestOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
allowSessionOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
allowSessionOverride - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
allowsUnusedParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether this operation accepts additional parameters that are given but not actually used.
allowsUnusedParameters() - Method in class org.springframework.jdbc.object.StoredProcedure
StoredProcedure parameter Maps are by default allowed to contain additional entries that are not actually used as parameters.
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.
alreadyBound(String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
alreadyCreated - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Names of beans that have already been created at least once (using a ConcurrentHashMap as a Set)
alreadyPopulatedRequestContextHolder(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
 
alt - Variable in class org.springframework.web.servlet.tags.form.InputTag
 
ALT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
 
alternativeOperatorNames - Static variable in class org.springframework.expression.spel.standard.Tokenizer
 
alwaysCreate - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
alwaysCreateNewCollection() - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Return whether to always create a new Collection, even if the type of the passed-in Collection already matches.
alwaysCreateNewMap() - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Return whether to always create a new Map, even if the type of the passed-in Map already matches.
alwaysCreateRegistry - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
alwaysDo(ResultHandler) - Method in class org.springframework.test.web.servlet.setup.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.
alwaysInclude - Variable in class org.springframework.web.servlet.view.InternalResourceView
 
alwaysInclude - Variable in class org.springframework.web.servlet.view.InternalResourceViewResolver
 
alwaysMatches() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
alwaysMustRevalidate - Variable in class org.springframework.web.servlet.support.WebContentGenerator
 
alwaysTranslate - Variable in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
alwaysUseFullPath - Variable in class org.springframework.web.util.UrlPathHelper
 
alwaysUseJaxRpcCall() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Return whether to always use JAX-RPC dynamic calls.
alwaysUseJndiLookup - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
alwaysUseMessageFormat - Variable in class org.springframework.context.support.MessageSourceSupport
 
alwaysUseNewSession - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
ambiguousWriteMethods - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
andDo(ResultHandler) - Method in interface org.springframework.test.web.servlet.ResultActions
Provide a general action.
andExpect(RequestMatcher) - Method in class org.springframework.test.web.client.RequestMatcherClientHttpRequest
 
andExpect(RequestMatcher) - Method in interface org.springframework.test.web.client.ResponseActions
Add a request expectation.
andExpect(ResultMatcher) - Method in interface org.springframework.test.web.servlet.ResultActions
Provide an expectation.
andRespond(ResponseCreator) - Method in class org.springframework.test.web.client.RequestMatcherClientHttpRequest
 
andRespond(ResponseCreator) - Method in interface org.springframework.test.web.client.ResponseActions
Define the response.
andReturn() - Method in interface org.springframework.test.web.servlet.ResultActions
Return the result of the executed request for direct access to the results.
AnnotatedBeanDefinition - Interface in org.springframework.beans.factory.annotation
Extended BeanDefinition interface that exposes AnnotationMetadata about its bean class - without requiring the class to be loaded yet.
AnnotatedBeanDefinitionReader - Class in org.springframework.context.annotation
Convenient adapter for programmatic registration of annotated bean classes.
AnnotatedBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Create a new AnnotatedBeanDefinitionReader for the given registry.
AnnotatedBeanDefinitionReader(BeanDefinitionRegistry, Environment) - Constructor for class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Create a new AnnotatedBeanDefinitionReader for the given registry and using the given Environment.
annotatedClasses - Variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
annotatedClasses - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
annotatedClasses - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
AnnotatedGenericBeanDefinition - Class in org.springframework.beans.factory.annotation
Extension of the GenericBeanDefinition class, adding support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
AnnotatedGenericBeanDefinition(Class<?>) - Constructor for class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
Create a new AnnotatedGenericBeanDefinition for the given bean class.
AnnotatedGenericBeanDefinition(AnnotationMetadata) - Constructor for class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
Create a new AnnotatedGenericBeanDefinition for the given annotation metadata, allowing for ASM-based processing and avoidance of early loading of the bean class.
annotatedInterfaceCache - Static variable in class org.springframework.core.annotation.AnnotationUtils
 
annotatedPackages - Variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
annotatedPackages - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
annotation - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
annotation - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
ANNOTATION_CONFIG_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
AnnotationAsyncExecutionInterceptor - Class in org.springframework.scheduling.annotation
Specialization of AsyncExecutionInterceptor that delegates method execution to an Executor based on the Async annotation.
AnnotationAsyncExecutionInterceptor(Executor) - Constructor for class org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor.
AnnotationAttributes - Class in org.springframework.core.annotation
LinkedHashMap subclass representing annotation attribute key/value pairs as read by Spring's reflection- or ASM-based AnnotationMetadata implementations.
AnnotationAttributes() - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance.
AnnotationAttributes(int) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new, empty AnnotationAttributes instance with the given initial capacity to optimize performance.
AnnotationAttributes(Map<String, Object>) - Constructor for class org.springframework.core.annotation.AnnotationAttributes
Create a new AnnotationAttributes instance, wrapping the provided map and all its key/value pairs.
AnnotationAttributesReadingVisitor - Class in org.springframework.core.type.classreading
ASM visitor which looks for the annotations defined on a class or method, including tracking meta-annotations.
AnnotationAttributesReadingVisitor(String, Map<String, AnnotationAttributes>, Map<String, Set<String>>, ClassLoader) - Constructor for class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
AnnotationAwareAspectJAutoProxyCreator - Class in org.springframework.aop.aspectj.annotation
AspectJAwareAdvisorAutoProxyCreator subclass that processes all AspectJ annotation aspects in the current application context, as well as Spring Advisors.
AnnotationAwareAspectJAutoProxyCreator() - Constructor for class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter - Class in org.springframework.aop.aspectj.annotation
Subclass of BeanFactoryAspectJAdvisorsBuilderAdapter that delegates to surrounding AnnotationAwareAspectJAutoProxyCreator facilities.
AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter(ListableBeanFactory, AspectJAdvisorFactory) - Constructor for class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.BeanFactoryAspectJAdvisorsBuilderAdapter
 
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
BeanNameGenerator implementation for bean classes annotated with the @Component annotation or with another annotation that is itself annotated with @Component as a meta-annotation.
AnnotationBeanNameGenerator() - Constructor for class org.springframework.context.annotation.AnnotationBeanNameGenerator
 
AnnotationBeanUtils - Class in org.springframework.beans.annotation
General utility methods for working with annotations in JavaBeans style.
AnnotationBeanUtils() - Constructor for class org.springframework.beans.annotation.AnnotationBeanUtils
 
AnnotationBeanWiringInfoResolver - Class in org.springframework.beans.factory.annotation
BeanWiringInfoResolver that uses the Configurable annotation to identify which classes need autowiring.
AnnotationBeanWiringInfoResolver() - Constructor for class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
 
annotationCache - Static variable in class org.springframework.core.convert.Property
 
AnnotationCacheOperationSource - Class in org.springframework.cache.annotation
Implementation of the CacheOperationSource interface for working with caching metadata in annotation format.
AnnotationCacheOperationSource() - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(boolean) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a default AnnotationCacheOperationSource, supporting public methods that carry the Cacheable and CacheEvict annotations.
AnnotationCacheOperationSource(CacheAnnotationParser) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource(CacheAnnotationParser...) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
AnnotationCacheOperationSource(Set<CacheAnnotationParser>) - Constructor for class org.springframework.cache.annotation.AnnotationCacheOperationSource
Create a custom AnnotationCacheOperationSource.
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
Create a new AnnotationConfigApplicationContext that needs to be populated through AnnotationConfigApplicationContext.register(java.lang.Class<?>...) calls and then manually refreshed.
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
Concrete implementation of AbstractGenericContextLoader that loads bean definitions from annotated classes.
AnnotationConfigContextLoader() - Constructor for class org.springframework.test.context.support.AnnotationConfigContextLoader
 
AnnotationConfigContextLoaderUtils - Class in org.springframework.test.context.support
Utility methods for SmartContextLoaders that deal with annotated classes (e.g., @Configuration classes).
AnnotationConfigContextLoaderUtils() - Constructor for class org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
 
annotationConfigLoader - Variable in class org.springframework.test.context.support.DelegatingSmartContextLoader
 
annotationConfigLoader - Variable in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
 
AnnotationConfigUtils - Class in org.springframework.context.annotation
Utility class that allows for convenient registration of common BeanPostProcessor and BeanFactoryPostProcessor definitions for annotation-based configuration.
AnnotationConfigUtils() - Constructor for class org.springframework.context.annotation.AnnotationConfigUtils
 
AnnotationConfigWebApplicationContext - Class in org.springframework.web.context.support
WebApplicationContext implementation which accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigWebApplicationContext() - Constructor for class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
AnnotationConfigWebContextLoader - Class in org.springframework.test.context.web
Concrete implementation of AbstractGenericWebContextLoader that loads bean definitions from annotated classes.
AnnotationConfigWebContextLoader() - Constructor for class org.springframework.test.context.web.AnnotationConfigWebContextLoader
 
AnnotationControllerTypePredicate - Class in org.springframework.web.servlet.mvc.support
Extension of ControllerTypePredicate that detects annotated @Controller beans as well.
AnnotationControllerTypePredicate() - Constructor for class org.springframework.web.servlet.mvc.support.AnnotationControllerTypePredicate
 
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
 
AnnotationDrivenBeanDefinitionParser - Class in org.springframework.transaction.config
BeanDefinitionParser implementation that allows users to easily configure all the infrastructure beans required to enable annotation-driven transaction demarcation.
AnnotationDrivenBeanDefinitionParser() - Constructor for class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser
 
AnnotationDrivenBeanDefinitionParser - Class in org.springframework.web.servlet.config
A BeanDefinitionParser that provides the configuration for the <annotation-driven/> MVC namespace element.
AnnotationDrivenBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
AnnotationDrivenBeanDefinitionParser.AopAutoProxyConfigurer - Class in org.springframework.transaction.config
Inner class to just introduce an AOP framework dependency when actually in proxy mode.
AnnotationDrivenBeanDefinitionParser.AopAutoProxyConfigurer() - Constructor for class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser.AopAutoProxyConfigurer
 
AnnotationDrivenCacheBeanDefinitionParser - Class in org.springframework.cache.config
BeanDefinitionParser implementation that allows users to easily configure all the infrastructure beans required to enable annotation-driven cache demarcation.
AnnotationDrivenCacheBeanDefinitionParser() - Constructor for class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser
 
AnnotationDrivenCacheBeanDefinitionParser.AopAutoProxyConfigurer - Class in org.springframework.cache.config
Inner class to just introduce an AOP framework dependency when actually in proxy mode.
AnnotationDrivenCacheBeanDefinitionParser.AopAutoProxyConfigurer() - Constructor for class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.AopAutoProxyConfigurer
 
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 java.lang.annotation.Annotation> - Interface in org.springframework.format
A factory that creates formatters to format values of fields annotated with a particular Annotation.
annotationFormatterFactory - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
annotationFormatterFactory - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
annotationIntrospector - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
annotationIntrospector - Variable in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
 
AnnotationJmxAttributeSource - Class in org.springframework.jmx.export.annotation
Implementation of the JmxAttributeSource interface 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
Convenient subclass of Spring's standard MBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans: ManagedResource, ManagedAttribute, ManagedOperation, etc.
AnnotationMBeanExporter() - Constructor for class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
annotationMetadata - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
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.
annotationMetadata - Variable in class org.springframework.core.type.classreading.SimpleMetadataReader
 
AnnotationMetadataReadingVisitor - Class in org.springframework.core.type.classreading
ASM class visitor which looks for the class name and implemented types as well as for the annotations defined on the class, exposing them through the AnnotationMetadata interface.
AnnotationMetadataReadingVisitor(ClassLoader) - Constructor for class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
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
Deprecated.
in Spring 3.2 in favor of RequestMappingHandlerAdapter
AnnotationMethodHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker - Class in org.springframework.web.portlet.mvc.annotation
Portlet-specific subclass of HandlerMethodInvoker.
AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker(HandlerMethodResolver) - Constructor for class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
 
AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver - Class in org.springframework.web.portlet.mvc.annotation
Portlet-specific subclass of HandlerMethodResolver.
AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver
 
AnnotationMethodHandlerAdapter.RequestMappingInfo - Class in org.springframework.web.portlet.mvc.annotation
Holder for request mapping metadata.
AnnotationMethodHandlerAdapter.RequestMappingInfo() - Constructor for class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
AnnotationMethodHandlerAdapter.RequestMappingInfo - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
Holder for request mapping metadata.
AnnotationMethodHandlerAdapter.RequestMappingInfo(String[], RequestMethod[], String[], String[]) - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
Subclass of AnnotationMethodHandlerAdapter.RequestMappingInfo that holds request-specific data.
AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo(String[], RequestMethod[], String[], String[]) - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
Deprecated.
 
AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo(AnnotationMethodHandlerAdapter.RequestMappingInfo) - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
Deprecated.
 
AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
Comparator capable of sorting AnnotationMethodHandlerAdapter.RequestSpecificMappingInfos (RHIs) so that sorting a list with this comparator will result in: RHIs with better matched paths take prescedence over those with a weaker match (as expressed by the path pattern comparator.) Typically, this means that patterns without wild cards and uri templates will be ordered before those without. RHIs with one single request method will be ordered before those without a method, or with more than one method. RHIs with more request parameters will be ordered before those with less parameters
AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator(Comparator<String>, HttpServletRequest) - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
Deprecated.
 
AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
Servlet-specific subclass of HandlerMethodInvoker.
AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker(HandlerMethodResolver) - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
Servlet-specific subclass of HandlerMethodResolver.
AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
Deprecated.
 
AnnotationMethodHandlerExceptionResolver - Class in org.springframework.web.portlet.mvc.annotation
Implementation of the HandlerExceptionResolver interface that handles exceptions through the ExceptionHandler annotation.
AnnotationMethodHandlerExceptionResolver() - Constructor for class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
AnnotationMethodHandlerExceptionResolver - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
as of Spring 3.2, in favor of ExceptionHandlerExceptionResolver
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.
annotationNotRequired - Variable in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 
annotationParsers - Variable in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
annotationParsers - Variable in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
annotations - Variable in class org.springframework.core.convert.BeanPropertyDescriptor
 
annotations - Variable in class org.springframework.core.convert.Property
 
annotations - Variable in class org.springframework.core.convert.TypeDescriptor
 
AnnotationScopeMetadataResolver - Class in org.springframework.context.annotation
A ScopeMetadataResolver implementation that by default checks for the presence of Spring's Scope annotation on the bean class.
AnnotationScopeMetadataResolver() - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
Create a new instance of the AnnotationScopeMetadataResolver class.
AnnotationScopeMetadataResolver(ScopedProxyMode) - Constructor for class org.springframework.context.annotation.AnnotationScopeMetadataResolver
Create a new instance of the AnnotationScopeMetadataResolver class.
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
 
annotationSet - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
annotationSource - Variable in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
AnnotationTransactionAttributeSource - Class in org.springframework.transaction.annotation
Implementation of the TransactionAttributeSource interface for working with transaction metadata in JDK 1.5+ annotation format.
AnnotationTransactionAttributeSource() - Constructor for class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a default AnnotationTransactionAttributeSource, supporting public methods that carry the Transactional annotation or the EJB3 javax.ejb.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 javax.ejb.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.
annotationType - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
annotationType - Variable in class org.springframework.aop.support.annotation.AnnotationClassFilter
 
annotationType - Variable in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
 
annotationType - Variable in class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
annotationType - Variable in class org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor
 
annotationType - Variable in class org.springframework.core.type.filter.AnnotationTypeFilter
 
annotationType - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
annotationType - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
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
Create a new AnnotationTypeFilter for the given annotation type.
annotationTypes - Static variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
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
 
AntPathMatcher.AntPathStringMatcher - Class in org.springframework.util
Tests whether or not a string matches against a pattern via a Pattern.
AntPathMatcher.AntPathStringMatcher(String) - Constructor for class org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
AntPathMatcher.AntPatternComparator - Class in org.springframework.util
 
AntPathMatcher.AntPatternComparator(String) - Constructor for class org.springframework.util.AntPathMatcher.AntPatternComparator
 
ANY_TYPES - Static variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
anything() - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Match to any request.
AOP_PROXY - Static variable in class org.springframework.aop.framework.CglibAopProxy
 
aopAvailable - Static variable in class org.springframework.transaction.support.TransactionSynchronizationUtils
 
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
NamespaceHandler for the aop namespace.
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.
aopProxyFactory - Variable in class org.springframework.aop.framework.ProxyCreatorSupport
 
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
 
APC_PRIORITY_LIST - Static variable in class org.springframework.aop.config.AopConfigUtils
Stores the auto proxy creator classes in escalation order.
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.
append(String) - Method in class org.springframework.web.servlet.tags.form.TagWriter.SafeWriter
 
append(String) - Method in class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
 
append(String...) - Method in class org.springframework.web.util.UriComponentsBuilder.PathSegmentComponentBuilder
 
appendArgumentTypes(MethodInvocation, Matcher, StringBuffer) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Adds a comma-separated list of the short Class names of the method argument types to the output.
appendDigestAsHex(String, byte[], StringBuilder) - Static method in class org.springframework.util.DigestUtils
 
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.
appendNonMatchingSetsErrorMessage(Set<String>, Set<String>, StringBuilder) - Static method in class org.springframework.test.web.ModelAndViewAssert
 
appendQueryProperties(StringBuilder, Map<String, Object>, String) - Method in class org.springframework.web.servlet.view.RedirectView
Append query properties to the redirect URL.
appendReturnValue(MethodInvocation, Matcher, StringBuffer, Object) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Adds the String representation of the method return value to the supplied StringBuffer.
appendTo(StringBuilder) - Method in class org.springframework.http.MediaType
 
appendTo(Map<String, String>, StringBuilder) - Method in class org.springframework.http.MediaType
 
appendType(StringBuilder, Class<?>, boolean) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
appendTypes(StringBuilder, Class<?>[], boolean, boolean) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
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
A String equivalent of MediaType.APPLICATION_ATOM_XML.
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
A String equivalent of MediaType.APPLICATION_JSON.
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
A String equivalent of MediaType.APPLICATION_OCTET_STREAM.
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
A String equivalent of MediaType.APPLICATION_XHTML_XML.
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
A String equivalent of MediaType.APPLICATION_XML.
applicationAttributes - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
applicationContext - Variable in class org.springframework.context.access.ContextBeanFactoryReference
 
ApplicationContext - Interface in org.springframework.context
Central interface to provide configuration for an application.
applicationContext - Variable in class org.springframework.context.support.ApplicationContextAwareProcessor
 
applicationContext - Variable in class org.springframework.context.support.ApplicationObjectSupport
ApplicationContext this object runs in
applicationContext - Variable in class org.springframework.context.support.LiveBeansView
 
applicationContext - Variable in class org.springframework.jca.context.SpringContextResourceAdapter
 
applicationContext - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
applicationContext - Variable in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
applicationContext - Variable in class org.springframework.scheduling.quartz.JobDetailBean
 
applicationContext - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
applicationContext - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
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
applicationContext - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
applicationContext - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
 
applicationContext - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
applicationContext - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
applicationContext - Variable in class org.springframework.web.servlet.view.tiles3.TilesView
 
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.
ApplicationContextAwareProcessor - Class in org.springframework.context.support
BeanPostProcessor implementation that passes the ApplicationContext to beans that implement the EnvironmentAware, EmbeddedValueResolverAware, ResourceLoaderAware, ApplicationEventPublisherAware, MessageSourceAware and/or ApplicationContextAware interfaces.
ApplicationContextAwareProcessor(ConfigurableApplicationContext) - Constructor for class org.springframework.context.support.ApplicationContextAwareProcessor
Create a new ApplicationContextAwareProcessor for the given context.
ApplicationContextAwareProcessor.EmbeddedValueResolver - Class in org.springframework.context.support
 
ApplicationContextAwareProcessor.EmbeddedValueResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.context.support.ApplicationContextAwareProcessor.EmbeddedValueResolver
 
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 ApplicationContextException with the specified detail message and no root cause.
ApplicationContextException(String, Throwable) - Constructor for exception org.springframework.context.ApplicationContextException
Create a new ApplicationContextException with the specified detail message and the given root cause.
ApplicationContextInitializer<C extends ConfigurableApplicationContext> - Interface in org.springframework.context
Callback interface for initializing a Spring ConfigurableApplicationContext prior to being refreshed.
applicationContextJobDataKey - Variable in class org.springframework.scheduling.quartz.JobDetailBean
 
applicationContextJobDataKey - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
applicationContexts - Static variable in class org.springframework.context.support.LiveBeansView
 
applicationContextSchedulerContextKey - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
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.
applicationEventClassConstructor - Variable in class org.springframework.context.event.EventPublicationInterceptor
 
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.
applicationEventMulticaster - Variable in class org.springframework.context.support.AbstractApplicationContext
Helper class used in event publishing
ApplicationEventPublisher - Interface in org.springframework.context
Interface that encapsulates event publication functionality.
applicationEventPublisher - Variable in class org.springframework.context.event.EventPublicationInterceptor
 
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.
applicationException - Variable in exception org.springframework.transaction.TransactionSystemException
 
ApplicationListener<E extends ApplicationEvent> - Interface in org.springframework.context
Interface to be implemented by application event listeners.
applicationListenerBeans - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerRetriever
 
applicationListeners - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerRetriever
 
applicationListeners - Variable in class org.springframework.context.support.AbstractApplicationContext
Statically specified 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_TRANSACTED onto 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.
applyAfterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.HandlerExecutionChain
Apply afterConcurrentHandlerStarted callback on mapped AsyncHandlerInterceptors.
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
 
applyBeanPostProcessorsAfterInitialization(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
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
 
applyBeanPostProcessorsBeforeInitialization(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
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 postProcessBeforeInstantiation methods.
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
 
applyBeanPropertyValues(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
applyBeforeConcurrentHandling(NativeWebRequest, Callable<?>) - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
 
applyBeforeConcurrentHandling(NativeWebRequest, DeferredResult<?>) - Method in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
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.
applyCallableInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
applyCommonInterceptorsFirst - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
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 currencyTimeLimit field to the specified "defaultCurrencyTimeLimit", if any (by default none).
applyDefaultResultActions(MvcResult) - Method in class org.springframework.test.web.servlet.MockMvc
 
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.
applyDefaultViewName(HttpServletRequest, ModelAndView) - Method in class org.springframework.web.servlet.DispatcherServlet
Do we need view name translation?
applyEncodingIfNecessary(Resource) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
applyEntityManagerBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
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.
applyLastModified - Variable in class org.springframework.web.servlet.ResourceServlet
 
applyLifecycleMethods(String, AbstractView) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
applyMergedBeanDefinitionPostProcessors(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Apply MergedBeanDefinitionPostProcessors to the specified bean definition, invoking their postProcessMergedBeanDefinition methods.
applyNamedParameterToQuery(Query, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Apply the given name parameter to the given Query object.
applyPostHandle(HttpServletRequest, HttpServletResponse, ModelAndView) - Method in class org.springframework.web.servlet.HandlerExecutionChain
Apply postHandle methods of registered interceptors.
applyPostProcess(NativeWebRequest, Callable<?>, Object) - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
 
applyPostProcess(NativeWebRequest, DeferredResult<?>, Object) - Method in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
applyPreHandle(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.HandlerExecutionChain
Apply preHandle methods of registered interceptors.
applyPreProcess(NativeWebRequest, Callable<?>) - Method in class org.springframework.web.context.request.async.CallableInterceptorChain
 
applyPreProcess(NativeWebRequest, DeferredResult<?>) - Method in class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
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.
applyScopedProxyMode(ScopeMetadata, BeanDefinitionHolder, BeanDefinitionRegistry) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
 
applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
 
applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
 
applySessionBindingInterceptor(WebAsyncManager, String) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
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.
applyTransformers(String, byte[]) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
applyWebRequestInterceptorsToRenderPhaseOnly - Variable in class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
approximableCollectionTypes - Static variable in class org.springframework.core.CollectionFactory
 
approximableMapTypes - Static variable in class org.springframework.core.CollectionFactory
 
areCallbacksLocalToHibernateTransactions() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
 
ARG_NAMES - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ARG_NAMES_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
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
argName - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver.KeyedArgName
 
args - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
args - Variable in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
args - Variable in class org.springframework.cache.interceptor.LazyParamAwareEvaluationContext
 
args - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
args - Variable in class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
 
args - Variable in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
 
argsObjs - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker.SubtypeSensitiveVarTypeTestVisitor
 
argsRequiringConversion - Variable in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
argsRequiringConversion - Variable in class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
 
argsRequiringConversion - Variable in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
argTypes - Variable in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
 
argumentBindings - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
ArgumentConvertingMethodInvoker - Class in org.springframework.beans.support
Subclass of MethodInvoker that tries to convert the given arguments for the actual target method via a TypeConverter.
ArgumentConvertingMethodInvoker() - Constructor for class org.springframework.beans.support.ArgumentConvertingMethodInvoker
 
argumentNames - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
This will be non-null if the creator of this advice object knows the argument names and sets them explicitly
argumentNames - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
ArgumentPreparedStatementSetter - Class in org.springframework.jdbc.core
Simple adapter for PreparedStatementSetter that applies a given array of arguments.
ArgumentPreparedStatementSetter(Object[]) - Constructor for class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
Create a new ArgPreparedStatementSetter for the given arguments.
argumentResolverCache - Variable in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
argumentResolvers - Variable in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
argumentResolvers - Variable in class org.springframework.web.method.support.InvocableHandlerMethod
 
argumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
argumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
arguments - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
arguments - Variable in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
arguments - Variable in class org.springframework.context.support.DefaultMessageSourceResolvable
 
arguments - Variable in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
 
arguments - Variable in class org.springframework.remoting.support.RemoteInvocation
 
arguments - Variable in class org.springframework.util.MethodInvoker
 
arguments - Variable in class org.springframework.web.servlet.tags.MessageTag
 
argumentSeparator - Variable in class org.springframework.web.servlet.tags.MessageTag
 
argumentsIntrospected - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
ArgumentTypePreparedStatementSetter - Class in org.springframework.jdbc.core
Simple adapter for PreparedStatementSetter that applies given arrays of arguments and JDBC argument types.
ArgumentTypePreparedStatementSetter(Object[], int[]) - Constructor for class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
Create a new ArgTypePreparedStatementSetter for the given arguments.
argumentTypes - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
argumentTypes - Variable in class org.springframework.expression.spel.ast.MethodReference.CachedMethodExecutor
 
AROUND - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
array(TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor as an array of the specified type.
ARRAY - Static variable in class org.springframework.core.style.DefaultValueStyler
 
array - Variable in class org.springframework.expression.spel.ast.Indexer.ArrayIndexingValueRef
 
ARRAY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
ARRAY_ELEMENT_SEPARATOR - Static variable in class org.springframework.util.ObjectUtils
 
ARRAY_END - Static variable in class org.springframework.util.ObjectUtils
 
ARRAY_START - Static variable in class org.springframework.util.ObjectUtils
 
ARRAY_SUFFIX - Static variable in class org.springframework.util.ClassUtils
Suffix for array class names: "[]"
ArrayToArrayConverter - Class in org.springframework.core.convert.support
Converts an Array to another Array.
ArrayToArrayConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ArrayToArrayConverter
 
ArrayToCollectionConverter - Class in org.springframework.core.convert.support
Converts an Array to a Collection.
ArrayToCollectionConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ArrayToCollectionConverter
 
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.
ArrayToObjectConverter - Class in org.springframework.core.convert.support
Converts an Array to an Object by returning the first array element after converting it to the desired targetType.
ArrayToObjectConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ArrayToObjectConverter
 
ArrayToStringConverter - Class in org.springframework.core.convert.support
Converts an Array to a comma-delimited String.
ArrayToStringConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.ArrayToStringConverter
 
asBetweenToken() - Method in class org.springframework.expression.spel.standard.Token
 
ascending - Variable in class org.springframework.beans.support.MutableSortDefinition
 
ascending - Variable in class org.springframework.util.comparator.InvertibleComparator
 
asciiStream - Variable in class org.springframework.jdbc.support.lob.PassThroughClob
 
asInstanceOfToken() - Method in class org.springframework.expression.spel.standard.Token
 
asList(String...) - Static method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
asList(RequestMethod...) - Static method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
 
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
 
asMatchesToken() - Method in class org.springframework.expression.spel.standard.Token
 
asMultipartRequest(HttpServletRequest) - Static method in class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
 
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.
ASPECT - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ASPECT_INSTANCE_FACTORY_INDEX - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
ASPECT_NAME_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
aspectBeanName - Variable in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
aspectBeanNames - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
aspectCache - Static variable in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Cache for singleton aspect instances
aspectClass - Variable in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
 
AspectComponentDefinition - Class in org.springframework.aop.config
ComponentDefinition that holds an aspect definition, including its nested pointcuts.
AspectComponentDefinition(String, BeanDefinition[], BeanReference[], Object) - Constructor for class org.springframework.aop.config.AspectComponentDefinition
 
AspectEntry - Class in org.springframework.aop.config
ParseState entry representing an aspect.
AspectEntry(String, String) - Constructor for class org.springframework.aop.config.AspectEntry
Create a new AspectEntry.
aspectFactory - Variable in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
 
aspectFactoryCache - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
aspectInstance - Variable in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
 
aspectInstanceFactory - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
aspectInstanceFactory - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
aspectInstanceFactory - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
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
 
ASPECTJ_WEAVING_ATTRIBUTE - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
ASPECTJ_WEAVING_ENABLER_CLASS_NAME - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
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.
AspectJAdviceParameterNameDiscoverer.PointcutBody - Class in org.springframework.aop.aspectj
Simple struct to hold the extracted text from a pointcut body, together with the number of tokens consumed in extracting it.
AspectJAdviceParameterNameDiscoverer.PointcutBody(int, String) - Constructor for class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.PointcutBody
 
aspectJAdvisorFactory - Variable in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
AspectJAdvisorFactory - Interface in org.springframework.aop.aspectj.annotation
Interface for factories that can create Spring AOP Advisors from classes annotated with AspectJ annotation syntax.
aspectJAdvisorsBuilder - Variable in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
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
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.
AspectJAsyncConfiguration() - Constructor for class org.springframework.scheduling.aspectj.AspectJAsyncConfiguration
 
AspectJAutoProxyBeanDefinitionParser - Class in org.springframework.aop.config
BeanDefinitionParser for the aspectj-autoproxy tag, enabling the automatic application of @AspectJ-style aspects found in the BeanFactory.
AspectJAutoProxyBeanDefinitionParser() - Constructor for class org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser
 
AspectJAutoProxyRegistrar - Class in org.springframework.context.annotation
Registers an AnnotationAwareAspectJAutoProxyCreator against the current BeanDefinitionRegistry as appropriate based on a given @EnableAspectJAutoProxy annotation.
AspectJAutoProxyRegistrar() - Constructor for class org.springframework.context.annotation.AspectJAutoProxyRegistrar
 
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
 
AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder - Class in org.springframework.aop.aspectj.autoproxy
Implements AspectJ PartialComparable interface for defining partial orderings.
AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder(Advisor, Comparator<Advisor>) - Constructor for class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
AspectJCachingConfiguration - Class in org.springframework.cache.aspectj
@Configuration class 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.
AspectJExpressionPointcut.BeanNameContextMatcher - Class in org.springframework.aop.aspectj
Matcher class for the BeanNamePointcutDesignatorHandler.
AspectJExpressionPointcut.BeanNameContextMatcher(String) - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
AspectJExpressionPointcut.BeanNamePointcutDesignatorHandler - Class in org.springframework.aop.aspectj
Handler for the Spring-specific bean() pointcut designator extension to AspectJ.
AspectJExpressionPointcut.BeanNamePointcutDesignatorHandler() - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNamePointcutDesignatorHandler
 
AspectJExpressionPointcut.DefensiveShadowMatch - Class in org.springframework.aop.aspectj
 
AspectJExpressionPointcut.DefensiveShadowMatch(ShadowMatch, ShadowMatch) - Constructor for class org.springframework.aop.aspectj.AspectJExpressionPointcut.DefensiveShadowMatch
 
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 that adapts an AbstractAspectJAdvice to the PointcutAdvisor interface.
AspectJPointcutAdvisor(AbstractAspectJAdvice) - Constructor for class org.springframework.aop.aspectj.AspectJPointcutAdvisor
Create a new AspectJPointcutAdvisor for the given advice
AspectJPrecedenceComparator - Class in org.springframework.aop.aspectj.autoproxy
Orders AspectJ advice/advisors by precedence (not invocation order).
AspectJPrecedenceComparator() - Constructor for class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
Create a default AspectJPrecedenceComparator.
AspectJPrecedenceComparator(Comparator<? super Advisor>) - Constructor for class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
Create a AspectJPrecedenceComparator, using the given Comparator for comparing Advisor instances.
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
@Configuration class 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
 
aspectJTypePatternMatcher - Variable in class org.springframework.aop.aspectj.TypePatternClassFilter
 
AspectJWeaverMessageHandler - Class in org.springframework.aop.aspectj
Implementation of AspectJ's IMessageHandler interface 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 org.aspectj.weaver.loadtime.ClassPreProcessorAgentAdapter with the Spring application context's default LoadTimeWeaver.
AspectJWeavingEnabler() - Constructor for class org.springframework.context.weaving.AspectJWeavingEnabler
 
AspectJWeavingEnabler.AspectJClassBypassingClassFileTransformer - Class in org.springframework.context.weaving
ClassFileTransformer decorator that suppresses processing of AspectJ classes in order to avoid potential LinkageErrors.
AspectJWeavingEnabler.AspectJClassBypassingClassFileTransformer(ClassFileTransformer) - Constructor for class org.springframework.context.weaving.AspectJWeavingEnabler.AspectJClassBypassingClassFileTransformer
 
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.
aspectMetadata - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
aspectName - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
The name of the aspect (ref bean) in which this advice was defined (used when determining advice precedence so that we can determine whether two pieces of advice come from the same aspect).
aspectName - Variable in class org.springframework.aop.aspectj.annotation.AspectMetadata
The name of this aspect as defined to Spring (the bean name) - allows us to determine if two pieces of advice come from the same aspect and hence their relative precedence.
aspectName - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
assemble(Serializable, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the passed-in value as-is.
assembler - Variable in class org.springframework.jmx.export.MBeanExporter
Stores the MBeanInfoAssembler to use for this exporter
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 modelName exists and checks it type, based on the expectedType.
assertAndReturnModelAttributeOfType(ModelAndView, String, Class<T>) - Static method in class org.springframework.test.web.ModelAndViewAssert
Checks whether the model value under the given modelName exists and checks it type, based on the expectedType.
assertBoolean(String, boolean) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content as a Boolean.
assertCollectionOrArray() - Method in class org.springframework.core.convert.TypeDescriptor
 
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.
assertEqualConditionTypes(RequestConditionHolder) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Ensure the held request conditions are of the same type.
assertEquals(String, Object, Object) - Static method in class org.springframework.test.util.AssertionErrors
Assert two objects are equal raise an AssertionError if not.
assertHandlerMethod(MvcResult) - Static method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
 
assertHasAncestorOfType(Tag, Class, String, String) - Static method in class org.springframework.web.util.TagUtils
Determine whether the supplied Tag has any ancestor tag of the supplied type, throwing an IllegalStateException if not.
assertHeaderValueCount(String, HttpHeaders, int) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
 
assertHttpMethod(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
 
AssertionErrors - Class in org.springframework.test.util
JUnit independent assertion class.
AssertionErrors() - Constructor for class org.springframework.test.util.AssertionErrors
 
assertIsMultipartRequest(HttpServletRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
assertIsMultipartRequest(HttpServletRequest) - Static method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
 
assertLegalRelativeAddition(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
Ensure that the given property source is not being added relative to itself.
assertMap() - Method in class org.springframework.core.convert.TypeDescriptor
 
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 expectedValue to the value from the model bound under the given modelName.
assertModelAttributeValue(ModelAndView, String, Object) - Static method in class org.springframework.test.web.ModelAndViewAssert
Compare a given expectedValue to the value from the model bound under the given modelName.
assertModelAttributeValues(ModelAndView, Map<String, Object>) - Method in class org.springframework.test.web.AbstractModelAndViewTests
Deprecated.
Inspect the expectedModel to 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 expectedModel to see if all elements in the model appear and are equal.
assertNode(String, <any>) - Method in class org.springframework.test.util.XmlExpectationsHelper
Parse the content as Node and apply a Matcher.
assertNode(String, <any>) - 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, <any>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertNotPrimitiveTargetType(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
assertNumber(String, <any>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertNumberOfConditions(CompositeRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
assertPresentAndGetIndex(String) - Method in class org.springframework.core.env.MutablePropertySources
Assert that the named property source is present and return its index.
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, <any>) - Method in class org.springframework.test.util.XmlExpectationsHelper
Parse the content as DOMSource and apply a Matcher.
assertString(String, <any>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertThat(T, <any>) - Static method in class org.springframework.test.util.MatcherAssertionErrors
Asserts that the given matcher matches the actual value.
assertThat(String, T, <any>) - 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.
Create a new instance of the AssertThrows class.
AssertThrows(Class, String) - Constructor for class org.springframework.test.AssertThrows
Deprecated.
Create a new instance of the AssertThrows class.
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.
assertUnderSelectTag() - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
assertValidators(Validator...) - Method in class org.springframework.validation.DataBinder
 
assertValue(String, <any>) - 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.
assertValueNotNull(Boolean) - Method in class org.springframework.expression.spel.ast.OpAnd
 
assertValueNotNull(Boolean) - Method in class org.springframework.expression.spel.ast.OpOr
 
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.
ast - Variable in class org.springframework.expression.spel.standard.SpelExpression
 
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
Deprecated.
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
Deprecated.
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 @Configuration class.
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 AsyncAnnotationAdvisor for bean-style configuration.
AsyncAnnotationAdvisor(Executor) - Constructor for class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Create a new AsyncAnnotationAdvisor for 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
 
asyncAnnotationType - Variable in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
asyncCompleted - Variable in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
AsyncConfigurationSelector - Class in org.springframework.scheduling.annotation
Selects which implementation of AbstractAsyncConfiguration should be used based on the value of EnableAsync.mode() on the importing @Configuration class.
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.
asyncContext - Variable in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
asyncContext - Variable in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
asyncContext - Variable in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
asyncDispatch(MvcResult) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a RequestBuilder for an async dispatch from the MvcResult of the request that started async processing.
AsyncExecutionAspectSupport - Class in org.springframework.aop.interceptor
Base class for asynchronous method execution aspects, such as AnnotationAsyncExecutionInterceptor or org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect.
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 HandlerInterceptor with a callback method invoked during asynchronous request handling.
asyncMode - Variable in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
asyncNotStarted() - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
Assert that asynchronous processing was not start.
AsyncRequestInterceptor - Class in org.springframework.orm.hibernate3.support
An interceptor with asynchronous web requests used in OpenSessionInViewFilter and OpenSessionInViewInterceptor.
AsyncRequestInterceptor(SessionFactory, SessionHolder) - Constructor for class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
AsyncRequestInterceptor - Class in org.springframework.orm.hibernate4.support
An interceptor with asynchronous web requests used in OpenSessionInViewFilter and OpenSessionInViewInterceptor.
AsyncRequestInterceptor(SessionFactory, SessionHolder) - Constructor for class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
AsyncRequestInterceptor - Class in org.springframework.orm.jpa.support
An interceptor with asynchronous web requests used in OpenSessionInViewFilter and OpenSessionInViewInterceptor.
AsyncRequestInterceptor(EntityManagerFactory, EntityManagerHolder) - Constructor for class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
asyncRequestTimeout - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
asyncRequestTimeout - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
AsyncResult<V> - Class in org.springframework.scheduling.annotation
A pass-through Future handle 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 - Variable in class org.springframework.test.web.servlet.DefaultMvcResult
 
asyncResult(<any>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
Assert the result from asynchronous processing with the given matcher.
asyncResultLatch - Variable in class org.springframework.test.web.servlet.DefaultMvcResult
 
asyncStarted - Variable in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
asyncStarted - Variable in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
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
Extended interface for asynchronous TaskExecutor implementations, offering an overloaded AsyncTaskExecutor.execute(Runnable, long) variant with a start timeout parameter as well support for Callable.
asyncTaskExecutor - Variable in class org.springframework.jca.work.SimpleTaskWorkManager
 
AsyncTaskMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles return values of type WebAsyncTask.
AsyncTaskMethodReturnValueHandler(BeanFactory) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
AsyncWebRequest - Interface in org.springframework.web.context.request.async
Extends NativeWebRequest with methods for asynchronous request processing.
asyncWebRequest - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
AsyncWebRequestInterceptor - Interface in org.springframework.web.context.request
Extends WebRequestInterceptor with a callback method invoked during asynchronous request handling.
AT_ANNOTATION_VAR - Static variable in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
AT_TARGET_VAR - Static variable in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
AT_THIS_VAR - Static variable in class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
 
atAspectJAdvisorFactory - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
AtomFeedHttpMessageConverter - Class in org.springframework.http.converter.feed
Implementation of HttpMessageConverter that can read and write Atom feeds.
AtomFeedHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
 
attemptToConvertStringToEnum(Class<?>, String, Object) - Method in class org.springframework.beans.TypeConverterDelegate
 
attribute(String, <any>) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert a flash attribute's value with the given Hamcrest Matcher.
attribute(String, <any>) - 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, <any>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
Assert a request attribute value with the given Hamcrest Matcher.
attribute - Variable in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
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
Support class for AttributeAccessors, providing a base implementation of all methods.
AttributeAccessorSupport() - Constructor for class org.springframework.core.AttributeAccessorSupport
 
attributeCache - Variable in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Cache of CacheOperations, keyed by DefaultCacheKey (Method + target Class).
attributeCache - Variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Cache of TransactionAttributes, keyed by DefaultCacheKey (Method + target Class).
attributeCount(int) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert the number of flash attributes.
attributeDecorators - Variable in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Stores the BeanDefinitionDecorator implementations keyed by the local name of the Attrs they handle.
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.
attributeMap - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
attributeMap - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
attributeMethods - Variable in class org.springframework.web.method.annotation.ModelFactory
 
attributeName - Variable in class org.springframework.core.type.classreading.RecursiveAnnotationArrayVisitor
 
attributeName - Variable in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
attributeNamePrefix - Variable in class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
attributeNames() - Method in interface org.springframework.core.AttributeAccessor
Return the names of all attributes.
attributeNames() - Method in class org.springframework.core.AttributeAccessorSupport
 
attributeNames - Variable in class org.springframework.web.method.annotation.SessionAttributesHandler
 
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).
attributes - Variable in class org.springframework.context.annotation.MBeanExportConfiguration
 
attributes - Variable in class org.springframework.core.AttributeAccessorSupport
Map with String keys and Object values
attributes - Variable in class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
attributes - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
attributes - Variable in class org.springframework.mock.web.MockHttpSession
 
attributes - Variable in class org.springframework.mock.web.MockPageContext
 
attributes - Variable in class org.springframework.mock.web.MockServletContext
 
attributes - Variable in class org.springframework.mock.web.portlet.MockPortletContext
 
attributes - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
attributes - Variable in class org.springframework.remoting.support.RemoteInvocation
 
attributes - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
attributes - Variable in class org.springframework.web.context.support.ServletContextAttributeExporter
 
ATTRIBUTES_ELEMENT - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
attributesFor(AnnotationMetadata, Class<?>) - Static method in class org.springframework.context.annotation.MetadataUtils
 
attributesFor(AnnotationMetadata, String) - Static method in class org.springframework.context.annotation.MetadataUtils
 
attributesFor(MethodMetadata, Class<?>) - Static method in class org.springframework.context.annotation.MetadataUtils
 
attributesMap - Variable in class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
attributeSource - Variable in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
attributeSource - Variable in class org.springframework.jmx.export.naming.MetadataNamingStrategy
The JmxAttributeSource implementation to use for reading metadata.
attributeSource - Variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
attributeTypes - Variable in class org.springframework.web.method.annotation.SessionAttributesHandler
 
authenticate(HttpServletResponse) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
authenticate(HttpServletResponse) - Method in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
authenticate(HttpServletResponse) - Method in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
authenticator - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
authenticator - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
authorizedRoles - Variable in class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
 
authorizedRoles - Variable in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
authType - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
authType - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
AUTO_PROXY_CREATOR_BEAN_NAME - Static variable in class org.springframework.aop.config.AopConfigUtils
The bean name of the internally managed auto-proxy creator.
autoCommit - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
autoCommit - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Override auto-commit state?
autocomplete - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
autocomplete - Variable in class org.springframework.web.servlet.tags.form.InputTag
 
AUTOCOMPLETE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
AUTOCOMPLETE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
 
autodetect(MBeanExporter.AutodetectCallback) - Method in class org.springframework.jmx.export.MBeanExporter
Performs the actual autodetection process, delegating to an AutodetectCallback instance to vote on the inclusion of a given bean.
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.
autodetectBeans(AutodetectCapableMBeanInfoAssembler) - Method in class org.springframework.jmx.export.MBeanExporter
Invoked when using an AutodetectCapableMBeanInfoAssembler.
AutodetectCapableMBeanInfoAssembler - Interface in org.springframework.jmx.export.assembler
Extends the MBeanInfoAssembler to add autodetection logic.
autodetectConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Autodetect a FreeMarkerConfig object via the ApplicationContext.
autodetectDataSource - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
autodetectDataSource - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
autodetectDataSource - Variable in class org.springframework.orm.jdo.JdoTransactionManager
 
autodetectInterfaces - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
autodetectMBeans() - Method in class org.springframework.jmx.export.MBeanExporter
Attempts to detect any beans defined in the ApplicationContext that are valid MBeans and registers them automatically with the MBeanServer.
autodetectMode - Variable in class org.springframework.jmx.export.MBeanExporter
The autodetect mode to use for this MBeanExporter
autodetectTransactionManager - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
autodetectUserTransaction - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
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
 
autoGrowCollectionLimit - Variable in class org.springframework.beans.BeanWrapperImpl
 
autoGrowCollectionLimit - Variable in class org.springframework.validation.BeanPropertyBindingResult
 
autoGrowCollectionLimit - Variable in class org.springframework.validation.DataBinder
 
autoGrowCollections - Variable in class org.springframework.expression.spel.SpelParserConfiguration
 
autoGrowNestedPaths - Variable in class org.springframework.beans.BeanWrapperImpl
 
autoGrowNestedPaths - Variable in class org.springframework.validation.BeanPropertyBindingResult
 
autoGrowNestedPaths - Variable in class org.springframework.validation.DataBinder
 
autoGrowNestedPaths - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
autoGrowNullReferences - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
autoGrowNullReferences - Variable in class org.springframework.expression.spel.SpelParserConfiguration
 
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
Creates a new AutoPopulatingList that is backed by a standard ArrayList and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory.
AutoPopulatingList(List<E>, AutoPopulatingList.ElementFactory<E>) - Constructor for class org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by the supplied List and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory.
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
 
AutoPopulatingList.ReflectiveElementFactory<E> - Class in org.springframework.util
Reflective implementation of the ElementFactory interface, using Class.newInstance() on a given element class.
AutoPopulatingList.ReflectiveElementFactory(Class<? extends E>) - Constructor for class org.springframework.util.AutoPopulatingList.ReflectiveElementFactory
 
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
 
autoStartup - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
autoStartup - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
autoStartup - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
autoStartupOnly - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
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(int) - Constructor for enum org.springframework.beans.factory.annotation.Autowire
 
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 - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
autowire(Class, int, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
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.
autowireBean(Object) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
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
 
autowireBeanProperties(Object, int, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
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.
autowireCandidate - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
autowireCandidatePatterns - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
 
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 value attribute 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 value attribute 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.
autowireCandidateResolver - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Resolver to use for checking if a bean definition is an autowire candidate
autowireCandidates - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
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.
autowireConstructor(String, RootBeanDefinition, Constructor[], Object[]) - Method in class org.springframework.beans.factory.support.ConstructorResolver
"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.
AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement - Class in org.springframework.beans.factory.annotation
Class representing injection information about an annotated field.
AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement(Field, boolean) - Constructor for class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
 
AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement - Class in org.springframework.beans.factory.annotation
Class representing injection information about an annotated method.
AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement(Method, boolean, PropertyDescriptor) - Constructor for class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
 
autowiredAnnotationTypes - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
autowireMode - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
autowireMode - Variable in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
autowireMode - Variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
 
autowireMode - Variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
 
autowireMode - Variable in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
 
autowireMode - Variable in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
 
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.
AutowireUtils - Class in org.springframework.beans.factory.support
Utility class that contains various methods useful for the implementation of autowire-capable bean factories.
AutowireUtils() - Constructor for class org.springframework.beans.factory.support.AutowireUtils
 
AutowireUtils.ObjectFactoryDelegatingInvocationHandler - Class in org.springframework.beans.factory.support
Reflective InvocationHandler for lazy access to the current target object.
AutowireUtils.ObjectFactoryDelegatingInvocationHandler(ObjectFactory<?>) - Constructor for class org.springframework.beans.factory.support.AutowireUtils.ObjectFactoryDelegatingInvocationHandler
 
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.
 
available() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
availableCharsets - Variable in class org.springframework.http.converter.StringHttpMessageConverter
 
awaitAsyncResult(long) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
awaitTermination(long, TimeUnit) - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
 
awaitTerminationIfNecessary() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Wait for the executor to terminate, according to the value of the "awaitTerminationSeconds" property.
awaitTerminationSeconds - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
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.

B

backingList - Variable in class org.springframework.util.AutoPopulatingList
The List that all operations are eventually delegated to.
backlog - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
backlog - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
BAD_SQL_GRAMMAR_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
badSqlGrammarCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
BadSqlGrammarException - Exception in org.springframework.jdbc
Exception thrown when SQL specified is invalid.
BadSqlGrammarException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.BadSqlGrammarException
Constructor for BadSqlGrammarException.
BASE_NAME_SEPARATOR - Static variable in class org.springframework.beans.propertyeditors.ResourceBundleEditor
The separator used to distinguish between the base name and the locale (if any) when converting from a String.
BASE_PACKAGE_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
baseAddress - Variable in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
BaseCommandController - Class in org.springframework.web.portlet.mvc
Deprecated.
as of Spring 3.0, in favor of annotated controllers
BaseCommandController() - Constructor for class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
BaseCommandController - Class in org.springframework.web.servlet.mvc
Deprecated.
as of Spring 3.0, in favor of annotated controllers
BaseCommandController() - Constructor for class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
 
basenamePrefix - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
basenames - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
basenames - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
basenames - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
basePackage - Variable in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
 
basePackages - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
basePath - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
BatchPreparedStatementSetter - Interface in org.springframework.jdbc.core
Batch update callback interface used by the JdbcTemplate class.
batchSize - Variable in class org.springframework.jdbc.object.BatchSqlUpdate
 
BatchSqlUpdate - Class in org.springframework.jdbc.object
SqlUpdate subclass that performs batch update operations.
BatchSqlUpdate() - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Constructor to allow use as a JavaBean.
BatchSqlUpdate(DataSource, String) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource and SQL.
BatchSqlUpdate(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource, SQL and anonymous parameters.
BatchSqlUpdate(DataSource, String, int[], int) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource, SQL, anonymous parameters and specifying the maximum number of rows that may be affected.
batchUpdate(String[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue multiple SQL updates on a single JDBC Statement using batching.
batchUpdate(String, BatchPreparedStatementSetter) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue multiple update statements on a single PreparedStatement, using batch updates and a BatchPreparedStatementSetter to set values.
batchUpdate(String, List<Object[]>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, List<Object[]>, int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute multiple batches using the supplied SQL statement with the collect of supplied arguments.
batchUpdate(String[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, BatchPreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, List<Object[]>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, List<Object[]>, int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, Map<String, ?>[]) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Executes a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, SqlParameterSource[]) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, Map<String, ?>[]) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
batchUpdate(String, SqlParameterSource[]) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
batchUpdate(String, Map<String, ?>[]) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Executes a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, SqlParameterSource[]) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, List<Object[]>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, List<Object[]>, int[]) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Deprecated.
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, List<Object[]>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
batchUpdate(String, List<Object[]>, int[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
batchUpdate(String, Map<String, ?>[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
batchUpdate(String, SqlParameterSource[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
BatchUpdateUtils - Class in org.springframework.jdbc.core
Generic utility methods for working with JDBC batch statements.
BatchUpdateUtils() - Constructor for class org.springframework.jdbc.core.BatchUpdateUtils
 
bcc - Variable in class org.springframework.mail.SimpleMailMessage
 
bean - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
Bean - Annotation Type in org.springframework.context.annotation
Indicates that a method produces a bean to be managed by the Spring container.
bean - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroupMember
 
bean - Variable in class org.springframework.web.method.ControllerAdviceBean
 
bean - Variable in class org.springframework.web.method.HandlerMethod
 
BEAN_CONFIGURER_ASPECT_BEAN_NAME - Static variable in class org.springframework.aop.config.SpringConfiguredBeanDefinitionParser
The bean name of the internally managed bean configurer aspect.
BEAN_CONFIGURER_ASPECT_BEAN_NAME - Static variable in class org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration
 
BEAN_CONFIGURER_ASPECT_BEAN_NAME - Static variable in class org.springframework.context.config.SpringConfiguredBeanDefinitionParser
The bean name of the internally managed bean configurer aspect.
BEAN_CONFIGURER_ASPECT_CLASS_NAME - Static variable in class org.springframework.aop.config.SpringConfiguredBeanDefinitionParser
 
BEAN_CONFIGURER_ASPECT_CLASS_NAME - Static variable in class org.springframework.context.config.SpringConfiguredBeanDefinitionParser
 
BEAN_DESIGNATOR_NAME - Static variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNamePointcutDesignatorHandler
 
BEAN_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
BEAN_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
BEAN_FACTORY_PATH_DELIMITERS - Static variable in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Any number of these characters are considered delimiters between multiple bean factory config paths in a single String value.
BEAN_FACTORY_PATH_ENVIRONMENT_KEY - Static variable in class org.springframework.ejb.support.AbstractEnterpriseBean
Deprecated.
 
BEAN_NAME_ATTRIBUTE - Static variable in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Binding for the bean name of the bean which is currently being invoked in the ReflectiveMethodInvocation userAttributes Map.
BEAN_NAME_DELIMITERS - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Deprecated.
BEAN_NAME_URL_HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.MvcNamespaceUtils
 
BEAN_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
BeanAnnotationHelper - Class in org.springframework.context.annotation
Utilities for processing Bean-annotated methods.
BeanAnnotationHelper() - Constructor for class org.springframework.context.annotation.BeanAnnotationHelper
 
beanClass - Variable in exception org.springframework.beans.BeanInstantiationException
 
beanClass - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
beanClass - Variable in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
beanClass - Variable in exception org.springframework.beans.InvalidPropertyException
 
beanClassLoader - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
beanClassLoader - Variable in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.CustomScopeConfigurer
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
beanClassLoader - Variable in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
beanClassLoader - Variable in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
 
beanClassLoader - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
beanClassLoader - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
ClassLoader to resolve bean class names with, if necessary
beanClassLoader - Variable in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
beanClassLoader - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
beanClassLoader - Variable in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
beanClassLoader - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
beanClassLoader - Variable in class org.springframework.context.weaving.AspectJWeavingEnabler
 
beanClassLoader - Variable in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
beanClassLoader - Variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
 
beanClassLoader - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
beanClassLoader - Variable in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
beanClassLoader - Variable in class org.springframework.jmx.export.MBeanExporter
Stores the ClassLoader to use for generating lazy-init proxies
beanClassLoader - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
beanClassLoader - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
beanClassLoader - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
beanClassLoader - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
beanClassLoader - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
beanClassLoader - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
beanClassLoader - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
beanClassLoader - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
beanClassLoader - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
beanClassLoader - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
Deprecated.
 
beanClassLoader - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
beanClassLoader - Variable in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
beanClassLoader - Variable in class org.springframework.remoting.support.RemotingSupport
 
beanClassLoader - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
beanClassLoader - Variable in class org.springframework.scheduling.support.MethodInvokingRunnable
 
beanClassLoader - Variable in class org.springframework.scripting.bsh.BshScriptFactory
 
beanClassLoader - Variable in class org.springframework.scripting.jruby.JRubyScriptFactory
 
beanClassLoader - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
beanClassLoader - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
BeanClassLoaderAware - Interface in org.springframework.beans.factory
Callback that allows a bean to be aware of the bean class loader; that is, the class loader used by the present bean factory to load bean classes.
beanClassName - Variable in exception org.springframework.beans.factory.CannotLoadBeanClassException
 
BeanComponentDefinition - Class in org.springframework.beans.factory.parsing
ComponentDefinition based on a standard BeanDefinition, exposing the given bean definition as well as inner bean definitions and bean references for the given bean.
BeanComponentDefinition(BeanDefinition, String) - Constructor for class org.springframework.beans.factory.parsing.BeanComponentDefinition
Create a new BeanComponentDefinition for the given bean.
BeanComponentDefinition(BeanDefinition, String, String[]) - Constructor for class org.springframework.beans.factory.parsing.BeanComponentDefinition
Create a new BeanComponentDefinition for the given bean.
BeanComponentDefinition(BeanDefinitionHolder) - Constructor for class org.springframework.beans.factory.parsing.BeanComponentDefinition
Create a new BeanComponentDefinition for the given bean.
beanConfigurerAspect() - Method in class org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration
 
BeanConfigurerSupport - Class in org.springframework.beans.factory.wiring
Convenient base class for bean configurers that can perform Dependency Injection on objects (however they may be created).
BeanConfigurerSupport() - Constructor for class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
BeanCreationException - Exception in org.springframework.beans.factory
Exception thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition.
BeanCreationException(String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationException(String, String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
Create a new BeanCreationException.
BeanCreationNotAllowedException - Exception in org.springframework.beans.factory
Exception thrown in case of a bean being requested despite bean creation currently not being allowed (for example, during the shutdown phase of a bean factory).
BeanCreationNotAllowedException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationNotAllowedException
Create a new BeanCreationNotAllowedException.
BeanCurrentlyInCreationException - Exception in org.springframework.beans.factory
Exception thrown in case of a reference to a bean that's currently in creation.
BeanCurrentlyInCreationException(String) - Constructor for exception org.springframework.beans.factory.BeanCurrentlyInCreationException
Create a new BeanCurrentlyInCreationException, with a default error message that indicates a circular reference.
BeanCurrentlyInCreationException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCurrentlyInCreationException
Create a new BeanCurrentlyInCreationException.
BeanDefinition - Interface in org.springframework.beans.factory.config
A BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations.
beanDefinition - Variable in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
beanDefinition - Variable in class org.springframework.beans.factory.support.BeanDefinitionBuilder
The BeanDefinition instance we are creating.
beanDefinition - Variable in class org.springframework.beans.factory.support.BeanDefinitionResource
 
beanDefinition - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 
beanDefinition - Variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
 
BeanDefinitionBuilder - Class in org.springframework.beans.factory.support
Programmatic means of constructing BeanDefinitions using the builder pattern.
BeanDefinitionBuilder() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionBuilder
Enforce the use of factory methods.
BeanDefinitionDecorator - Interface in org.springframework.beans.factory.xml
Interface used by the DefaultBeanDefinitionDocumentReader to handle custom, nested (directly under a &lt;bean&gt;) tags.
BeanDefinitionDefaults - Class in org.springframework.beans.factory.support
A simple holder for BeanDefinition property defaults.
BeanDefinitionDefaults() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
beanDefinitionDefaults - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
 
BeanDefinitionDocumentReader - Interface in org.springframework.beans.factory.xml
SPI for parsing an XML document that contains Spring bean definitions.
BeanDefinitionHolder - Class in org.springframework.beans.factory.config
Holder for a BeanDefinition with name and aliases.
BeanDefinitionHolder(BeanDefinition, String) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
Create a new BeanDefinitionHolder.
BeanDefinitionHolder(BeanDefinition, String, String[]) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
Create a new BeanDefinitionHolder.
BeanDefinitionHolder(BeanDefinitionHolder) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
Copy constructor: Create a new BeanDefinitionHolder with the same contents as the given BeanDefinitionHolder instance.
beanDefinitionMap - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Map of bean definition objects, keyed by bean name
beanDefinitionMap - Variable in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
Map of bean definition objects, keyed by bean name
beanDefinitionName - Variable in class org.springframework.beans.factory.parsing.BeanEntry
 
beanDefinitionNames - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
List of bean definition names, in registration order
BeanDefinitionParser - Interface in org.springframework.beans.factory.xml
Interface used by the DefaultBeanDefinitionDocumentReader to handle custom, top-level (directly under <beans/>) tags.
BeanDefinitionParserDelegate - Class in org.springframework.beans.factory.xml
Stateful delegate class used to parse XML bean definitions.
BeanDefinitionParserDelegate(XmlReaderContext, Environment) - Constructor for class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Create a new BeanDefinitionParserDelegate associated with the supplied XmlReaderContext and Environment.
BeanDefinitionParserDelegate(XmlReaderContext) - Constructor for class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
BeanDefinitionParsingException - Exception in org.springframework.beans.factory.parsing
Exception thrown when a bean definition reader encounters an error during the parsing process.
BeanDefinitionParsingException(Problem) - Constructor for exception org.springframework.beans.factory.parsing.BeanDefinitionParsingException
Create a new BeanDefinitionParsingException.
BeanDefinitionReader - Interface in org.springframework.beans.factory.support
Simple interface for bean definition readers.
BeanDefinitionReaderUtils - Class in org.springframework.beans.factory.support
Utility methods that are useful for bean definition reader implementations.
BeanDefinitionReaderUtils() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
 
BeanDefinitionRegistry - Interface in org.springframework.beans.factory.support
Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
BeanDefinitionRegistryPostProcessor - Interface in org.springframework.beans.factory.support
Extension to the standard BeanFactoryPostProcessor SPI, allowing for the registration of further bean definitions before regular BeanFactoryPostProcessor detection kicks in.
BeanDefinitionResource - Class in org.springframework.beans.factory.support
Descriptive Resource wrapper for a BeanDefinition.
BeanDefinitionResource(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.BeanDefinitionResource
Create a new BeanDefinitionResource.
beanDefinitions - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
beanDefinitions - Variable in class org.springframework.aop.config.AspectComponentDefinition
 
BeanDefinitionStoreException - Exception in org.springframework.beans.factory
Exception thrown when a BeanFactory encounters an invalid bean definition: e.g.
BeanDefinitionStoreException(String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String, String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionStoreException(String, String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
Create a new BeanDefinitionStoreException.
BeanDefinitionValidationException - Exception in org.springframework.beans.factory.support
Exception thrown when the validation of a bean definition failed.
BeanDefinitionValidationException(String) - Constructor for exception org.springframework.beans.factory.support.BeanDefinitionValidationException
Create a new BeanDefinitionValidationException with the specified message.
BeanDefinitionValidationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.support.BeanDefinitionValidationException
Create a new BeanDefinitionValidationException with the specified message and root cause.
BeanDefinitionValueResolver - Class in org.springframework.beans.factory.support
Helper class for use in bean factory implementations, resolving values contained in bean definition objects into the actual values applied to the target bean instance.
BeanDefinitionValueResolver(AbstractBeanFactory, String, BeanDefinition, TypeConverter) - Constructor for class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Create a BeanDefinitionValueResolver for the given BeanFactory and BeanDefinition.
BeanDefinitionValueResolver.KeyedArgName - Class in org.springframework.beans.factory.support
Holder class used for delayed toString building.
BeanDefinitionValueResolver.KeyedArgName(Object, Object) - Constructor for class org.springframework.beans.factory.support.BeanDefinitionValueResolver.KeyedArgName
 
BeanDefinitionVisitor - Class in org.springframework.beans.factory.config
Visitor class for traversing BeanDefinition objects, in particular the property values and constructor argument values contained in them, resolving bean metadata values.
BeanDefinitionVisitor(StringValueResolver) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionVisitor
Create a new BeanDefinitionVisitor, applying the specified value resolver to all bean metadata values.
BeanDefinitionVisitor() - Constructor for class org.springframework.beans.factory.config.BeanDefinitionVisitor
Create a new BeanDefinitionVisitor for subclassing.
BeanEntry - Class in org.springframework.beans.factory.parsing
ParseState entry representing a bean definition.
BeanEntry(String) - Constructor for class org.springframework.beans.factory.parsing.BeanEntry
Creates a new instance of BeanEntry class.
BeanExpressionContext - Class in org.springframework.beans.factory.config
Context object for evaluating an expression within a bean definition.
BeanExpressionContext(ConfigurableBeanFactory, Scope) - Constructor for class org.springframework.beans.factory.config.BeanExpressionContext
 
BeanExpressionContextAccessor - Class in org.springframework.context.expression
EL property accessor that knows how to traverse the beans and contextual objects of a Spring BeanExpressionContext.
BeanExpressionContextAccessor() - Constructor for class org.springframework.context.expression.BeanExpressionContextAccessor
 
BeanExpressionException - Exception in org.springframework.beans.factory
Exception that indicates an expression evaluation attempt having failed.
BeanExpressionException(String) - Constructor for exception org.springframework.beans.factory.BeanExpressionException
Create a new BeanExpressionException with the specified message.
BeanExpressionException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanExpressionException
Create a new BeanExpressionException with the specified message and root cause.
beanExpressionParserContext - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
BeanExpressionResolver - Interface in org.springframework.beans.factory.config
Strategy interface for resolving a value through evaluating it as an expression, if applicable.
beanExpressionResolver - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Resolution strategy for expressions in bean definition values
beanFactory - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
beanFactory - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 
beanFactory - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
beanFactory - Variable in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
 
beanFactory - Variable in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
beanFactory - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
beanFactory - Variable in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
 
beanFactory - Variable in class org.springframework.aop.scope.DefaultScopedObject
 
beanFactory - Variable in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
beanFactory - Variable in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
BeanFactory that owns this TargetSource.
beanFactory - Variable in class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
 
beanFactory - Variable in class org.springframework.beans.factory.access.el.SimpleSpringBeanELResolver
 
beanFactory - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.CountingBeanFactoryReference
 
beanFactory - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
 
beanFactory - Variable in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
BeanFactory - Interface in org.springframework.beans.factory
The root interface for accessing a Spring bean container.
beanFactory - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
 
beanFactory - Variable in class org.springframework.beans.factory.config.BeanExpressionContext
 
beanFactory - Variable in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Deprecated.
 
beanFactory - Variable in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
beanFactory - Variable in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean.TargetBeanObjectFactory
 
beanFactory - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
beanFactory - Variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
beanFactory - Variable in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean.TargetBeanProvider
 
beanFactory - Variable in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
beanFactory - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 
beanFactory - Variable in class org.springframework.beans.factory.support.ConstructorResolver
 
beanFactory - Variable in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
beanFactory - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
 
beanFactory - Variable in class org.springframework.context.annotation.ConfigurationClassEnhancer.GetObjectMethodInterceptor
 
beanFactory - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor
 
beanFactory - Variable in class org.springframework.context.annotation.MBeanExportConfiguration
 
beanFactory - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
beanFactory - Variable in class org.springframework.context.expression.BeanFactoryResolver
 
beanFactory - Variable in class org.springframework.context.support.AbstractApplicationContext.BeanPostProcessorChecker
 
beanFactory - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
Bean factory for this context
beanFactory - Variable in class org.springframework.context.support.ApplicationContextAwareProcessor.EmbeddedValueResolver
 
beanFactory - Variable in class org.springframework.context.support.DefaultLifecycleProcessor
 
beanFactory - Variable in class org.springframework.context.support.GenericApplicationContext
 
beanFactory - Variable in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
 
beanFactory - Variable in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
 
beanFactory - Variable in class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
 
beanFactory - Variable in class org.springframework.jmx.export.MBeanExporter
Stores the BeanFactory for use in autodetection process
beanFactory - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
beanFactory - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
Just needed for entityInterceptorBeanName.
beanFactory - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
Just needed for entityInterceptorBeanName.
beanFactory - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
Just needed for entityInterceptorBeanName.
beanFactory - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
beanFactory - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference
 
beanFactory - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
beanFactory - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
beanFactory - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
beanFactory - Variable in class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
beanFactory - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
beanFactory - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
beanFactory - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
 
beanFactory - Variable in class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
 
beanFactory - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
beanFactory - Variable in class org.springframework.web.method.ControllerAdviceBean
 
beanFactory - Variable in class org.springframework.web.method.HandlerMethod
 
beanFactory - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
beanFactory - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
beanFactory - Variable in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
beanFactory - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
BeanFactoryAccessor - Class in org.springframework.context.expression
EL property accessor that knows how to traverse the beans of a Spring BeanFactory.
BeanFactoryAccessor() - Constructor for class org.springframework.context.expression.BeanFactoryAccessor
 
BeanFactoryAdvisorRetrievalHelper - Class in org.springframework.aop.framework.autoproxy
Helper for retrieving standard Spring Advisors from a BeanFactory, for use with auto-proxying.
BeanFactoryAdvisorRetrievalHelper(ConfigurableListableBeanFactory) - Constructor for class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
Create a new BeanFactoryAdvisorRetrievalHelper for the given BeanFactory.
BeanFactoryAnnotationUtils - Class in org.springframework.beans.factory.annotation
Convenience methods performing bean lookups related to annotations, for example Spring's @Qualifier annotation.
BeanFactoryAnnotationUtils() - Constructor for class org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils
 
BeanFactoryAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
AspectInstanceFactory implementation backed by a Spring BeanFactory.
BeanFactoryAspectInstanceFactory(BeanFactory, String) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
Create a BeanFactoryAspectInstanceFactory.
BeanFactoryAspectInstanceFactory(BeanFactory, String, Class) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
Create a BeanFactoryAspectInstanceFactory, providing a type that AspectJ should introspect to create AJType metadata.
BeanFactoryAspectJAdvisorsBuilder - Class in org.springframework.aop.aspectj.annotation
Helper for retrieving @AspectJ beans from a BeanFactory and building Spring Advisors based on them, for use with auto-proxying.
BeanFactoryAspectJAdvisorsBuilder(ListableBeanFactory) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory.
BeanFactoryAspectJAdvisorsBuilder(ListableBeanFactory, AspectJAdvisorFactory) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory.
BeanFactoryAware - Interface in org.springframework.beans.factory
Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
BeanFactoryCacheOperationSourceAdvisor - Class in org.springframework.cache.interceptor
Advisor driven by a CacheOperationSource, used to include a cache advice bean for methods that are cacheable.
BeanFactoryCacheOperationSourceAdvisor() - Constructor for class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
 
BeanFactoryDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
DataSourceLookup implementation based on a Spring BeanFactory.
BeanFactoryDataSourceLookup() - Constructor for class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
Create a new instance of the BeanFactoryDataSourceLookup class.
BeanFactoryDataSourceLookup(BeanFactory) - Constructor for class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
Create a new instance of the BeanFactoryDataSourceLookup class.
BeanFactoryDestinationResolver - Class in org.springframework.jms.support.destination
DestinationResolver implementation based on a Spring BeanFactory.
BeanFactoryDestinationResolver() - Constructor for class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
Create a new instance of the BeanFactoryDestinationResolver class.
BeanFactoryDestinationResolver(BeanFactory) - Constructor for class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
Create a new instance of the BeanFactoryDestinationResolver class.
BeanFactoryLocator - Interface in org.springframework.beans.factory.access
Defines a contract for the lookup, use, and release of a BeanFactory, or a BeanFactory subclass such as an ApplicationContext.
beanFactoryLocator - Variable in class org.springframework.ejb.support.AbstractEnterpriseBean
Deprecated.
Helper strategy that knows how to locate a Spring BeanFactory (or ApplicationContext).
beanFactoryLocatorKey - Variable in class org.springframework.ejb.support.AbstractEnterpriseBean
Deprecated.
factoryKey to be used with BeanFactoryLocator
beanFactoryMonitor - Variable in class org.springframework.context.support.AbstractRefreshableApplicationContext
Synchronization monitor for the internal BeanFactory
BeanFactoryPostProcessor - Interface in org.springframework.beans.factory.config
Allows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory.
beanFactoryPostProcessors - Variable in class org.springframework.context.support.AbstractApplicationContext
BeanFactoryPostProcessors to apply on refresh
BeanFactoryReference - Interface in org.springframework.beans.factory.access
Used to track a reference to a BeanFactory obtained through a BeanFactoryLocator.
beanFactoryReference - Variable in class org.springframework.ejb.support.AbstractEnterpriseBean
Deprecated.
Spring BeanFactory that provides the namespace for this EJB
beanFactoryReference - Variable in class org.springframework.ejb.support.AbstractEnterpriseBean.BeanFactoryReferenceReleaseListener
Deprecated.
 
beanFactoryReferences - Variable in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
 
BeanFactoryRefreshableTargetSource - Class in org.springframework.aop.target.dynamic
Refreshable TargetSource that fetches fresh target beans from a BeanFactory.
BeanFactoryRefreshableTargetSource(BeanFactory, String) - Constructor for class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
Create a new BeanFactoryRefreshableTargetSource for the given bean factory and bean name.
BeanFactoryResolver - Class in org.springframework.context.expression
EL bean resolver that operates against a Spring BeanFactory.
BeanFactoryResolver(BeanFactory) - Constructor for class org.springframework.context.expression.BeanFactoryResolver
 
BeanFactoryTransactionAttributeSourceAdvisor - Class in org.springframework.transaction.interceptor
Advisor driven by a TransactionAttributeSource, used to include a transaction advice bean for methods that are transactional.
BeanFactoryTransactionAttributeSourceAdvisor() - Constructor for class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
 
BeanFactoryUtils - Class in org.springframework.beans.factory
Convenience methods operating on bean factories, in particular on the ListableBeanFactory interface.
BeanFactoryUtils() - Constructor for class org.springframework.beans.factory.BeanFactoryUtils
 
beanInfo - Variable in class org.springframework.beans.CachedIntrospectionResults
The BeanInfo object for the introspected bean class
beanInfoFactories - Static variable in class org.springframework.beans.CachedIntrospectionResults
Stores the BeanInfoFactory instances
BeanInfoFactory - Interface in org.springframework.beans
Strategy for creating BeanInfo instances.
BeanInitializationException - Exception in org.springframework.beans.factory
Exception that a bean implementation is suggested to throw if its own factory-aware initialization code fails.
BeanInitializationException(String) - Constructor for exception org.springframework.beans.factory.BeanInitializationException
Create a new BeanInitializationException with the specified message.
BeanInitializationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanInitializationException
Create a new BeanInitializationException with the specified message and root cause.
beanInstance - Variable in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
beanInstanceMonitor - Variable in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
BeanInstantiationException - Exception in org.springframework.beans
Exception thrown when instantiation of a bean failed.
BeanInstantiationException(Class, String) - Constructor for exception org.springframework.beans.BeanInstantiationException
Create a new BeanInstantiationException.
BeanInstantiationException(Class, String, Throwable) - Constructor for exception org.springframework.beans.BeanInstantiationException
Create a new BeanInstantiationException.
BeanIsAbstractException - Exception in org.springframework.beans.factory
Exception thrown when a bean instance has been requested for a bean definition which has been marked as abstract.
BeanIsAbstractException(String) - Constructor for exception org.springframework.beans.factory.BeanIsAbstractException
Create a new BeanIsAbstractException.
BeanIsNotAFactoryException - Exception in org.springframework.beans.factory
Exception thrown when a bean is not a factory, but a user tries to get at the factory for the given bean name.
BeanIsNotAFactoryException(String, Class) - Constructor for exception org.springframework.beans.factory.BeanIsNotAFactoryException
Create a new BeanIsNotAFactoryException.
BeanMetadataAttribute - Class in org.springframework.beans
Holder for a key-value style attribute that is part of a bean definition.
BeanMetadataAttribute(String, Object) - Constructor for class org.springframework.beans.BeanMetadataAttribute
Create a new AttributeValue instance.
BeanMetadataAttributeAccessor - Class in org.springframework.beans
Extension of AttributeAccessorSupport, holding attributes as BeanMetadataAttribute objects in order to keep track of the definition source.
BeanMetadataAttributeAccessor() - Constructor for class org.springframework.beans.BeanMetadataAttributeAccessor
 
BeanMetadataElement - Interface in org.springframework.beans
Interface to be implemented by bean metadata elements that carry a configuration source object.
BeanMethod - Class in org.springframework.context.annotation
Represents a Configuration class method marked with the Bean annotation.
BeanMethod(MethodMetadata, ConfigurationClass) - Constructor for class org.springframework.context.annotation.BeanMethod
 
BeanMethod.NonOverridableMethodError - Class in org.springframework.context.annotation
 
BeanMethod.NonOverridableMethodError() - Constructor for class org.springframework.context.annotation.BeanMethod.NonOverridableMethodError
 
beanMethods - Variable in class org.springframework.context.annotation.ConfigurationClass
 
beanName - Variable in class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
 
beanName - Variable in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameInterceptor
 
beanName - Variable in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameIntroduction
 
beanName - Variable in class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
 
beanName - Variable in exception org.springframework.beans.factory.BeanCreationException
 
beanName - Variable in exception org.springframework.beans.factory.BeanDefinitionStoreException
 
beanName - Variable in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
The name of the instance that was of the wrong type
beanName - Variable in exception org.springframework.beans.factory.CannotLoadBeanClassException
 
beanName - Variable in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
beanName - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
beanName - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
beanName - Variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
beanName - Variable in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
beanName - Variable in class org.springframework.beans.factory.config.RuntimeBeanReference
 
beanName - Variable in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Name of the missing bean.
beanName - Variable in class org.springframework.beans.factory.parsing.AliasDefinition
 
beanName - Variable in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 
beanName - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectFactory
 
beanName - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
beanName - Variable in class org.springframework.beans.factory.support.LookupOverride
 
beanName - Variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
 
beanName - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
beanName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.EjbRefElement
 
beanName - Variable in class org.springframework.context.annotation.ConfigurationClass
 
beanName - Variable in class org.springframework.context.annotation.ConfigurationClassEnhancer.GetObjectMethodInterceptor
 
beanname - Variable in class org.springframework.expression.spel.ast.BeanReference
 
beanName - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
beanName - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
beanName - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
beanName - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
beanName - Variable in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
beanName - Variable in class org.springframework.scheduling.quartz.CronTriggerBean
 
beanName - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
beanName - Variable in class org.springframework.scheduling.quartz.JobDetailBean
 
beanName - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
beanName - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
beanName - Variable in class org.springframework.scheduling.quartz.SimpleTriggerBean
 
beanName - Variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
beanName - Variable in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
 
beanName - Variable in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
 
beanName - Variable in class org.springframework.web.filter.GenericFilterBean
 
beanName - Variable in class org.springframework.web.portlet.mvc.PortletWrappingController
 
beanName - Variable in class org.springframework.web.servlet.mvc.ServletForwardingController
 
beanName - Variable in class org.springframework.web.servlet.mvc.ServletWrappingController
 
beanName - Variable in class org.springframework.web.servlet.view.AbstractView
 
BeanNameAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
Auto proxy creator that identifies beans to proxy via a list of names.
BeanNameAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
 
BeanNameAware - Interface in org.springframework.beans.factory
Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
beanNameGenerator - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
BeanNameGenerator - Interface in org.springframework.beans.factory.support
Strategy interface for generating bean names for bean definitions.
beanNameGenerator - Variable in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
beanNameGenerator - Variable in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
 
beanNameGenerator - Variable in class org.springframework.context.annotation.ComponentScanAnnotationParser
 
beanNameGenerator - Variable in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
beanNameHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a BeanNameUrlHandlerMapping ordered at 2 to map URL paths to controller bean names.
beanNames - Variable in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
 
beanNames - Variable in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Contains names of beans that have overrides (using a ConcurrentHashMap as a Set)
beanNameSeparator - Variable in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 
beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class<?>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Get all bean names for the given type, including those defined in ancestor factories.
beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class<?>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Get all bean names for the given type, including those defined in ancestor factories.
beanNamesIncludingAncestors(ListableBeanFactory) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return all bean names in the factory, including ancestor factories.
BeanNameUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Implementation of the HandlerMapping interface that map from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.
BeanNameUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
 
BeanNameViewResolver - Class in org.springframework.web.servlet.view
Simple implementation of ViewResolver that interprets a view name as bean name in the current application context, i.e.
BeanNameViewResolver() - Constructor for class org.springframework.web.servlet.view.BeanNameViewResolver
 
BeanNotOfRequiredTypeException - Exception in org.springframework.beans.factory
Thrown when a bean doesn't match the expected type.
BeanNotOfRequiredTypeException(String, Class, Class) - Constructor for exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Create a new BeanNotOfRequiredTypeException.
beanOfType(ListableBeanFactory, Class<T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, not looking in ancestor factories.
beanOfType(ListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, not looking in ancestor factories.
beanOfTypeIncludingAncestors(ListableBeanFactory, Class<T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
beanOfTypeIncludingAncestors(ListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return a single bean of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
BeanPostProcessor - Interface in org.springframework.beans.factory.config
Factory hook that allows for custom modification of new bean instances, e.g.
beanPostProcessors - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
BeanPostProcessors to apply in createBean
beanPostProcessors - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
beanPostProcessorTargetCount - Variable in class org.springframework.context.support.AbstractApplicationContext.BeanPostProcessorChecker
 
BeanPropertyBindingResult - Class in org.springframework.validation
Default implementation of the Errors and BindingResult interfaces, for the registration and evaluation of binding errors on JavaBean objects.
BeanPropertyBindingResult(Object, String) - Constructor for class org.springframework.validation.BeanPropertyBindingResult
Creates a new instance of the BeanPropertyBindingResult class.
BeanPropertyBindingResult(Object, String, boolean, int) - Constructor for class org.springframework.validation.BeanPropertyBindingResult
Creates a new instance of the BeanPropertyBindingResult class.
BeanPropertyDescriptor - Class in org.springframework.core.convert
 
BeanPropertyDescriptor(Property) - Constructor for class org.springframework.core.convert.BeanPropertyDescriptor
 
BeanPropertyDescriptor(Class<?>, Property, MethodParameter, Annotation[]) - Constructor for class org.springframework.core.convert.BeanPropertyDescriptor
 
BeanPropertyRowMapper<T> - Class in org.springframework.jdbc.core
RowMapper implementation that converts a row into a new instance of the specified mapped target class.
BeanPropertyRowMapper() - Constructor for class org.springframework.jdbc.core.BeanPropertyRowMapper
Create a new BeanPropertyRowMapper for bean-style configuration.
BeanPropertyRowMapper(Class<T>) - Constructor for class org.springframework.jdbc.core.BeanPropertyRowMapper
Create a new BeanPropertyRowMapper, accepting unpopulated properties in the target bean.
BeanPropertyRowMapper(Class<T>, boolean) - Constructor for class org.springframework.jdbc.core.BeanPropertyRowMapper
Create a new BeanPropertyRowMapper.
BeanPropertySqlParameterSource - Class in org.springframework.jdbc.core.namedparam
SqlParameterSource implementation that obtains parameter values from bean properties of a given JavaBean object.
BeanPropertySqlParameterSource(Object) - Constructor for class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
Create a new BeanPropertySqlParameterSource for the given bean.
BeanReference - Interface in org.springframework.beans.factory.config
Interface that exposes a reference to a bean name in an abstract fashion.
BeanReference - Class in org.springframework.expression.spel.ast
Represents a bean reference to a type, for example "@foo" or "@'foo.bar'"
BeanReference(int, String) - Constructor for class org.springframework.expression.spel.ast.BeanReference
 
beanReference(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
BeanReferenceFactoryBean - Class in org.springframework.beans.factory.config
Deprecated.
as of Spring 3.2, in favor of using regular bean name aliases (which support placeholder parsing since Spring 2.5)
BeanReferenceFactoryBean() - Constructor for class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Deprecated.
 
beanReferences - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
beanReferences - Variable in class org.springframework.aop.config.AspectComponentDefinition
 
beanReferences - Variable in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
BeanResolver - Interface in org.springframework.expression
A bean resolver can be registered with the evaluation context and will kick in for @myBeanName still expressions.
beanResolver - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
beans - Variable in class org.springframework.beans.factory.support.StaticListableBeanFactory
Map from bean name to bean instance
beans - Variable in class org.springframework.jmx.export.MBeanExporter
The beans to be exposed as JMX managed resources, with JMX names as keys
BEANS_NAMESPACE_URI - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
BeansDtdResolver - Class in org.springframework.beans.factory.xml
EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring class path (or JAR file).
BeansDtdResolver() - Constructor for class org.springframework.beans.factory.xml.BeansDtdResolver
 
BeansException - Exception in org.springframework.beans
Abstract superclass for all exceptions thrown in the beans package and subpackages.
BeansException(String) - Constructor for exception org.springframework.beans.BeansException
Create a new BeansException with the specified message.
BeansException(String, Throwable) - Constructor for exception org.springframework.beans.BeansException
Create a new BeansException with the specified message and root cause.
beansOfTypeIncludingAncestors(ListableBeanFactory, Class<T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return all beans of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
beansOfTypeIncludingAncestors(ListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return all beans of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
beanType - Variable in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Required type of the missing bean.
BeanUtils - Class in org.springframework.beans
Static convenience methods for JavaBeans: for instantiating beans, checking bean property types, copying bean properties, etc.
BeanUtils() - Constructor for class org.springframework.beans.BeanUtils
 
BeanValidationPostProcessor - Class in org.springframework.validation.beanvalidation
Simple BeanPostProcessor that checks JSR-303 constraint annotations in Spring-managed beans, throwing an initialization exception in case of constraint violations right before calling the bean's init method (if any).
BeanValidationPostProcessor() - Constructor for class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
BeanWiringInfo - Class in org.springframework.beans.factory.wiring
Holder for bean wiring metadata information about a particular class.
BeanWiringInfo() - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
Create a default BeanWiringInfo that suggests plain initialization of factory and post-processor callbacks that the bean class may expect.
BeanWiringInfo(String) - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
Create a new BeanWiringInfo that points to the given bean name.
BeanWiringInfo(String, boolean) - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
Create a new BeanWiringInfo that points to the given bean name.
BeanWiringInfo(int, boolean) - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
Create a new BeanWiringInfo that indicates autowiring.
beanWiringInfoResolver - Variable in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
BeanWiringInfoResolver - Interface in org.springframework.beans.factory.wiring
Strategy interface to be implemented by objects than can resolve bean name information, given a newly instantiated bean object.
BeanWrapper - Interface in org.springframework.beans
The central interface of Spring's low-level JavaBeans infrastructure.
beanWrapper - Variable in class org.springframework.beans.support.PropertyComparator
 
beanWrapper - Variable in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 
beanWrapper - Variable in class org.springframework.validation.BeanPropertyBindingResult
 
BeanWrapperImpl - Class in org.springframework.beans
Default BeanWrapper implementation that should be sufficient for all typical use cases.
BeanWrapperImpl() - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new empty BeanWrapperImpl.
BeanWrapperImpl(boolean) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new empty BeanWrapperImpl.
BeanWrapperImpl(Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl for the given object.
BeanWrapperImpl(Class<?>) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl, wrapping a new instance of the specified class.
BeanWrapperImpl(Object, String, Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl for the given object, registering a nested path that the object is in.
BeanWrapperImpl(Object, String, BeanWrapperImpl) - Constructor for class org.springframework.beans.BeanWrapperImpl
Create new BeanWrapperImpl for the given object, registering a nested path that the object is in.
BeanWrapperImpl.PropertyTokenHolder - Class in org.springframework.beans
 
BeanWrapperImpl.PropertyTokenHolder() - Constructor for class org.springframework.beans.BeanWrapperImpl.PropertyTokenHolder
 
before(Method, Object[], Object) - Method in class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
 
BEFORE - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
before(Method, Object[], Object) - Method in interface org.springframework.aop.MethodBeforeAdvice
Callback before a given method is invoked.
beforeAccess() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter
 
beforeAccess() - Method in class org.springframework.util.ConcurrencyThrottleSupport
To be invoked before the main execution logic of concrete subclasses.
BeforeAdvice - Interface in org.springframework.aop
Common marker interface for before advice, such as MethodBeforeAdvice.
beforeCommit(boolean) - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
beforeCommit(boolean) - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
beforeCommit(boolean) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
beforeCommit(boolean) - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked before transaction commit (before "beforeCompletion").
beforeCommit(boolean) - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
beforeCompletion() - Method in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
beforeCompletion() - Method in class org.springframework.jdbc.support.lob.JtaLobCreatorSynchronization
 
beforeCompletion() - Method in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
 
beforeCompletion() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
beforeCompletion() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
beforeCompletion() - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler.LobCreatorSynchronization
Deprecated.
 
beforeCompletion() - Method in class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
 
beforeCompletion() - Method in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
JTA beforeCompletion callback: just invoked before commit.
beforeCompletion() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
beforeCompletion() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Invoked before transaction commit/rollback.
beforeCompletion() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
beforeCompletionCalled - Variable in class org.springframework.jdbc.support.lob.JtaLobCreatorSynchronization
 
beforeCompletionCalled - Variable in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
 
beforeCompletionCalled - Variable in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
 
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
beforeConcurrentHandling(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked before the start of concurrent handling in the original thread in which the Callable is submitted for concurrent handling.
beforeConcurrentHandling(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
This implementation is empty.
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked immediately before the start of concurrent handling, in the same thread that started it.
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
This implementation is empty.
beforeDelivery(Method) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
This beforeDelivery implementation starts a transaction, if necessary, and exposes the endpoint ClassLoader as current thread context ClassLoader.
beforeDeliveryCalled - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
beforeExistingAdvisors - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
beforeFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
beforeFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the front of this RowSet, just before the first row.
beforeInstantiationResolved - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
Package-visible field that indicates a before-instantiation post-processor having kicked in
beforeInvocation - Variable in class org.springframework.cache.interceptor.CacheEvictOperation
 
beforeMessagePrefix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
beforeMessageSuffix - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
beforePhase(PhaseEvent) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
beforePrototypeCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Callback before prototype creation.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Logs the before-request message through Log4J and adds a message the Log4J NDC before the request is processed.
beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message before the request is processed.
beforeSessionFactoryDestruction() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Hook that allows shutdown processing before the SessionFactory will be closed.
beforeSingletonCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Callback before singleton creation.
beforeTestClass(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
beforeTestClass() - Method in class org.springframework.test.context.TestContextManager
Hook for pre-processing a test class before execution of any tests within the class.
beforeTestClass(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Pre-processes a test class before execution of all tests within the class.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation is empty.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
If the DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTE in the supplied test context has a value of Boolean.TRUE, this method will have the same effect as prepareTestInstance(); otherwise, this method will have no effect.
beforeTestMethod(Object, Method) - Method in class org.springframework.test.context.TestContextManager
Hook for pre-processing a test before execution of the supplied test method, for example for setting up test fixtures, starting a transaction, etc.
beforeTestMethod(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
Pre-processes a test before execution of the test method in the supplied test context, for example by setting up test fixtures.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
If the test method of the supplied test context is configured to run within a transaction, this method will run @BeforeTransaction methods and start a new transaction.
beforeTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
Sets up thread-local state before each test method via Spring Web's RequestContextHolder, but only if the test class is annotated with @WebAppConfiguration.
BeforeTransaction - Annotation Type in org.springframework.test.context.transaction
Test annotation to indicate that the annotated public void method should be executed before a transaction is started for test methods configured to run within a transaction via the &#064;Transactional annotation.
begin() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
beginTransaction() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.TransactionDelegate
 
beginTransaction(Transaction, TransactionDefinition) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation invokes the standard JDO Transaction#begin() method and also Transaction#setIsolationLevel(String) if necessary.
beginTransaction(Transaction, TransactionDefinition) - Method in interface org.springframework.orm.jdo.JdoDialect
Begin the given JDO transaction, applying the semantics specified by the given Spring transaction definition (in particular, an isolation level and a timeout).
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation invokes the standard JPA Transaction.begin method.
beginTransaction(EntityManager, TransactionDefinition) - Method in interface org.springframework.orm.jpa.JpaDialect
Begin the given JPA transaction, applying the semantics specified by the given Spring transaction definition (in particular, an isolation level and a timeout).
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
 
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
Deprecated.
 
beginWithNameAndTimeoutMethod - Variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
beginWithNameMethod - Variable in class org.springframework.transaction.jta.OC4JJtaTransactionManager
Deprecated.
 
beginWithNameMethod - Variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
BEST_MATCHING_PATTERN_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains the best matching pattern within the handler mapping.
bestMatchedPattern() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
Deprecated.
 
bestMatchingPattern - Variable in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.PathExposingHandlerInterceptor
 
bfgInstancesByKey - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
bfgInstancesByObj - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
binaryStream - Variable in class org.springframework.jdbc.support.lob.PassThroughBlob
 
bind(String, Object) - Method in class org.springframework.jndi.JndiTemplate
Bind the given object to the current JNDI context, using the given name.
bind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
Bind the given object to the given name.
bind(Name, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
bind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Bind the given object under the given name, for all naming contexts that this context builder will generate.
bind(PropertyValues) - Method in class org.springframework.validation.DataBinder
Bind the given property values to this binder's target.
bind(ServletRequest) - Method in class org.springframework.web.bind.ServletRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bind(WebRequest) - Method in class org.springframework.web.bind.support.WebRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bind(PortletRequest) - Method in class org.springframework.web.portlet.bind.PortletRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bind(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Bind request parameters onto the given command bean
bindAndValidate(PortletRequest, Object) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Bind the parameters of the given request to the given command object.
bindAndValidate(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Bind the parameters of the given request to the given command object.
bindAnnotationsFromVarNames(List<String>) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Match the given list of extracted variable names to argument slots.
bindArgumentsByName(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
bindDefaultNamespaceUri(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
Binds the given namespace as default namespace.
bindEmptyMultipartFiles - Variable in class org.springframework.web.bind.WebDataBinder
 
binderFactory - Variable in class org.springframework.web.method.annotation.ModelFactory
 
binderMethods - Variable in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
 
BindErrorsTag - Class in org.springframework.web.servlet.tags
JSP tag that evaluates content if there are binding errors for a certain bean.
BindErrorsTag() - Constructor for class org.springframework.web.servlet.tags.BindErrorsTag
 
BindException - Exception in org.springframework.validation
Thrown when binding errors are considered fatal.
BindException(BindingResult) - Constructor for exception org.springframework.validation.BindException
Create a new BindException instance for a BindingResult.
BindException(Object, String) - Constructor for exception org.springframework.validation.BindException
Create a new BindException instance for a target bean.
bindException - Variable in class org.springframework.validation.DataBinder
 
bindExplicitArguments(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
BindingAwareModelMap - Class in org.springframework.validation.support
Subclass of ExtendedModelMap that automatically removes a BindingResult object if the corresponding target attribute gets replaced.
BindingAwareModelMap() - Constructor for class org.springframework.validation.support.BindingAwareModelMap
 
BindingErrorProcessor - Interface in org.springframework.validation
Strategy for processing DataBinder's missing field errors, and for translating a PropertyAccessException to a FieldError.
bindingErrorProcessor - Variable in class org.springframework.validation.DataBinder
 
bindingErrorProcessor - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
bindingErrorProcessor - Variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
bindingErrorProcessor - Variable in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
 
bindingFactory - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
bindingFailure - Variable in class org.springframework.validation.FieldError
 
bindingInitializer - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
bindingName - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
bindingResult - Variable in exception org.springframework.validation.BindException
 
BindingResult - Interface in org.springframework.validation
General interface that represents binding results.
bindingResult - Variable in class org.springframework.validation.DataBinder
 
bindingResult - Variable in exception org.springframework.web.bind.MethodArgumentNotValidException
 
bindingResult - Variable in class org.springframework.web.servlet.support.BindStatus
 
BindingResultUtils - Class in org.springframework.validation
Convenience methods for looking up BindingResults in a model Map.
BindingResultUtils() - Constructor for class org.springframework.validation.BindingResultUtils
 
bindingType - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
bindMultipart(Map<String, List<MultipartFile>>, MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Bind all multipart files contained in the given request, if any (in case of a multipart request).
bindMultipartFiles(Map<String, MultipartFile>, MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Deprecated.
bindNamespaceUri(String, String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
Binds the given prefix to the given namespace.
bindOnNewForm - Variable in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
 
bindOnNewForm - Variable in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
 
bindParameterName(int, String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
bindParameters(ProxyMethodInvocation, JoinPointMatch) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
bindRequestParameters(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Extension point to bind the request to the target object.
bindRequestParameters(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Extension point to bind the request to the target object.
bindResource(Object, Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Bind the given resource for the given key to the current thread.
bindSession() - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
bindSession() - Method in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
bindSession() - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
BindStatus - Class in org.springframework.web.servlet.support
Simple adapter to expose the bind status of a field or object.
BindStatus(RequestContext, String, boolean) - Constructor for class org.springframework.web.servlet.support.BindStatus
Create a new BindStatus instance, representing a field or object status.
bindStatus - Variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
The BindStatus of this tag.
bindStatus - Variable in class org.springframework.web.servlet.tags.form.OptionWriter
 
BindTag - Class in org.springframework.web.servlet.tags
Bind tag, supporting evaluation of binding errors for a certain bean or bean property.
BindTag() - Constructor for class org.springframework.web.servlet.tags.BindTag
 
bindToThread() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
BLOB_CLASS_NAME - Static variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
BlobByteArrayType - Class in org.springframework.orm.hibernate3.support
Hibernate UserType implementation for byte arrays that get mapped to BLOBs.
BlobByteArrayType() - Constructor for class org.springframework.orm.hibernate3.support.BlobByteArrayType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobByteArrayType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.BlobByteArrayType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
BlobByteArrayTypeHandler - 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/)
BlobByteArrayTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
Deprecated.
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
BlobByteArrayTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
Deprecated.
Constructor used for testing: takes an explicit LobHandler.
blobClass - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
BlobSerializableType - Class in org.springframework.orm.hibernate3.support
Hibernate UserType implementation for arbitrary objects that get serialized to BLOBs.
BlobSerializableType() - Constructor for class org.springframework.orm.hibernate3.support.BlobSerializableType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobSerializableType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.BlobSerializableType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
BlobSerializableTypeHandler - 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/)
BlobSerializableTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
Deprecated.
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
BlobSerializableTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
Deprecated.
Constructor used for testing: takes an explicit LobHandler.
BlobStringType - Class in org.springframework.orm.hibernate3.support
Hibernate UserType implementation for Strings that get mapped to BLOBs.
BlobStringType() - Constructor for class org.springframework.orm.hibernate3.support.BlobStringType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobStringType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.BlobStringType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
blockForAvailableThreads() - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
blocking - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
blockTag - Variable in class org.springframework.web.servlet.tags.form.TagWriter.TagStateEntry
 
blockUntilCompleted - Variable in class org.springframework.jca.work.WorkManagerTaskExecutor
 
blockUntilStarted - Variable in class org.springframework.jca.work.WorkManagerTaskExecutor
 
body - Variable in class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
body - Variable in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
body - Variable in class org.springframework.http.HttpEntity
 
body - Variable in class org.springframework.mock.http.MockHttpInputMessage
 
body - Variable in class org.springframework.mock.http.MockHttpOutputMessage
 
body(String) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the body as a UTF-8 String.
body(byte[]) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the body as a byte array.
body(Resource) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the body as a Resource.
bodyContent - Variable in class org.springframework.web.servlet.tags.EscapeBodyTag
 
bodyContent - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
BOOLEAN_PARSER - Static variable in class org.springframework.web.bind.ServletRequestUtils
 
BOOLEAN_PARSER - Static variable in class org.springframework.web.portlet.bind.PortletRequestUtils
 
BOOLEAN_TYPES - Static variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
BooleanComparator - Class in org.springframework.util.comparator
A Comparator for Boolean objects that can sort either true or false first.
BooleanComparator(boolean) - Constructor for class org.springframework.util.comparator.BooleanComparator
Create a BooleanComparator that sorts boolean values based on the provided flag.
BooleanLiteral - Class in org.springframework.expression.spel.ast
Represents the literal values TRUE and FALSE.
BooleanLiteral(String, int, boolean) - Constructor for class org.springframework.expression.spel.ast.BooleanLiteral
 
BooleanTypedValue - Class in org.springframework.expression.spel.support
 
BooleanTypedValue(boolean) - Constructor for class org.springframework.expression.spel.support.BooleanTypedValue
 
booleanValue(Boolean) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the boolean value found.
booleanValue(Boolean) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert the Boolean value found.
bootstrapCacheLoader - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
bootstrapContext - Variable in class org.springframework.jca.context.BootstrapContextAwareProcessor
 
bootstrapContext - Variable in class org.springframework.jca.context.ResourceAdapterApplicationContext
 
bootstrapContext - Variable in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
BootstrapContextAware - Interface in org.springframework.jca.context
Interface to be implemented by any object that wishes to be notified of the BootstrapContext (typically determined by the ResourceAdapterApplicationContext) that it runs in.
BootstrapContextAwareProcessor - Class in org.springframework.jca.context
BeanPostProcessor implementation that passes the BootstrapContext to beans that implement the BootstrapContextAware interface.
BootstrapContextAwareProcessor(BootstrapContext) - Constructor for class org.springframework.jca.context.BootstrapContextAwareProcessor
Create a new BootstrapContextAwareProcessor for the given context.
BootstrapException - Exception in org.springframework.beans.factory.access
Exception thrown if a bean factory could not be loaded by a bootstrap class.
BootstrapException(String) - Constructor for exception org.springframework.beans.factory.access.BootstrapException
Create a new BootstrapException with the specified message.
BootstrapException(String, Throwable) - Constructor for exception org.springframework.beans.factory.access.BootstrapException
Create a new BootstrapException with the specified message and root cause.
bos - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter.RequestCachingRequestWrapper
 
BOUNDARY_CHARS - Static variable in class org.springframework.http.converter.FormHttpMessageConverter
 
boundObjects - Variable in class org.springframework.mock.jndi.SimpleNamingContext
 
boundObjects - Variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
 
bracket - Variable in class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
bridgedMethod - Variable in class org.springframework.web.method.HandlerMethod
 
BridgeMethodResolver - Class in org.springframework.core
Helper for resolving synthetic bridge Methods to the Method being bridged.
BridgeMethodResolver() - Constructor for class org.springframework.core.BridgeMethodResolver
 
browse(BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Browse messages in the default JMS queue.
browse(Queue, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Browse messages in a JMS queue.
browse(BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
browse(Queue, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
BrowserCallback<T> - Interface in org.springframework.jms.core
Callback for browsing the messages in a JMS queue.
browseSelected(String, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Browse selected messages in a JMS queue.
browseSelected(Queue, String, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Browse selected messages in a JMS queue.
browseSelected(String, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
browseSelected(Queue, String, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
BshScriptFactory - Class in org.springframework.scripting.bsh
ScriptFactory implementation for a BeanShell script.
BshScriptFactory(String) - Constructor for class org.springframework.scripting.bsh.BshScriptFactory
Create a new BshScriptFactory for the given script source.
BshScriptFactory(String, Class[]) - Constructor for class org.springframework.scripting.bsh.BshScriptFactory
Create a new BshScriptFactory for the given script source.
BshScriptUtils - Class in org.springframework.scripting.bsh
Utility methods for handling BeanShell-scripted objects.
BshScriptUtils() - Constructor for class org.springframework.scripting.bsh.BshScriptUtils
 
BshScriptUtils.BshExecutionException - Exception in org.springframework.scripting.bsh
Exception to be thrown on script execution failure.
BshScriptUtils.BshExecutionException(EvalError) - Constructor for exception org.springframework.scripting.bsh.BshScriptUtils.BshExecutionException
 
BshScriptUtils.BshObjectInvocationHandler - Class in org.springframework.scripting.bsh
InvocationHandler that invokes a BeanShell script method.
BshScriptUtils.BshObjectInvocationHandler(XThis) - Constructor for class org.springframework.scripting.bsh.BshScriptUtils.BshObjectInvocationHandler
 
buffer - Variable in class org.springframework.core.style.ToStringCreator
 
buffer - Variable in class org.springframework.util.CommonsLogWriter
 
BUFFER_SIZE - Static variable in class org.springframework.jms.support.converter.SimpleMessageConverter102
Deprecated.
 
BUFFER_SIZE - Static variable in class org.springframework.util.FileCopyUtils
 
BUFFER_SIZE - Static variable in class org.springframework.util.StreamUtils
 
BufferedImageHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write BufferedImages.
BufferedImageHttpMessageConverter() - Constructor for class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
bufferedOutput - Variable in class org.springframework.http.client.AbstractBufferingClientHttpRequest
 
BufferingClientHttpRequestFactory - Class in org.springframework.http.client
Wrapper for a ClientHttpRequestFactory that buffers all outgoing and incoming streams in memory.
BufferingClientHttpRequestFactory(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.BufferingClientHttpRequestFactory
 
BufferingClientHttpRequestWrapper - Class in org.springframework.http.client
Simple implementation of ClientHttpRequest that wraps another request.
BufferingClientHttpRequestWrapper(ClientHttpRequest) - Constructor for class org.springframework.http.client.BufferingClientHttpRequestWrapper
 
BufferingClientHttpResponseWrapper - Class in org.springframework.http.client
Simple implementation of ClientHttpResponse that reads the request's body into memory, thus allowing for multiple invocations of BufferingClientHttpResponseWrapper.getBody().
BufferingClientHttpResponseWrapper(ClientHttpResponse) - Constructor for class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
bufferRequestBody - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
bufferSize - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
bufferSize - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
build() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Build the embedded database.
build() - Method in interface org.springframework.test.web.servlet.MockMvcBuilder
Build a MockMvc instance.
build() - Method in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
Build a MockMvc instance.
build() - Method in class org.springframework.web.util.UriComponentsBuilder
Builds a UriComponents instance from the various components contained in this builder.
build(boolean) - Method in class org.springframework.web.util.UriComponentsBuilder
Builds a UriComponents instance from the various components contained in this builder.
build() - Method in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
build() - Method in class org.springframework.web.util.UriComponentsBuilder.FullPathComponentBuilder
 
build() - Method in interface org.springframework.web.util.UriComponentsBuilder.PathComponentBuilder
 
build() - Method in class org.springframework.web.util.UriComponentsBuilder.PathSegmentComponentBuilder
 
buildAdvice(Executor) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
buildAdvisors(String, Object[]) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Determine the advisors for the given bean, including the specific interceptors as well as the common interceptor, all adapted to the Advisor interface.
buildAndExpand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponentsBuilder
Builds a UriComponents instance and replaces URI template variables with the values from a map.
buildAndExpand(Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
Builds a UriComponents instance and replaces URI template variables with the values from an array.
buildAspectJAdvisors() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
Look for AspectJ-annotated aspect beans in the current bean factory, and return to a list of Spring AOP Advisors representing them.
buildAutowiringMetadata(Class<?>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
buildCache(String, Properties) - Method in class org.springframework.orm.hibernate3.LocalCacheProviderProxy
Deprecated.
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
buildContextHierarchyMap(Class<?>) - Static method in class org.springframework.test.context.ContextLoaderUtils
Build a context hierarchy map for the supplied test class and its superclasses, taking into account context hierarchies declared via @ContextHierarchy and @ContextConfiguration.
buildDefaultBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Derive a default bean name from the given bean definition.
buildDefaultBeanName(BeanDefinition) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Derive a default bean name from the given bean definition.
buildDefaultPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Perform Spring-based scanning for entity classes.
buildDescription(BeanReference, BeanDefinition) - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
buildDescription(BeanReference, BeanReference) - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
buildDocument(ErrorHandler, InputStream) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Validate the given stream and return a valid DOM document for parsing.
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
buildErrorMessage() - Method in class org.springframework.beans.PropertyMatches
Build an error message for the given invalid property name, indicating the possible property matches.
buildExcelDocument(Map<String, Object>, HSSFWorkbook, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Subclasses must implement this method to create an Excel HSSFWorkbook document, given the model.
buildExcelDocument(Map<String, Object>, WritableWorkbook, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
Subclasses must implement this method to create an Excel Workbook document, given the model.
buildExceptionMessage(List<String>, String) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
Build an exception message for the given list of invalid properties.
buildExceptionMessage(JMSException) - Static method in class org.springframework.jms.support.JmsUtils
Build a descriptive exception message for the given JMSException, incorporating a linked exception's message if appropriate.
buildFeedEntries(Map<String, Object>, Feed, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
buildFeedEntries(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
Subclasses must implement this method to build feed entries, given the model.
buildFeedEntries(Map<String, Object>, T, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
Subclasses must implement this method to build feed entries, given the model.
buildFeedEntries(Map<String, Object>, Channel, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractRssFeedView
buildFeedItems(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractRssFeedView
Subclasses must implement this method to build feed items, given the model.
buildFeedMetadata(Map<String, Object>, T, HttpServletRequest) - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
Populate the feed metadata (title, link, description, etc.).
buildFieldList(String, List<String>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
Add both keyed and non-keyed entries for the supplied field to the supplied field list.
buildGenericTypeAwarePropertyDescriptor(Class<?>, PropertyDescriptor) - Method in class org.springframework.beans.CachedIntrospectionResults
 
buildHttpContext(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Build the HttpContext for the given endpoint.
buildIndexedPropertyName(String, int) - Method in class org.springframework.beans.TypeConverterDelegate
 
buildInternalBeanFactory(ConfigurableBeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Build an internal BeanFactory for resolving target beans.
buildKeyedPropertyName(String, Object) - Method in class org.springframework.beans.TypeConverterDelegate
 
buildLifecycleMetadata(Class<?>) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
buildListenerArguments(Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Build an array of arguments to be passed into the target listener method.
buildLiveBeansView() - Method in class org.springframework.web.context.support.LiveBeansViewServlet
 
buildLocaleContext(PortletRequest) - Method in class org.springframework.web.portlet.FrameworkPortlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
buildLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
buildLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.FrameworkServlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
buildLogMessage(Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Build a log message for the given exception, occured during processing the given request.
buildLogMessage(Exception, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Build a log message for the given exception, occured during processing the given request.
buildMergedContextConfiguration(Class<?>, String, CacheAwareContextLoaderDelegate) - Static method in class org.springframework.test.context.ContextLoaderUtils
Build the merged context configuration for the supplied testClass and defaultContextLoaderClassName, taking into account context hierarchies declared via @ContextHierarchy and @ContextConfiguration.
buildMergedContextConfiguration(Class<?>, List<ContextConfigurationAttributes>, String, MergedContextConfiguration, CacheAwareContextLoaderDelegate) - Static method in class org.springframework.test.context.ContextLoaderUtils
Build the merged context configuration for the supplied testClass, context configuration attributes, defaultContextLoaderClassName, and parent context configuration.
buildMessage(String, Throwable) - Static method in class org.springframework.core.NestedExceptionUtils
Build a message for the given base message and root cause.
buildMessage(String, String, SQLException) - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Build a message String for the given SQLException.
buildMessage(Session, Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Build a JMS message to be sent as response based on the given result object.
buildMessage(RaiseException) - Static method in exception org.springframework.scripting.jruby.JRubyScriptUtils.JRubyExecutionException
 
buildMessageInterpolator(MessageSource) - Static method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean.HibernateValidatorDelegate
 
buildOrObtainSession() - Method in class org.springframework.orm.hibernate4.SpringJtaSessionContext
 
buildPathExposingHandler(Object, String, String, Map<String, String>) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Build a handler object for the given raw handler, exposing the actual handler, the HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE, as well as the HandlerMapping.URI_TEMPLATE_VARIABLES_ATTRIBUTE before executing the handler.
buildPathPrefix(Class) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Build a path prefix for the given controller bean class.
buildPdfDocument(Map<String, Object>, Document, PdfWriter, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Subclasses must implement this method to build an iText PDF document, given the model.
buildPdfMetadata(Map<String, Object>, Document, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Populate the iText Document's meta fields (author, title, etc.).
buildPointcut(Set<Class<? extends Annotation>>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Calculate a pointcut for the given async annotation types, if any.
buildPointcutExpression() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Build the underlying AspectJ pointcut expression.
buildPointcutExpression(ClassLoader) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Build the underlying AspectJ pointcut expression.
buildQueryResultsRegion(String, Properties) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
buildRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
buildRequest(ServletContext) - Method in interface org.springframework.test.web.servlet.RequestBuilder
Build the request.
buildRequestAttributes(HttpServletRequest, HttpServletResponse, RequestAttributes) - Method in class org.springframework.web.servlet.FrameworkServlet
Build ServletRequestAttributes for the given request (potentially also holding a reference to the response), taking pre-bound attributes (and their type) into consideration.
buildSafePointcut() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Build a 'safe' pointcut that excludes the AspectJ advice method itself.
buildSessionFactory() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Build the underlying Hibernate SessionFactory.
buildSessionFactory() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
buildSessionFactory(LocalSessionFactoryBuilder) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Subclasses can override this method to perform custom initialization of the SessionFactory instance, creating it via the given Configuration object that got prepared by this LocalSessionFactoryBean.
buildSessionFactory() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Build the SessionFactory.
buildSessionModel(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Build a FreeMarker HttpSessionHashModel for the given request, detecting whether a session already exists and reacting accordingly.
buildSqlMapClient(Resource[], Resource[], Properties) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
Build a SqlMapClient instance based on the given standard configuration.
buildSqlParameterList(ParsedSql, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert parameter declarations from an SqlParameterSource to a corresponding List of SqlParameters.
buildSqlTypeArray(ParsedSql, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert parameter types from an SqlParameterSource into a corresponding int array.
buildTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Build a FreeMarker template model for the given model Map.
buildTimestampsRegion(String, Properties) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
buildTransformer(Map<String, Object>) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Build a Transformer object for immediate use, based on the given parameters.
buildTypedStringValue(String, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Build a typed String value Object for the given raw value.
buildTypedStringValueForMap(String, String, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Build a typed String value Object for the given raw value.
buildUrlsForHandler(String, Class) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
Abstract template method to be implemented by subclasses.
buildUrlsForHandler(String, Class) - Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
 
buildUrlsForHandler(String, Class) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
 
buildUserTransaction(TransactionManager) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Build a UserTransaction handle based on the given TransactionManager.
buildValueArray(ParsedSql, SqlParameterSource, List<SqlParameter>) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert a Map of named parameter values to a corresponding array.
buildValueArray(String, Map<String, ?>) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert a Map of named parameter values to a corresponding array.
buildView(String) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Creates a new View instance of the specified view class and configures it.
buildView(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
buildView(String) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
buildWebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Static method in class org.springframework.test.context.ContextLoaderUtils
Attempt to build a WebMergedContextConfiguration from the supplied arguments, using reflection in order to avoid package cycles.
buildWiringInfo(Object, Configurable) - Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
Build the BeanWiringInfo for the given Configurable annotation.
bulkUpdate(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update/delete all objects according to the given query.
bulkUpdate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update/delete all objects according to the given query, binding one value to a "?" parameter in the query string.
bulkUpdate(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update/delete all objects according to the given query, binding a number of values to "?" parameters in the query string.
bulkUpdate(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
bulkUpdate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
bulkUpdate(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
bundleCache - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
bundleClassLoader - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
bundleClassLoader - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
BurlapClientInterceptor - Class in org.springframework.remoting.caucho
org.aopalliance.intercept.MethodInterceptor for accessing a Burlap service.
BurlapClientInterceptor() - Constructor for class org.springframework.remoting.caucho.BurlapClientInterceptor
 
BurlapExporter - Class in org.springframework.remoting.caucho
General stream-based protocol exporter for a Burlap endpoint.
BurlapExporter() - Constructor for class org.springframework.remoting.caucho.BurlapExporter
 
burlapProxy - Variable in class org.springframework.remoting.caucho.BurlapClientInterceptor
 
BurlapProxyFactoryBean - Class in org.springframework.remoting.caucho
FactoryBean for Burlap proxies.
BurlapProxyFactoryBean() - Constructor for class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
BurlapServiceExporter - Class in org.springframework.remoting.caucho
Servlet-API-based HTTP request handler that exports the specified service bean as Burlap service endpoint, accessible via a Burlap proxy.
BurlapServiceExporter() - Constructor for class org.springframework.remoting.caucho.BurlapServiceExporter
 
businessInterface - Variable in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
The business interface of the EJB we're proxying
businessInterface - Variable in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
The business interface of the EJB we're proxying
ButtonTag - Class in org.springframework.web.servlet.tags.form
An HTML button tag.
ButtonTag() - Constructor for class org.springframework.web.servlet.tags.form.ButtonTag
 
byPassReturnParameter(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Should we bypass the return parameter with the specified name.
byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
 
byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
 
byteArray - Variable in class org.springframework.core.io.ByteArrayResource
 
ByteArrayHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write byte arrays.
ByteArrayHttpMessageConverter() - Constructor for class org.springframework.http.converter.ByteArrayHttpMessageConverter
Creates a new instance of the ByteArrayHttpMessageConverter.
ByteArrayMultipartFileEditor - Class in org.springframework.web.multipart.support
Custom PropertyEditor for converting MultipartFiles to byte arrays.
ByteArrayMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
ByteArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
Editor for byte arrays.
ByteArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 
ByteArrayResource - Class in org.springframework.core.io
Resource implementation for a given byte array.
ByteArrayResource(byte[]) - Constructor for class org.springframework.core.io.ByteArrayResource
Create a new ByteArrayResource.
ByteArrayResource(byte[], String) - Constructor for class org.springframework.core.io.ByteArrayResource
Create a new ByteArrayResource.
bytes - Variable in class org.springframework.jca.cci.core.support.CommAreaRecord
 
bytes(byte[]) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Compare the body of the request to the given byte array.
bytes(byte[]) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the response body content as a byte array.
bytesCache - Variable in class org.springframework.context.support.ContextTypeMatchClassLoader
Cache for byte array per class name
bytesToObject(byte[]) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
Method used to convert the COMMAREA's bytes to an object.

C

C3P0NativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for the C3P0 connection pool.
C3P0NativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
 
Cache - Interface in org.springframework.cache
Interface that defines the common cache operations.
cache - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
cache - Variable in class org.springframework.cache.ehcache.EhCacheCache
 
cache - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
cache - Variable in class org.springframework.cache.jcache.JCacheCache
 
cache - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
cache - Variable in class org.springframework.jms.support.destination.JndiDestinationResolver
 
cache - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
cache - Variable in class org.springframework.jndi.JndiObjectTargetSource
 
cache - Variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
Cache.ValueWrapper - Interface in org.springframework.cache
A (wrapper) object representing a cache value.
CACHE_ADVISOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed cache advisor.
CACHE_ASPECT_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed cache aspect.
CACHE_ASPECT_CLASS_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The class name of the AspectJ caching aspect.
CACHE_ASPECT_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The name of the AspectJ caching aspect @Configuration class.
CACHE_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
CACHE_AUTO - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates automatic choice of an appropriate caching level (depending on the transaction management strategy).
CACHE_CONNECTION - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates to cache a shared JMS Connection for each listener thread.
CACHE_CONSUMER - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates to cache a shared JMS Connection, a JMS Session, and a JMS MessageConsumer for each listener thread.
CACHE_CONTROL - Static variable in class org.springframework.http.HttpHeaders
 
CACHE_EVICT_ELEMENT - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
CACHE_MANAGER_ATTRIBUTE - Static variable in class org.springframework.cache.config.CacheNamespaceHandler
 
CACHE_NONE - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates to cache no JMS resources at all.
CACHE_PUT_ELEMENT - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
CACHE_SESSION - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Constant that indicates to cache a shared JMS Connection and a JMS Session for each listener thread.
cacheability - Variable in class org.springframework.mock.web.portlet.MockResourceRequest
 
cacheability - Variable in class org.springframework.mock.web.portlet.MockResourceURL
 
Cacheable - Annotation Type in org.springframework.cache.annotation
Annotation indicating that a method (or all the methods on a class) can be cached.
CACHEABLE - Static variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
CACHEABLE_ELEMENT - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
cacheableMappingLocations - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
cacheableMappingLocations - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
CacheableOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'cacheable' operation.
CacheableOperation() - Constructor for class org.springframework.cache.interceptor.CacheableOperation
 
CacheAdviceParser - Class in org.springframework.cache.config
BeanDefinitionParser for the <tx:advice/> tag.
CacheAdviceParser() - Constructor for class org.springframework.cache.config.CacheAdviceParser
 
CacheAdviceParser.Props - Class in org.springframework.cache.config
Simple, reusable class used for overriding defaults.
CacheAdviceParser.Props(Element) - Constructor for class org.springframework.cache.config.CacheAdviceParser.Props
 
cacheAdvisor() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
 
CacheAnnotationParser - Interface in org.springframework.cache.annotation
Strategy interface for parsing known caching annotation types.
cacheAspect() - Method in class org.springframework.cache.aspectj.AspectJCachingConfiguration
 
CacheAspectSupport - Class in org.springframework.cache.interceptor
Base class for caching aspects, such as the CacheInterceptor or an AspectJ aspect.
CacheAspectSupport() - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport
 
CacheAspectSupport.CacheOperationContext - Class in org.springframework.cache.interceptor
 
CacheAspectSupport.CacheOperationContext(CacheOperation, Method, Object[], Object, Class<?>) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
CacheAspectSupport.CacheStatus - Class in org.springframework.cache.interceptor
 
CacheAspectSupport.CacheStatus(Map<CacheAspectSupport.CacheOperationContext, Object>, boolean, Object) - Constructor for class org.springframework.cache.interceptor.CacheAspectSupport.CacheStatus
 
CacheAspectSupport.Invoker - Interface in org.springframework.cache.interceptor
 
CacheAwareContextLoaderDelegate - Class in org.springframework.test.context
CacheAwareContextLoaderDelegate loads application contexts from MergedContextConfiguration by delegating to the ContextLoader configured in the MergedContextConfiguration and interacting transparently with the ContextCache behind the scenes.
CacheAwareContextLoaderDelegate(ContextCache) - Constructor for class org.springframework.test.context.CacheAwareContextLoaderDelegate
 
cacheAwareContextLoaderDelegate - Variable in class org.springframework.test.context.MergedContextConfiguration
 
cacheAwareContextLoaderDelegate - Variable in class org.springframework.test.context.TestContext
 
cacheBeanMetadata - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Whether to cache bean metadata or rather reobtain it for every access
cacheConsumers - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
cacheControl - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
cached - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
 
cached - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
 
cachedAdvisorBeanNames - Variable in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
 
cachedBundleMessageFormats - Variable in class org.springframework.context.support.ResourceBundleMessageSource
Cache to hold already generated MessageFormats.
cachedConsumers - Variable in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
cachedExecutor - Variable in class org.springframework.expression.spel.ast.ConstructorReference
The cached executor that may be reused on subsequent evaluations.
cachedExecutor - Variable in class org.springframework.expression.spel.ast.MethodReference
 
cachedFactory - Variable in class org.springframework.web.servlet.view.XmlViewResolver
 
cachedFieldValue - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement
 
cachedFilenames - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Cache to hold filename lists per Locale
cachedHome - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
The EJB's home object, potentially cached.
cachedIntrospectionResults - Variable in class org.springframework.beans.BeanWrapperImpl
Cached introspections results for this object, to prevent encountering the cost of JavaBeans introspection every time.
CachedIntrospectionResults - Class in org.springframework.beans
Internal class that caches JavaBeans PropertyDescriptor information for a Java class.
CachedIntrospectionResults(Class<?>) - Constructor for class org.springframework.beans.CachedIntrospectionResults
Create a new CachedIntrospectionResults instance for the given class.
cacheDir - Variable in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
cachedMappings - Variable in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
 
cachedMergedProperties - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Cache to hold merged loaded properties per locale
CachedMessageConsumer - Class in org.springframework.jms.connection
JMS MessageConsumer decorator that adapts all calls to a shared MessageConsumer instance underneath.
CachedMessageConsumer(MessageConsumer) - Constructor for class org.springframework.jms.connection.CachedMessageConsumer
 
cachedMessageFormats - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
Cache to hold already generated MessageFormats per message code
cachedMessageFormats - Variable in class org.springframework.context.support.StaticMessageSource
 
CachedMessageProducer - Class in org.springframework.jms.connection
JMS MessageProducer decorator that adapts calls to a shared MessageProducer instance underneath, managing QoS settings locally within the decorator.
CachedMessageProducer(MessageProducer) - Constructor for class org.springframework.jms.connection.CachedMessageProducer
 
cachedMethodArguments - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredMethodElement
 
cachedObject - Variable in class org.springframework.jndi.JndiObjectTargetSource
 
cachedParsers - Variable in class org.springframework.format.support.FormattingConversionService
 
cachedPrinters - Variable in class org.springframework.format.support.FormattingConversionService
 
cachedProducers - Variable in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
cachedProperties - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Cache to hold already loaded properties per filename
cachedReadAccessor - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedReadAccessor - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
cachedReadName - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedReadTargetType - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedResourceBundles - Variable in class org.springframework.context.support.ResourceBundleMessageSource
Cache to hold loaded ResourceBundles.
cachedResult - Variable in class org.springframework.scripting.groovy.GroovyScriptFactory
 
cachedRowSetFactory - Static variable in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
 
cachedSessions - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
cachedSql - Variable in class org.springframework.jdbc.object.SqlOperation
Parsed representation of the SQL statement
cachedStub - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
cachedStub - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
 
cachedTemplates - Variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
cachedTemplates - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
cachedWriteAccessor - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedWriteAccessor - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
cachedWriteName - Variable in class org.springframework.expression.spel.ast.Indexer
 
cachedWriteTargetType - Variable in class org.springframework.expression.spel.ast.Indexer
 
cacheEntryFactory - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
cacheEventListeners - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
CacheEvict - Annotation Type in org.springframework.cache.annotation
Annotation indicating that a method (or all methods on a class) trigger(s) a cache invalidate operation.
CacheEvictOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'evict' operation.
CacheEvictOperation() - Constructor for class org.springframework.cache.interceptor.CacheEvictOperation
 
CacheExpressionRootObject - Class in org.springframework.cache.interceptor
Class describing the root object used during the expression evaluation.
CacheExpressionRootObject(Collection<Cache>, Method, Object[], Object, Class<?>) - Constructor for class org.springframework.cache.interceptor.CacheExpressionRootObject
 
cacheForSeconds(MimeResponse, int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Set portlet response to allow caching for the given number of seconds.
cacheForSeconds(HttpServletResponse, int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set HTTP headers to allow caching for the given number of seconds.
cacheForSeconds(HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Set HTTP headers to allow caching for the given number of seconds.
cacheHome - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
cacheInterceptor() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
 
CacheInterceptor - Class in org.springframework.cache.interceptor
AOP Alliance MethodInterceptor for declarative cache management using the common Spring caching infrastructure (Cache).
CacheInterceptor() - Constructor for class org.springframework.cache.interceptor.CacheInterceptor
 
CacheInterceptor.ThrowableWrapper - Exception in org.springframework.cache.interceptor
 
CacheInterceptor.ThrowableWrapper(Throwable) - Constructor for exception org.springframework.cache.interceptor.CacheInterceptor.ThrowableWrapper
 
cacheKeys() - Method in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
 
cacheLevel - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
cacheLimit - Variable in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
 
cacheLimit - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
cacheLimit - Variable in class org.springframework.web.servlet.view.AbstractCachingViewResolver
The maximum number of entries in the cache
cacheManager - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
cacheManager() - Method in interface org.springframework.cache.annotation.CachingConfigurer
Return the cache manager bean to use for annotation-driven cache management.
CacheManager - Interface in org.springframework.cache
A manager for a set of Caches.
cacheManager - Variable in class org.springframework.cache.ehcache.EhCacheCacheManager
 
cacheManager - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
cacheManager - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
cacheManager - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
cacheManager - Variable in class org.springframework.cache.jcache.JCacheCacheManager
 
cacheManager - Variable in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
cacheManagerBeans - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
cacheManagerName - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
cacheManagerName - Variable in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
cacheManagers - Variable in class org.springframework.cache.support.CompositeCacheManager
 
cacheMap - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
cacheMap - Variable in class org.springframework.cache.support.AbstractCacheManager
 
cacheMappings - Variable in class org.springframework.web.servlet.mvc.WebContentInterceptor
 
cacheMillis - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
cacheMillis - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
cacheName - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
cacheNames - Variable in class org.springframework.cache.interceptor.CacheOperation
 
cacheNames - Variable in class org.springframework.cache.support.AbstractCacheManager
 
cacheNames - Variable in class org.springframework.cache.support.NoOpCacheManager
 
CacheNamespaceHandler - Class in org.springframework.cache.config
NamespaceHandler allowing for the configuration of declarative cache management using either XML or using annotations.
CacheNamespaceHandler() - Constructor for class org.springframework.cache.config.CacheNamespaceHandler
 
CacheOperation - Class in org.springframework.cache.interceptor
Base class implementing CacheOperation.
CacheOperation() - Constructor for class org.springframework.cache.interceptor.CacheOperation
 
cacheOperationSource() - Method in class org.springframework.cache.annotation.ProxyCachingConfiguration
 
cacheOperationSource - Variable in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
 
cacheOperationSource - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
CacheOperationSource - Interface in org.springframework.cache.interceptor
Interface used by CacheInterceptor.
CacheOperationSourcePointcut - Class in org.springframework.cache.interceptor
A Pointcut that matches if the underlying CacheOperationSource has an attribute for a given method.
CacheOperationSourcePointcut() - Constructor for class org.springframework.cache.interceptor.CacheOperationSourcePointcut
 
cacheOperationSources - Variable in class org.springframework.cache.interceptor.CompositeCacheOperationSource
 
cachePeriod - Variable in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
 
cacheProducers - Variable in class org.springframework.jms.connection.CachingConnectionFactory
 
cacheProvider - Variable in class org.springframework.orm.hibernate3.LocalCacheProviderProxy
Deprecated.
 
cacheProvider - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
CacheProxyFactoryBean - Class in org.springframework.cache.interceptor
Proxy factory bean for simplified declarative caching handling.
CacheProxyFactoryBean() - Constructor for class org.springframework.cache.interceptor.CacheProxyFactoryBean
 
CachePut - Annotation Type in org.springframework.cache.annotation
Annotation indicating that a method (or all methods on a class) trigger(s) a Cache.put(Object, Object) operation.
CachePutOperation - Class in org.springframework.cache.interceptor
Class describing a cache 'put' operation.
CachePutOperation() - Constructor for class org.springframework.cache.interceptor.CachePutOperation
 
cacheQueries - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
cacheRegionFactory - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
caches - Variable in class org.springframework.cache.config.CacheAdviceParser.Props
 
caches - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
caches - Variable in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
caches - Variable in class org.springframework.cache.support.NoOpCacheManager
 
caches - Variable in class org.springframework.cache.support.SimpleCacheManager
 
cacheSeconds - Variable in class org.springframework.web.portlet.handler.PortletContentGenerator
 
cacheSeconds - Variable in class org.springframework.web.servlet.support.WebContentGenerator
 
cacheSecondsForSessionAttributeHandlers - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
cacheSecondsForSessionAttributeHandlers - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
cacheSecondsForSessionAttributeHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
cacheSessionBean - Variable in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
cacheSize - Variable in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
The number of keys buffered in a cache
cacheStub - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
cacheStub - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
 
cacheTemplate - Variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
cacheTemplates - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
cacheTemplates - Variable in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
cacheUnresolved - Variable in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Whether we should refrain from resolving views again if unresolved once
cacheUpdates - Variable in class org.springframework.cache.interceptor.CacheAspectSupport.CacheStatus
 
cacheUserTransaction - Variable in class org.springframework.transaction.jta.JtaTransactionManager
 
cacheWide - Variable in class org.springframework.cache.interceptor.CacheEvictOperation
 
Caching - Annotation Type in org.springframework.cache.annotation
Group annotation for multiple cache annotations (of different or the same type).
CachingConfigurationSelector - Class in org.springframework.cache.annotation
Selects which implementation of AbstractCachingConfiguration should be used based on the value of EnableCaching.mode() on the importing @Configuration class.
CachingConfigurationSelector() - Constructor for class org.springframework.cache.annotation.CachingConfigurationSelector
 
CachingConfigurer - Interface in org.springframework.cache.annotation
Interface to be implemented by @Configuration classes annotated with @EnableCaching that wish or need to specify explicitly the CacheManager and KeyGenerator beans to be used for annotation-driven cache management.
cachingConfigurers - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
CachingConnectionFactory - Class in org.springframework.jms.connection
SingleConnectionFactory subclass that adds javax.jms.Session caching as well javax.jms.MessageProducer caching.
CachingConnectionFactory() - Constructor for class org.springframework.jms.connection.CachingConnectionFactory
Create a new CachingConnectionFactory for bean-style usage.
CachingConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.jms.connection.CachingConnectionFactory
Create a new CachingConnectionFactory for the given target ConnectionFactory.
CachingConnectionFactory.CachedSessionInvocationHandler - Class in org.springframework.jms.connection
Invocation handler for a cached JMS Session proxy.
CachingConnectionFactory.CachedSessionInvocationHandler(Session, LinkedList<Session>) - Constructor for class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
CachingConnectionFactory.ConsumerCacheKey - Class in org.springframework.jms.connection
Simple wrapper class around a Destination and other consumer attributes.
CachingConnectionFactory.ConsumerCacheKey(Destination, String, boolean, String) - Constructor for class org.springframework.jms.connection.CachingConnectionFactory.ConsumerCacheKey
 
CachingConnectionFactory.DestinationCacheKey - Class in org.springframework.jms.connection
Simple wrapper class around a Destination reference.
CachingConnectionFactory.DestinationCacheKey(Destination) - Constructor for class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
CachingDestinationResolver - Interface in org.springframework.jms.support.destination
Extension of the DestinationResolver interface, exposing methods for clearing the cache.
cachingInterceptor - Variable in class org.springframework.cache.interceptor.CacheProxyFactoryBean
 
CachingMapDecorator<K,V> - Class in org.springframework.util
Deprecated.
as of Spring 3.2, to be removed along with LabeledEnum support
CachingMapDecorator() - Constructor for class org.springframework.util.CachingMapDecorator
Deprecated.
Create a CachingMapDecorator with strong keys, using an underlying synchronized Map.
CachingMapDecorator(boolean) - Constructor for class org.springframework.util.CachingMapDecorator
Deprecated.
Create a CachingMapDecorator, using an underlying synchronized Map.
CachingMapDecorator(boolean, int) - Constructor for class org.springframework.util.CachingMapDecorator
Deprecated.
Create a CachingMapDecorator with initial size, using an underlying synchronized Map.
CachingMapDecorator(Map<K, V>) - Constructor for class org.springframework.util.CachingMapDecorator
Deprecated.
Create a CachingMapDecorator for the given Map.
CachingMapDecorator(Map<K, V>, boolean, boolean) - Constructor for class org.springframework.util.CachingMapDecorator
Deprecated.
Create a CachingMapDecorator for the given Map.
CachingMetadataReaderFactory - Class in org.springframework.core.type.classreading
Caching implementation of the MetadataReaderFactory interface, caching MetadataReader per Spring Resource handle (i.e.
CachingMetadataReaderFactory() - Constructor for class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Create a new CachingMetadataReaderFactory for the default class loader.
CachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Create a new CachingMetadataReaderFactory for the given resource loader.
CachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Create a new CachingMetadataReaderFactory for the given class loader.
calculateAllFilenames(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Calculate all filenames for the given bundle basename and Locale.
calculateArgumentBindings() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Do as much work as we can as part of the set-up so that argument binding on subsequent advice invocations can be as fast as possible.
calculateEndpointAddress(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
Calculate the full endpoint address for the given endpoint.
calculateEndpointPath(Endpoint, String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Calculate the full endpoint path for the given endpoint.
calculateFilenamesForLocale(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Calculate the filenames for the given bundle basename and Locale, appending language code, country code, and variant code.
calculateMatches(PropertyDescriptor[], int) - Method in class org.springframework.beans.PropertyMatches
Generate possible property alternatives for the given property and class.
calculateShift(int, int) - Static method in class org.springframework.util.ConcurrentReferenceHashMap
Calculate a shift value that can be used to create a power-of-two value between the specified maximum and minimum values.
calculateStringDistance(String, String) - Method in class org.springframework.beans.PropertyMatches
Calculate the distance between the given two Strings according to the Levenshtein algorithm.
calendars - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
call(CallableStatementCreator, List<SqlParameter>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a SQL call using a CallableStatementCreator to provide SQL and any required parameters.
call(CallableStatementCreator, List<SqlParameter>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
call() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable
 
callable - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
CallableInterceptorChain - Class in org.springframework.web.context.request.async
Assists with the invocation of CallableProcessingInterceptor's.
CallableInterceptorChain(List<CallableProcessingInterceptor>) - Constructor for class org.springframework.web.context.request.async.CallableInterceptorChain
 
callableInterceptors - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
callableInterceptors - Variable in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
callableInterceptors - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
CallableMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles return values of type Callable.
CallableMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
 
CallableProcessingInterceptor - Interface in org.springframework.web.context.request.async
Intercepts concurrent request handling, where the concurrent result is obtained by executing a Callable on behalf of the application with an AsyncTaskExecutor.
CallableProcessingInterceptorAdapter - Class in org.springframework.web.context.request.async
Abstract adapter class for the CallableProcessingInterceptor interface, for simplified implementation of individual methods.
CallableProcessingInterceptorAdapter() - Constructor for class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
 
CallableStatementCallback<T> - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a CallableStatement.
CallableStatementCreator - Interface in org.springframework.jdbc.core
One of the three central callback interfaces used by the JdbcTemplate class.
CallableStatementCreatorFactory - Class in org.springframework.jdbc.core
Helper class that efficiently creates multiple CallableStatementCreator objects with different parameters based on a SQL statement and a single set of parameter declarations.
CallableStatementCreatorFactory(String) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory
Create a new factory.
CallableStatementCreatorFactory(String, List<SqlParameter>) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory
Create a new factory with the given SQL and the given parameters.
CallableStatementCreatorFactory.CallableStatementCreatorImpl - Class in org.springframework.jdbc.core
CallableStatementCreator implementation returned by this class.
CallableStatementCreatorFactory.CallableStatementCreatorImpl(ParameterMapper) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
Create a new CallableStatementCreatorImpl.
CallableStatementCreatorFactory.CallableStatementCreatorImpl(Map<String, ?>) - Constructor for class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
Create a new CallableStatementCreatorImpl.
callableStatementFactory - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Object enabling us to create CallableStatementCreators efficiently, based on this class's declared parameters.
callableStatementFactory - Variable in class org.springframework.jdbc.object.SqlCall
Object enabling us to create CallableStatementCreators efficiently, based on this class's declared parameters.
callableStatementType - Variable in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
callback - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
CALLBACK_FILTER - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
 
CALLBACK_FILTER - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer
 
CALLBACK_TYPES - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
 
CALLBACK_TYPES - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer
 
callbackInstances - Variable in class org.springframework.context.annotation.ConfigurationClassEnhancer
 
CallbackPreferringPlatformTransactionManager - Interface in org.springframework.transaction.support
Extension of the PlatformTransactionManager interface, exposing a method for executing a given callback within a transaction.
CallMetaDataContext - Class in org.springframework.jdbc.core.metadata
Class to manage context metadata used for the configuration and execution of the call.
CallMetaDataContext() - Constructor for class org.springframework.jdbc.core.metadata.CallMetaDataContext
 
callMetaDataContext - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
context used to retrieve and manage database metadata
CallMetaDataProvider - Interface in org.springframework.jdbc.core.metadata
Interface specifying the API to be implemented by a class providing call metadata.
CallMetaDataProviderFactory - Class in org.springframework.jdbc.core.metadata
Factory used to create a CallMetaDataProvider implementation based on the type of databse being used.
CallMetaDataProviderFactory() - Constructor for class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
 
callNextHandlerInChain(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Method to be called by subclasses when intending to delegate to the next handler in the NavigationHandler chain.
CallParameterMetaData - Class in org.springframework.jdbc.core.metadata
Holder of metadata for a specific parameter that is used for call processing.
CallParameterMetaData(String, int, int, String, boolean) - Constructor for class org.springframework.jdbc.core.metadata.CallParameterMetaData
Constructor taking all the properties
callParameterMetaData - Variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
callParameters - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
List of SqlParameter objects to be used in call execution
callString - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory
The SQL call string, which won't change when the parameters change.
callString - Variable in class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator
 
callString - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
the generated string used for call statement
callString - Variable in class org.springframework.jdbc.object.SqlCall
Call string as defined in java.sql.CallableStatement.
canApply(Pointcut, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
Can the given pointcut apply at all on the given class?
canApply(Pointcut, Class<?>, boolean) - Static method in class org.springframework.aop.support.AopUtils
Can the given pointcut apply at all on the given class?
canApply(Advisor, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
Can the given advisor apply at all on the given class? This is an important test as it can be used to optimize out a advisor for a class.
canApply(Advisor, Class<?>, boolean) - Static method in class org.springframework.aop.support.AopUtils
Can the given advisor apply at all on the given class?
canBypassConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Returns true if conversion between the sourceType and targetType can be bypassed.
canCacheTransactionManager() - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
 
canCacheUserTransaction() - Method in class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
 
cancel(boolean) - Method in class org.springframework.scheduling.annotation.AsyncResult
 
cancel(boolean) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
cancel(boolean) - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
CancellableFormController - Class in org.springframework.web.servlet.mvc
Deprecated.
as of Spring 3.0, in favor of annotated controllers
CancellableFormController() - Constructor for class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
 
cancelled - Variable in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
cancelParamKey - Variable in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
 
cancelRefresh(BeansException) - Method in class org.springframework.context.support.AbstractApplicationContext
Cancel this context's refresh attempt, resetting the active flag after an exception got thrown.
cancelRefresh(BeansException) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
cancelRefresh(BeansException) - Method in class org.springframework.context.support.GenericApplicationContext
 
cancelView - Variable in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated.
 
canCompare(Object, Object) - Method in class org.springframework.expression.spel.support.StandardTypeComparator
 
canCompare(Object, Object) - Method in interface org.springframework.expression.TypeComparator
Return true if the comparator can compare these two objects
canConvert(Class<?>, Class<?>) - Method in interface org.springframework.core.convert.ConversionService
Returns true if objects of sourceType can be converted to targetType.
canConvert(TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.ConversionService
Returns true if objects of sourceType can be converted to the targetType.
canConvert(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.expression.spel.support.StandardTypeConverter
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.expression.TypeConverter
Return true if the type converter can convert the specified type to the desired target type.
canConvert(Class) - Method in class org.springframework.oxm.xstream.CatchAllConverter
 
canConvertElements(TypeDescriptor, TypeDescriptor, ConversionService) - Static method in class org.springframework.core.convert.support.ConversionUtils
 
canConvertKey(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
canConvertToString - Variable in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
canConvertValue(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
canCreateCopy(Class) - Method in class org.springframework.beans.TypeConverterDelegate
 
candidateConstructorsCache - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
canHandle(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Indicates whether or not this ViewResolver can handle the supplied view name.
cannotAcquireLockCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
CannotAcquireLockException - Exception in org.springframework.dao
Exception thrown on failure to aquire a lock during an update, for example during a "select for update" statement.
CannotAcquireLockException(String) - Constructor for exception org.springframework.dao.CannotAcquireLockException
Constructor for CannotAcquireLockException.
CannotAcquireLockException(String, Throwable) - Constructor for exception org.springframework.dao.CannotAcquireLockException
Constructor for CannotAcquireLockException.
CannotCreateRecordException - Exception in org.springframework.jca.cci
Exception thrown when the creating of a CCI Record failed for connector-internal reasons.
CannotCreateRecordException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.CannotCreateRecordException
Constructor for CannotCreateRecordException.
CannotCreateTransactionException - Exception in org.springframework.transaction
Exception thrown when a transaction can't be created using an underlying transaction API such as JTA.
CannotCreateTransactionException(String) - Constructor for exception org.springframework.transaction.CannotCreateTransactionException
Constructor for CannotCreateTransactionException.
CannotCreateTransactionException(String, Throwable) - Constructor for exception org.springframework.transaction.CannotCreateTransactionException
Constructor for CannotCreateTransactionException.
CannotGetCciConnectionException - Exception in org.springframework.jca.cci
Fatal exception thrown when we can't connect to an EIS using CCI.
CannotGetCciConnectionException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.CannotGetCciConnectionException
Constructor for CannotGetCciConnectionException.
CannotGetJdbcConnectionException - Exception in org.springframework.jdbc
Fatal exception thrown when we can't connect to an RDBMS using JDBC.
CannotGetJdbcConnectionException(String, SQLException) - Constructor for exception org.springframework.jdbc.CannotGetJdbcConnectionException
Constructor for CannotGetJdbcConnectionException.
CannotGetJdbcConnectionException(String, ClassNotFoundException) - Constructor for exception org.springframework.jdbc.CannotGetJdbcConnectionException
Deprecated.
since Spring 2.5, in favor of throwing an IllegalStateException in case of the driver not being found
CannotLoadBeanClassException - Exception in org.springframework.beans.factory
Exception thrown when the BeanFactory cannot load the specified class of a given bean.
CannotLoadBeanClassException(String, String, String, ClassNotFoundException) - Constructor for exception org.springframework.beans.factory.CannotLoadBeanClassException
Create a new CannotLoadBeanClassException.
CannotLoadBeanClassException(String, String, String, LinkageError) - Constructor for exception org.springframework.beans.factory.CannotLoadBeanClassException
Create a new CannotLoadBeanClassException.
CannotReadScriptException - Exception in org.springframework.jdbc.datasource.init
Thrown by ResourceDatabasePopulator if one of its SQL scripts cannot be read during population.
CannotReadScriptException(EncodedResource, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.CannotReadScriptException
Construct a new CannotReadScriptException.
cannotSerializeTransactionCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
CannotSerializeTransactionException - Exception in org.springframework.dao
Exception thrown on failure to complete a transaction in serialized mode due to update conflicts.
CannotSerializeTransactionException(String) - Constructor for exception org.springframework.dao.CannotSerializeTransactionException
Constructor for CannotSerializeTransactionException.
CannotSerializeTransactionException(String, Throwable) - Constructor for exception org.springframework.dao.CannotSerializeTransactionException
Constructor for CannotSerializeTransactionException.
canonicalFieldName(String) - Method in class org.springframework.validation.AbstractErrors
Determine the canonical field name for the given field.
canonicalFieldName(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Returns the canonical property name.
canonicalName - Variable in class org.springframework.beans.BeanWrapperImpl.PropertyTokenHolder
 
canonicalName(String) - Method in class org.springframework.core.SimpleAliasRegistry
Determine the raw name, resolving aliases to canonical names.
canonicalPropertyName(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the canonical name for the given property path.
canonicalPropertyNames(String[]) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the canonical names for the given property paths.
canPutToCache(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
Can read any Environment, thus always returns true.
canRead(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
 
canRead(EvaluationContext, Object, String) - Method in interface org.springframework.expression.PropertyAccessor
Called to determine if a resolver instance is able to access a specified property on a specified target object.
canRead(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation checks if the given class is supported, and if the supported media types include the given media type.
canRead(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns true if any of the supported media types include the given media type.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Indicates whether the given type can be read by this converter.
canRead(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
Indicates whether the given class can be read by this converter.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter required generic type information in order to read a Collection.
canRead(Type, Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Indicates whether the given type can be read by this converter.
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
Read only.
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
 
canWrite(EvaluationContext, Object, String) - Method in interface org.springframework.expression.PropertyAccessor
Called to determine if a resolver instance is able to write to a specified property on a specified target object.
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
This implementation checks if the given class is supported, and if the supported media types include the given media type.
canWrite(MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns true if the given media type includes any of the supported media types.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in interface org.springframework.http.converter.HttpMessageConverter
Indicates whether the given class can be written by this converter.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter does not convert collections to XML.
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
capitalize(String) - Static method in class org.springframework.util.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
caseInsensitiveKeys - Variable in class org.springframework.util.LinkedCaseInsensitiveMap
 
caseInsensitiveValueOf(E[], String) - Static method in class org.springframework.util.ObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
caseSensitive - Variable in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
 
CASTOR_MARSHALLER_CLASS_NAME - Static variable in class org.springframework.oxm.config.CastorMarshallerBeanDefinitionParser
 
CastorMappingException - Exception in org.springframework.oxm.castor
Exception thrown by CastorMarshaller whenever it encounters a mapping problem.
CastorMappingException(String, Throwable) - Constructor for exception org.springframework.oxm.castor.CastorMappingException
Construct a CastorMappingException with the specified detail message and nested exception.
CastorMarshaller - Class in org.springframework.oxm.castor
Implementation of the Marshaller interface for Castor.
CastorMarshaller() - Constructor for class org.springframework.oxm.castor.CastorMarshaller
 
CastorMarshallerBeanDefinitionParser - Class in org.springframework.oxm.config
Parser for the &lt;oxm:castor-marshaller/&gt; element.
CastorMarshallerBeanDefinitionParser() - Constructor for class org.springframework.oxm.config.CastorMarshallerBeanDefinitionParser
 
castorProperties - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
catalogName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
name of catalog for call
catalogName - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
 
catalogName - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
name of catalog for call
catalogNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the catalog name passed in to match the meta data currently used.
catalogNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
catalogNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
catalogNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the catalog name formatted based on metadata information.
CatchAllConverter - Class in org.springframework.oxm.xstream
XStream Converter that supports all classes, but throws exceptions for (un)marshalling.
CatchAllConverter() - Constructor for class org.springframework.oxm.xstream.CatchAllConverter
 
category - Variable in class org.springframework.jmx.export.metadata.ManagedMetric
 
cc - Variable in class org.springframework.mail.SimpleMailMessage
 
CciDaoSupport - Class in org.springframework.jca.cci.core.support
Convenient super class for CCI-based data access objects.
CciDaoSupport() - Constructor for class org.springframework.jca.cci.core.support.CciDaoSupport
 
CciLocalTransactionManager - Class in org.springframework.jca.cci.connection
PlatformTransactionManager implementation that manages local transactions for a single CCI ConnectionFactory.
CciLocalTransactionManager() - Constructor for class org.springframework.jca.cci.connection.CciLocalTransactionManager
Create a new CciLocalTransactionManager instance.
CciLocalTransactionManager(ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.CciLocalTransactionManager
Create a new CciLocalTransactionManager instance.
CciLocalTransactionManager.CciLocalTransactionObject - Class in org.springframework.jca.cci.connection
CCI local transaction object, representing a ConnectionHolder.
CciLocalTransactionManager.CciLocalTransactionObject() - Constructor for class org.springframework.jca.cci.connection.CciLocalTransactionManager.CciLocalTransactionObject
 
CciOperationNotSupportedException - Exception in org.springframework.jca.cci
Exception thrown when the connector doesn't support a specific CCI operation.
CciOperationNotSupportedException(String, ResourceException) - Constructor for exception org.springframework.jca.cci.CciOperationNotSupportedException
Constructor for CciOperationNotSupportedException.
CciOperations - Interface in org.springframework.jca.cci.core
Interface that specifies a basic set of CCI operations on an EIS.
CciTemplate - Class in org.springframework.jca.cci.core
This is the central class in the CCI core package. It simplifies the use of CCI and helps to avoid common errors.
CciTemplate() - Constructor for class org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate for bean usage.
CciTemplate(ConnectionFactory) - Constructor for class org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate, given a ConnectionFactory to obtain Connections from.
CciTemplate(ConnectionFactory, ConnectionSpec) - Constructor for class org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate, given a ConnectionFactory to obtain Connections from.
cciTemplate - Variable in class org.springframework.jca.cci.core.support.CciDaoSupport
 
cciTemplate - Variable in class org.springframework.jca.cci.object.EisOperation
 
CciTemplate.SimpleRecordExtractor - Class in org.springframework.jca.cci.core
 
CciTemplate.SimpleRecordExtractor() - Constructor for class org.springframework.jca.cci.core.CciTemplate.SimpleRecordExtractor
 
cf1 - Variable in class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
cf2 - Variable in class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
CGLIB_CLASS_SEPARATOR - Static variable in class org.springframework.util.ClassUtils
The CGLIB class separator character "$$"
CGLIB_RENAMED_METHOD_PATTERN - Static variable in class org.springframework.util.ReflectionUtils
 
CglibAopProxy - Class in org.springframework.aop.framework
CGLIB-based AopProxy implementation for the Spring AOP framework.
CglibAopProxy(AdvisedSupport) - Constructor for class org.springframework.aop.framework.CglibAopProxy
Create a new CglibAopProxy for the given AOP configuration.
CglibAopProxy.AdvisedDispatcher - Class in org.springframework.aop.framework
Dispatcher for any methods declared on the Advised class.
CglibAopProxy.AdvisedDispatcher(AdvisedSupport) - Constructor for class org.springframework.aop.framework.CglibAopProxy.AdvisedDispatcher
 
CglibAopProxy.CglibMethodInvocation - Class in org.springframework.aop.framework
Implementation of AOP Alliance MethodInvocation used by this AOP proxy.
CglibAopProxy.CglibMethodInvocation(Object, Object, Method, Object[], Class<?>, List<Object>, MethodProxy) - Constructor for class org.springframework.aop.framework.CglibAopProxy.CglibMethodInvocation
 
CglibAopProxy.DynamicAdvisedInterceptor - Class in org.springframework.aop.framework
General purpose AOP callback.
CglibAopProxy.DynamicAdvisedInterceptor(AdvisedSupport) - Constructor for class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
 
CglibAopProxy.DynamicUnadvisedExposedInterceptor - Class in org.springframework.aop.framework
Interceptor for unadvised dynamic targets when the proxy needs exposing.
CglibAopProxy.DynamicUnadvisedExposedInterceptor(TargetSource) - Constructor for class org.springframework.aop.framework.CglibAopProxy.DynamicUnadvisedExposedInterceptor
 
CglibAopProxy.DynamicUnadvisedInterceptor - Class in org.springframework.aop.framework
Interceptor used to invoke a dynamic target without creating a method invocation or evaluating an advice chain.
CglibAopProxy.DynamicUnadvisedInterceptor(TargetSource) - Constructor for class org.springframework.aop.framework.CglibAopProxy.DynamicUnadvisedInterceptor
 
CglibAopProxy.EqualsInterceptor - Class in org.springframework.aop.framework
Dispatcher for the equals method.
CglibAopProxy.EqualsInterceptor(AdvisedSupport) - Constructor for class org.springframework.aop.framework.CglibAopProxy.EqualsInterceptor
 
CglibAopProxy.FixedChainStaticTargetInterceptor - Class in org.springframework.aop.framework
Interceptor used specifically for advised methods on a frozen, static proxy.
CglibAopProxy.FixedChainStaticTargetInterceptor(List<Object>, Object, Class<?>) - Constructor for class org.springframework.aop.framework.CglibAopProxy.FixedChainStaticTargetInterceptor
 
CglibAopProxy.HashCodeInterceptor - Class in org.springframework.aop.framework
Dispatcher for the hashCode method.
CglibAopProxy.HashCodeInterceptor(AdvisedSupport) - Constructor for class org.springframework.aop.framework.CglibAopProxy.HashCodeInterceptor
 
CglibAopProxy.ProxyCallbackFilter - Class in org.springframework.aop.framework
CallbackFilter to assign Callbacks to methods.
CglibAopProxy.ProxyCallbackFilter(AdvisedSupport, Map<String, Integer>, int) - Constructor for class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
CglibAopProxy.SerializableNoOp - Class in org.springframework.aop.framework
Serializable replacement for CGLIB's NoOp interface.
CglibAopProxy.SerializableNoOp() - Constructor for class org.springframework.aop.framework.CglibAopProxy.SerializableNoOp
 
CglibAopProxy.StaticDispatcher - Class in org.springframework.aop.framework
Dispatcher for a static target.
CglibAopProxy.StaticDispatcher(Object) - Constructor for class org.springframework.aop.framework.CglibAopProxy.StaticDispatcher
 
CglibAopProxy.StaticUnadvisedExposedInterceptor - Class in org.springframework.aop.framework
Method interceptor used for static targets with no advice chain, when the proxy is to be exposed.
CglibAopProxy.StaticUnadvisedExposedInterceptor(Object) - Constructor for class org.springframework.aop.framework.CglibAopProxy.StaticUnadvisedExposedInterceptor
 
CglibAopProxy.StaticUnadvisedInterceptor - Class in org.springframework.aop.framework
Method interceptor used for static targets with no advice chain.
CglibAopProxy.StaticUnadvisedInterceptor(Object) - Constructor for class org.springframework.aop.framework.CglibAopProxy.StaticUnadvisedInterceptor
 
CglibSubclassingInstantiationStrategy - Class in org.springframework.beans.factory.support
Default object instantiation strategy for use in BeanFactories.
CglibSubclassingInstantiationStrategy() - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
 
CglibSubclassingInstantiationStrategy.CglibSubclassCreator - Class in org.springframework.beans.factory.support
An inner class created for historical reasons to avoid external CGLIB dependency in Spring versions earlier than 3.2.
CglibSubclassingInstantiationStrategy.CglibSubclassCreator(RootBeanDefinition, BeanFactory) - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
 
CglibSubclassingInstantiationStrategy.CglibSubclassCreator.CallbackFilterImpl - Class in org.springframework.beans.factory.support
CGLIB object to filter method interception behavior.
CglibSubclassingInstantiationStrategy.CglibSubclassCreator.CallbackFilterImpl() - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator.CallbackFilterImpl
 
CglibSubclassingInstantiationStrategy.CglibSubclassCreator.CglibIdentitySupport - Class in org.springframework.beans.factory.support
Class providing hashCode and equals methods required by CGLIB to ensure that CGLIB doesn't generate a distinct class per bean.
CglibSubclassingInstantiationStrategy.CglibSubclassCreator.CglibIdentitySupport() - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator.CglibIdentitySupport
 
CglibSubclassingInstantiationStrategy.CglibSubclassCreator.LookupOverrideMethodInterceptor - Class in org.springframework.beans.factory.support
CGLIB MethodInterceptor to override methods, replacing them with an implementation that returns a bean looked up in the container.
CglibSubclassingInstantiationStrategy.CglibSubclassCreator.LookupOverrideMethodInterceptor() - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator.LookupOverrideMethodInterceptor
 
CglibSubclassingInstantiationStrategy.CglibSubclassCreator.ReplaceOverrideMethodInterceptor - Class in org.springframework.beans.factory.support
CGLIB MethodInterceptor to override methods, replacing them with a call to a generic MethodReplacer.
CglibSubclassingInstantiationStrategy.CglibSubclassCreator.ReplaceOverrideMethodInterceptor() - Constructor for class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator.ReplaceOverrideMethodInterceptor
 
ChainedExceptionListener - Class in org.springframework.jms.connection
Implementation of the JMS ExceptionListener interface that supports chaining, allowing the addition of multiple ExceptionListener instances in order.
ChainedExceptionListener() - Constructor for class org.springframework.jms.connection.ChainedExceptionListener
 
ChainedPersistenceExceptionTranslator - Class in org.springframework.dao.support
Implementation of PersistenceExceptionTranslator that supports chaining, allowing the addition of PersistenceExceptionTranslator instances in order.
ChainedPersistenceExceptionTranslator() - Constructor for class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
 
changeFirstCharacterCase(String, boolean) - Static method in class org.springframework.util.StringUtils
 
changesSince(PropertyValues) - Method in class org.springframework.beans.MutablePropertyValues
 
changesSince(PropertyValues) - Method in interface org.springframework.beans.PropertyValues
Return the changes since the previous PropertyValues.
CHAR_NULL - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
CharacterEditor - Class in org.springframework.beans.propertyeditors
Editor for a Character, to populate a property of type Character or char from a String value.
CharacterEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.CharacterEditor
Create a new CharacterEditor instance.
characterEncoding - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
characterEncoding - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
characterEncoding - Variable in class org.springframework.mock.web.portlet.MockClientDataRequest
 
characterEncoding - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
characterEncoding - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
characterEncoding(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the character encoding of the request.
CharacterEncodingFilter - Class in org.springframework.web.filter
Servlet 2.3/2.4 Filter that allows one to specify a character encoding for requests.
CharacterEncodingFilter() - Constructor for class org.springframework.web.filter.CharacterEncodingFilter
 
characterEntityReferences - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
characterEntityReferences - Static variable in class org.springframework.web.util.HtmlUtils
Shared instance of pre-parsed HTML character entity references.
characters(char[], int, int) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
characters(char[], int, int) - Method in class org.springframework.util.xml.DomContentHandler
 
charactersInternal(char[], int, int) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
charactersInternal(char[], int, int) - Method in class org.springframework.util.xml.StaxEventContentHandler
 
charactersInternal(char[], int, int) - Method in class org.springframework.util.xml.StaxStreamContentHandler
 
characterStream - Variable in class org.springframework.jdbc.support.lob.PassThroughClob
 
characterToEntityReferenceMap - Variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
CharacterToNumberFactory - Class in org.springframework.core.convert.support
Converts from a Character to any JDK-standard Number implementation.
CharacterToNumberFactory() - Constructor for class org.springframework.core.convert.support.CharacterToNumberFactory
 
CharacterToNumberFactory.CharacterToNumber<T extends java.lang.Number> - Class in org.springframework.core.convert.support
 
CharacterToNumberFactory.CharacterToNumber(Class<T>) - Constructor for class org.springframework.core.convert.support.CharacterToNumberFactory.CharacterToNumber
 
CharArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
Editor for char arrays.
CharArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
 
charset - Variable in class org.springframework.core.io.support.EncodedResource
 
charset - Variable in class org.springframework.http.converter.FormHttpMessageConverter
 
charset - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
CHARSET_PREFIX - Static variable in class org.springframework.mock.web.MockHttpServletRequest
 
CHARSET_PREFIX - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
CharsetEditor - Class in org.springframework.beans.propertyeditors
Editor for java.nio.charset.Charset, translating charset String representations into Charset objects and back.
CharsetEditor() - Constructor for class org.springframework.beans.propertyeditors.CharsetEditor
 
charsetName - Variable in class org.springframework.web.multipart.support.StringMultipartFileEditor
 
charsToDelete - Variable in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
charsToDelete - Variable in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
check(PortletRequest, PortletResponse) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAccess(int, int) - Method in class org.springframework.expression.spel.ast.Indexer
 
checkActive() - Method in class org.springframework.mock.web.MockHttpServletRequest
Check whether this request is still active (that is, not completed yet), throwing an IllegalStateException if not active anymore.
checkActive() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
Check whether this request is still active (that is, not completed yet), throwing an IllegalStateException if not active anymore.
checkAllowedFields(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Check the given property values against the allowed fields, removing values for fields that are not allowed.
checkAndPrepare(PortletRequest, MimeResponse) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAndPrepare(PortletRequest, MimeResponse, int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAndPrepare(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAndPrepare(HttpServletRequest, HttpServletResponse, int, boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAssignability(Class<?>, Object) - Method in class org.springframework.context.annotation.ConfigurationClassParser
 
CheckboxesTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering multiple HTML 'input' elements with a 'type' of 'checkbox'.
CheckboxesTag() - Constructor for class org.springframework.web.servlet.tags.form.CheckboxesTag
 
CheckboxTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'input' element with a 'type' of 'checkbox'.
CheckboxTag() - Constructor for class org.springframework.web.servlet.tags.form.CheckboxTag
 
checkCandidate(String, BeanDefinition) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Check the given candidate's bean name, determining whether the corresponding bean definition needs to be registered or conflicts with an existing definition.
checkCommand(Object) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Check if the given command object is a valid for this controller, i.e.
checkCommand(Object) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Check if the given command object is a valid for this controller, i.e.
checkCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Check whether this operation has been compiled already; lazily compile it if not already compiled.
checkCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Check whether this operation has been compiled already; lazily compile it if not already compiled.
checkCompiled() - Method in class org.springframework.jdbc.object.RdbmsOperation
Check whether this operation has been compiled already; lazily compile it if not already compiled.
checkConfigMembers(RootBeanDefinition) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
checkConfigMembers(RootBeanDefinition) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata
 
checkConfigurationClassCandidate(BeanDefinition, MetadataReaderFactory) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
Check whether the given bean definition is a candidate for a configuration class, and mark it accordingly.
checkCustomTranslatorRegistry(String, SQLErrorCodes) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Check the CustomSQLExceptionTranslatorRegistry for any entries.
checkDaoConfig() - Method in class org.springframework.dao.support.DaoSupport
Abstract subclasses must override this to check their configuration.
checkDaoConfig() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
 
checkDaoConfig() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
 
checkDaoConfig() - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
 
checkDaoConfig() - Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Deprecated.
 
checkDefaultConnectionProperties(Connection) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Check the default connection properties (auto-commit, transaction isolation), keeping them to be able to expose them correctly without fetching an actual JDBC Connection from the target DataSource.
checkDependencies(String, AbstractBeanDefinition, PropertyDescriptor[], PropertyValues) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Perform a dependency check that all properties exposed have been set, if desired.
checkedDestroyMethods - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
checkedElements - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata
 
checkedInitMethods - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
checkExceptionExpectations(Exception) - Method in class org.springframework.test.AssertThrows
Deprecated.
Does the donkey work of checking (verifying) that the Exception that was thrown in the body of a test is an instance of the AssertThrows.getExpectedException() class (or an instance of a subclass).
checkExecuted() - Method in class org.springframework.http.client.AbstractClientHttpRequest
 
checkExposedObject(Object, Object) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 
checkFieldDefaults(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Check the given property values for field defaults, i.e.
checkFieldMarkers(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
Check the given property values for field markers, i.e.
checkForAliasCircle(String, String) - Method in class org.springframework.core.SimpleAliasRegistry
Check whether the given name points back to given alias as an alias in the other direction, catching a circular reference upfront and throwing a corresponding IllegalStateException.
checkForInvalidPlaceholders(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Checks to see if the supplied String has any placeholders that are not specified as constants on this class and throws an IllegalArgumentException if so.
checkForXmlRootElement - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
checkFullyPopulated - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
Whether we're strictly validating
checkHeaders(String[], PortletRequest) - Static method in class org.springframework.web.portlet.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given request matches the specified header conditions.
checkHeaders(String[], HttpServletRequest) - Static method in class org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils
Deprecated.
Check whether the given request matches the specified header conditions.
checkIfConfigurationModificationIsAllowed() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to check whether we are allowd to make any configuration changes at this time.
checkIfConstant() - Method in class org.springframework.expression.spel.ast.InlineList
If all the components of the list are constants, or lists that themselves contain constants, then a constant list can be built to represent this node.
checkInherited - Variable in class org.springframework.aop.support.annotation.AnnotationClassFilter
 
checkInterceptorNames() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Check the interceptorNames list whether it contains a target name as final element.
checkLeftOperand(Token, SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
checkManagedBean(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Check the given bean instance, throwing an IllegalArgumentException if it is not eligible for exposure with this assembler.
checkManagedBean(Object) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Throws an IllegalArgumentException if it encounters a JDK dynamic proxy.
checkMergedBeanDefinition(RootBeanDefinition, String, Object[]) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check the given merged bean definition, potentially throwing validation exceptions.
checkMessageListener(Object) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Check the given message listener, throwing an exception if it does not correspond to a supported listener type.
checkMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Throw an IllegalStateException if this helper is not in multipart mode.
checkMultipart(ActionRequest) - Method in class org.springframework.web.portlet.DispatcherPortlet
Convert the request into a multipart request, and make multipart resolver available.
checkMultipart(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Convert the request into a multipart request, and make multipart resolver available.
checkName(String, Collection<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
checkNameUniqueness(String, List<String>, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Validate that the specified bean name and aliases have not been used already within the current level of beans element nesting.
checkNotModified(long) - Method in class org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(long) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(long) - Method in interface org.springframework.web.context.request.WebRequest
Check whether the request qualifies as not modified given the supplied last-modified timestamp (as determined by the application).
checkNotModified(String) - Method in interface org.springframework.web.context.request.WebRequest
Check whether the request qualifies as not modified given the supplied ETag (entity tag), as determined by the application.
checkNotModified(long) - Method in class org.springframework.web.portlet.context.PortletWebRequest
Last-modified handling not supported for portlet requests: As a consequence, this method always returns false.
checkNotModified(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
Last-modified handling not supported for portlet requests: As a consequence, this method always returns false.
checkOperands(Token, SpelNodeImpl, SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
checkParameters(String, String) - Method in class org.springframework.http.MediaType
 
checkParameters(String[], PortletRequest) - Static method in class org.springframework.web.portlet.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given request matches the specified parameter conditions.
checkParameters(String[], HttpServletRequest) - Static method in class org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils
Deprecated.
Check whether the given request matches the specified parameter conditions.
checkPropertySkipping(PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
Checks whether this injector's property needs to be skipped due to an explicit property value having been specified.
checkQualifier(BeanDefinitionHolder, Annotation, TypeConverter) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Match the given qualifier annotation against the candidate bean definition.
checkQualifiers(BeanDefinitionHolder, Annotation[]) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Match the given qualifier annotations against the candidate bean definition.
checkReadyToMatch() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Check whether this pointcut is ready to match, lazily building the underlying AspectJ pointcut expression.
checkRefresh - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
checkRefresh - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
checkRequestMethod(RequestMethod[], PortletRequest) - Static method in class org.springframework.web.portlet.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given request matches the specified request methods.
checkRequestMethod(Set<String>, PortletRequest) - Static method in class org.springframework.web.portlet.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given request matches the specified request methods.
checkRequestMethod(RequestMethod[], HttpServletRequest) - Static method in class org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils
Deprecated.
Check whether the given request matches the specified request methods.
checkRequiredFields(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Check the given property values against the required fields, generating missing field errors where appropriate.
checkResource(Locale) - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Check whether the underlying resource that the configured URL points to actually exists.
checkResource(Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Check that the FreeMarker template used for this view exists and is valid.
checkResource(Locale) - Method in class org.springframework.web.servlet.view.tiles2.TilesView
 
checkResource(Locale) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
 
checkResource(Locale) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Overrides VelocityView.checkTemplate() to additionally check that both the layout template and the screen content template can be loaded.
checkResource(Locale) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Check that the Velocity template used for this view exists and is valid.
checkResourceType(Class<?>) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
checkRightOperand(Token, SpelNodeImpl) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
checkRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Check the given number of affected rows against the specified maximum number or required number.
checkService() - Method in class org.springframework.remoting.support.RemoteExporter
Check whether the service reference has been set.
checkServiceInterface() - Method in class org.springframework.remoting.support.RemoteExporter
Check whether a service reference has been set, and whether it matches the specified service.
checkToken(String) - Method in class org.springframework.http.MediaType
Checks the given token string for illegal characters, as defined in RFC 2616, section 2.2.
checkTransactionTimeout(boolean) - Method in class org.springframework.transaction.support.ResourceHolderSupport
Set the transaction rollback-only if the deadline has been reached, and throw a TransactionTimedOutException.
checkUserTransactionAndTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Check the UserTransaction as well as the TransactionManager handle, assuming standard JTA requirements.
checkValue(String, Object, Class) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
checkWriteOperationAllowed(Session) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Check whether write operations are allowed on the given Session.
checkWriteOperations - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
childBeanDefinition(String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a ChildBeanDefinition.
ChildBeanDefinition - Class in org.springframework.beans.factory.support
Bean definition for beans which inherit settings from their parent.
ChildBeanDefinition(String) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, to be configured through its bean properties and configuration methods.
ChildBeanDefinition(String, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ChildBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ChildBeanDefinition(String, Class<?>, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values.
ChildBeanDefinition(String, String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, providing constructor arguments and property values.
ChildBeanDefinition(ChildBeanDefinition) - Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition as deep copy of the given bean definition.
children - Variable in class org.springframework.expression.spel.ast.SpelNodeImpl
 
chronology - Variable in class org.springframework.format.datetime.joda.JodaTimeContext
 
chunkSize - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
chunkSize - Variable in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
CID - Static variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
CL_UTILS - Static variable in class org.springframework.instrument.classloading.oc4j.OC4JClassLoaderAdapter
 
CLASS_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
CLASS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
CLASS_FILE_SUFFIX - Static variable in class org.springframework.core.OverridingClassLoader
 
CLASS_FILE_SUFFIX - Static variable in class org.springframework.util.ClassUtils
The ".class" file suffix
CLASS_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(class)=com.myapp.MyClass-
CLASS_PRE_PROCESSOR_NAME - Static variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
CLASS_PRE_PROCESSOR_NAME - Static variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
CLASS_SUFFIX - Static variable in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
 
CLASS_TRANSFORMER - Static variable in class org.springframework.instrument.classloading.glassfish.GlassFishClassLoaderAdapter
 
ClassArrayEditor - Class in org.springframework.beans.propertyeditors
Property editor for an array of Classes, to enable the direct population of a Class[] property without having to use a String class name property as bridge.
ClassArrayEditor() - Constructor for class org.springframework.beans.propertyeditors.ClassArrayEditor
Create a default ClassEditor, using the thread context ClassLoader.
ClassArrayEditor(ClassLoader) - Constructor for class org.springframework.beans.propertyeditors.ClassArrayEditor
Create a default ClassArrayEditor, using the given ClassLoader.
classCache - Static variable in class org.springframework.beans.CachedIntrospectionResults
Map keyed by class containing CachedIntrospectionResults.
classCache - Variable in class org.springframework.instrument.classloading.ShadowingClassLoader
 
ClassDescriptor - Class in org.springframework.core.convert
 
ClassDescriptor(Class<?>) - Constructor for class org.springframework.core.convert.ClassDescriptor
 
classDescriptorResolver - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
ClassEditor - Class in org.springframework.beans.propertyeditors
Property editor for java.lang.Class, to enable the direct population of a Class property without recourse to having to use a String class name property as bridge.
ClassEditor() - Constructor for class org.springframework.beans.propertyeditors.ClassEditor
Create a default ClassEditor, using the thread context ClassLoader.
ClassEditor(ClassLoader) - Constructor for class org.springframework.beans.propertyeditors.ClassEditor
Create a default ClassEditor, using the given ClassLoader.
classes - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
classes - Variable in class org.springframework.test.context.MergedContextConfiguration
 
classesToBeBound - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
classFileTransformer - Variable in class org.springframework.instrument.classloading.glassfish.ClassTransformerAdapter
 
ClassFileTransformerAdapter - Class in org.springframework.orm.jpa.persistenceunit
Simple adapter that implements the java.lang.instrument.ClassFileTransformer interface based on a JPA ClassTransformer which a JPA PersistenceProvider asks the PersistenceUnitInfo to install in the current runtime.
ClassFileTransformerAdapter(ClassTransformer) - Constructor for class org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter
 
classFileTransformers - Variable in class org.springframework.instrument.classloading.ShadowingClassLoader
 
ClassFilter - Interface in org.springframework.aop
Filter that restricts matching of a pointcut or introduction to a given set of target classes.
classFilter - Variable in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
classFilter - Variable in class org.springframework.aop.support.ComposablePointcut
 
classFilter - Variable in class org.springframework.aop.support.StaticMethodMatcherPointcut
 
ClassFilters - Class in org.springframework.aop.support
Static utility methods for composing ClassFilters.
ClassFilters() - Constructor for class org.springframework.aop.support.ClassFilters
 
ClassFilters.IntersectionClassFilter - Class in org.springframework.aop.support
ClassFilter implementation for an intersection of the given ClassFilters.
ClassFilters.IntersectionClassFilter(ClassFilter[]) - Constructor for class org.springframework.aop.support.ClassFilters.IntersectionClassFilter
 
ClassFilters.UnionClassFilter - Class in org.springframework.aop.support
ClassFilter implementation for a union of the given ClassFilters.
ClassFilters.UnionClassFilter(ClassFilter[]) - Constructor for class org.springframework.aop.support.ClassFilters.UnionClassFilter
 
classicJdbcTemplate - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
The JdbcTemplate we are wrapping
classIdMappings - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
classIdMappings - Variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
 
classLoader - Variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
ClassLoader to use for NamespaceHandler classes
classLoader - Variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
 
classLoader - Variable in class org.springframework.beans.propertyeditors.ClassArrayEditor
 
classLoader - Variable in class org.springframework.beans.propertyeditors.ClassEditor
 
classLoader - Variable in class org.springframework.beans.propertyeditors.URIEditor
 
classLoader - Variable in class org.springframework.core.ConfigurableObjectInputStream
 
classLoader - Variable in class org.springframework.core.io.ClassPathResource
 
classLoader - Variable in class org.springframework.core.io.DefaultResourceLoader
 
classLoader - Variable in class org.springframework.core.type.classreading.AbstractRecursiveAnnotationVisitor
 
classLoader - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
classLoader - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
classLoader - Variable in class org.springframework.instrument.classloading.glassfish.GlassFishClassLoaderAdapter
 
classLoader - Variable in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
classLoader - Variable in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
classLoader - Variable in class org.springframework.instrument.classloading.oc4j.OC4JClassLoaderAdapter
 
classLoader - Variable in class org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
Deprecated.
 
classLoader - Variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.WeavingTransformer
 
classLoader - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
classLoader - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
classLoader - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
classLoader - Variable in class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
classLoader - Variable in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
classLoaderCache - Static variable in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
 
classLoaderConfigured - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
classLoaderConfigured - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
ClassMetadata - Interface in org.springframework.core.type
Interface that defines abstract metadata of a specific class, in a form that does not require that class to be loaded yet.
classMetadata - Variable in class org.springframework.core.type.classreading.SimpleMetadataReader
 
ClassMetadataReadingVisitor - Class in org.springframework.core.type.classreading
ASM class visitor which looks only for the class name and implemented types, exposing them through the ClassMetadata interface.
ClassMetadataReadingVisitor() - Constructor for class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
className - Variable in class org.springframework.core.Constants
The name of the introspected class
className - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
className - Variable in class org.springframework.scripting.support.StaticScriptSource
 
ClassNameBeanWiringInfoResolver - Class in org.springframework.beans.factory.wiring
Simple default implementation of the BeanWiringInfoResolver interface, looking for a bean with the same name as the fully-qualified class name.
ClassNameBeanWiringInfoResolver() - Constructor for class org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver
 
classNamesToString(Class...) - Static method in class org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given array.
classNamesToString(Collection<Class>) - Static method in class org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given collection.
classPackageAsResourcePath(Class<?>) - Static method in class org.springframework.util.ClassUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
CLASSPATH_ALL_URL_PREFIX - Static variable in interface org.springframework.core.io.support.ResourcePatternResolver
Pseudo URL prefix for all matching resources from the class path: "classpath*:" This differs from ResourceLoader's classpath URL prefix in that it retrieves all matching resources for a given name (e.g.
CLASSPATH_URL_PREFIX - Static variable in interface org.springframework.core.io.ResourceLoader
Pseudo URL prefix for loading from the class path: "classpath:"
CLASSPATH_URL_PREFIX - Static variable in class org.springframework.util.Log4jConfigurer
Pseudo URL prefix for loading from the class path: "classpath:"
CLASSPATH_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:"
ClassPathBeanDefinitionScanner - Class in org.springframework.context.annotation
A bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (BeanFactory or ApplicationContext).
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory.
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory.
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment) - Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner for the given bean factory and using the given Environment when evaluating bean definition profile metadata.
ClassPathJaxb2TypeScanner - Class in org.springframework.oxm.jaxb
Helper class for Jaxb2Marshaller that scans given packages for classes marked with JAXB2 annotations.
ClassPathJaxb2TypeScanner(ClassLoader, String...) - Constructor for class org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner
 
ClassPathResource - Class in org.springframework.core.io
Resource implementation for class path resources.
ClassPathResource(String) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, ClassLoader) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, Class<?>) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for Class usage.
ClassPathResource(String, ClassLoader, Class<?>) - Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource with optional ClassLoader and Class.
ClassPathScanningCandidateComponentProvider - Class in org.springframework.context.annotation
A component provider that scans the classpath from a base package.
ClassPathScanningCandidateComponentProvider(boolean) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Create a ClassPathScanningCandidateComponentProvider with a StandardEnvironment.
ClassPathScanningCandidateComponentProvider(boolean, Environment) - Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Create a ClassPathScanningCandidateComponentProvider with the given Environment.
ClassPathXmlApplicationContext - Class in org.springframework.context.support
Standalone XML application context, taking the context definition files from the class path, interpreting plain paths as class path resource names that include the package path (e.g.
ClassPathXmlApplicationContext() - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext for bean-style configuration.
ClassPathXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext for bean-style configuration.
ClassPathXmlApplicationContext(String) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
ClassPathXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], boolean) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files.
ClassPathXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files.
ClassPathXmlApplicationContext(String, Class) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], Class) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], Class, ApplicationContext) - Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
ClassRelativeResourceLoader - Class in org.springframework.core.io
ResourceLoader implementation that interprets plain resource paths as relative to a given java.lang.Class.
ClassRelativeResourceLoader(Class) - Constructor for class org.springframework.core.io.ClassRelativeResourceLoader
Create a new ClassRelativeResourceLoader for the given class.
ClassRelativeResourceLoader.ClassRelativeContextResource - Class in org.springframework.core.io
ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
ClassRelativeResourceLoader.ClassRelativeContextResource(String, Class) - Constructor for class org.springframework.core.io.ClassRelativeResourceLoader.ClassRelativeContextResource
 
classTransformer - Variable in class org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter
 
ClassTransformerAdapter - Class in org.springframework.instrument.classloading.glassfish
Adapter that implements the JPA ClassTransformer interface (as required by GlassFish V1 and V2) based on a given JDK 1.5 ClassFileTransformer.
ClassTransformerAdapter(ClassFileTransformer) - Constructor for class org.springframework.instrument.classloading.glassfish.ClassTransformerAdapter
Build a new ClassTransformerAdapter for the given ClassFileTransformer.
ClassUtils - Class in org.springframework.util
Miscellaneous class utility methods.
ClassUtils() - Constructor for class org.springframework.util.ClassUtils
 
clazz - Variable in class org.springframework.aop.support.ControlFlowPointcut
 
clazz - Variable in class org.springframework.aop.support.RootClassFilter
 
clazz - Variable in class org.springframework.core.io.ClassPathResource
 
clazz - Variable in class org.springframework.core.io.ClassRelativeResourceLoader.ClassRelativeContextResource
 
clazz - Variable in class org.springframework.core.io.ClassRelativeResourceLoader
 
clazz - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
clazz - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
 
clazz - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.CacheKey
 
cleanedUrl - Variable in class org.springframework.core.io.UrlResource
Cleaned URL (with normalized path), used for comparisons.
cleanPath(String) - Static method in class org.springframework.util.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
cleanup() - Method in interface org.springframework.jdbc.core.DisposableSqlTypeValue
Clean up resources held by this type value, for example the LobCreator in case of a SqlLobValue.
cleanup() - Method in class org.springframework.jdbc.core.support.SqlLobValue
Close the LobCreator, if any.
cleanup() - Method in interface org.springframework.jdbc.support.SqlValue
Clean up resources held by this value object.
cleanup() - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler.AbstractJdbc4SqlXmlValue
 
cleanupAfterBeanCreationFailure(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Perform appropriate cleanup of cached metadata after bean creation failed.
cleanupAfterCompletion(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Clean up after completion, clearing synchronization if necessary, and invoking doCleanupAfterCompletion.
cleanupAfterInclude - Variable in class org.springframework.web.servlet.DispatcherServlet
Perform cleanup of request attributes after include request?
cleanupAttribute(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
cleanupAttribute(WebRequest, String) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
Clean up the specified attribute in the backend session.
cleanupAttributes(ServletContext) - Static method in class org.springframework.web.context.ContextCleanupListener
Find all ServletContext attributes which implement DisposableBean and destroy them, removing all affected ServletContext attributes eventually.
cleanupAttributes(WebRequest) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Remove "known" attributes from the session, i.e.
CleanupFailureDataAccessException - Exception in org.springframework.dao
Exception thrown when we couldn't cleanup after a data access operation, but the actual operation went OK.
CleanupFailureDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.CleanupFailureDataAccessException
Constructor for CleanupFailureDataAccessException.
cleanupFileItems(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Cleanup the Spring MultipartFiles created during multipart parsing, potentially holding temporary data on disk.
cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
 
cleanupMultipart(MultipartHttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
Cleanup any resources used for the multipart handling, like a storage for the uploaded files.
cleanupMultipart(MultipartHttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
 
cleanupMultipart(MultipartActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
 
cleanupMultipart(MultipartActionRequest) - Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
Cleanup any resources used for the multipart handling, such as storage for any uploaded file(s).
cleanupMultipart(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Clean up any resources used by the given multipart request (if any).
cleanupParameters() - Method in class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
 
cleanupParameters() - Method in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
 
cleanupParameters() - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
 
cleanupParameters() - Method in interface org.springframework.jdbc.core.ParameterDisposer
Close the resources allocated by parameters that the implementing object holds, for example in case of a DisposableSqlTypeValue (like a SqlLobValue).
cleanupParameters() - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
cleanupParameters(Object...) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Clean up all resources held by parameter values which were passed to an execute method.
cleanupParameters(Collection<?>) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Clean up all resources held by parameter values which were passed to an execute method.
cleanupResource(EntityManagerHolder, EntityManagerFactory, boolean) - Method in class org.springframework.orm.jpa.EntityManagerFactoryUtils.EntityManagerSynchronization
 
cleanupResource(H, K, boolean) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
Perform a cleanup on the given resource (which is left bound to the thread).
cleanupTransaction(Object) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation does nothing, as the default beginTransaction implementation does not require any cleanup.
cleanupTransaction(Object) - Method in interface org.springframework.orm.jdo.JdoDialect
Clean up the transaction via the given transaction data.
cleanupTransaction(Object) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation does nothing, since the default beginTransaction implementation does not require any cleanup.
cleanupTransaction(Object, EntityManagerFactory) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Prepare a transaction on the given EntityManager, if possible.
cleanupTransaction(Object) - Method in interface org.springframework.orm.jpa.JpaDialect
Clean up the transaction via the given transaction data.
cleanupTransaction(Object) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
cleanupTransactionInfo(TransactionAspectSupport.TransactionInfo) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Reset the TransactionInfo ThreadLocal.
clear() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Clear this holder, removing all argument values.
clear() - Method in interface org.springframework.cache.Cache
Remove all mappings from the cache.
clear() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
clear() - Method in class org.springframework.cache.ehcache.EhCacheCache
 
clear() - Method in class org.springframework.cache.jcache.JCacheCache
 
clear() - Method in class org.springframework.cache.support.NoOpCacheManager.NoOpCache
 
clear() - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
 
clear() - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
clear() - Method in class org.springframework.http.HttpHeaders
 
clear() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
 
clear() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Clear all bindings in this context builder, while keeping it active.
clear() - Method in class org.springframework.mock.web.MockBodyContent
 
clear() - Method in class org.springframework.mock.web.MockJspWriter
 
clear() - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Remove all objects from the org.hibernate.Session cache, and cancel all pending saves, updates and deletes.
clear() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
clear() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
clear() - Method in class org.springframework.orm.hibernate4.SessionHolder
 
clear() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
clear() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
clear() - Method in class org.springframework.test.context.ContextCache
Clears all contexts from the cache and clears context hierarchy information as well.
clear() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Clear the transactional state of this resource holder.
clear() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Clear the entire transaction synchronization state for the current thread: registered synchronizations as well as the various transaction characteristics.
clear() - Method in class org.springframework.util.AutoPopulatingList
 
clear() - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
clear() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
clear() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
clear() - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
 
clear() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Clear all items from this segment.
clear() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
clear() - Method in class org.springframework.util.LinkedMultiValueMap
 
clear() - Method in class org.springframework.util.xml.SimpleNamespaceContext
Removes all declared prefixes.
clear() - Method in class org.springframework.web.portlet.ModelAndView
Clear the state of this ModelAndView object.
clear() - Method in class org.springframework.web.servlet.ModelAndView
Clear the state of this ModelAndView object.
clearAllRenderParameters(ActionResponse) - Static method in class org.springframework.web.portlet.util.PortletUtils
Clear all the render parameters from the javax.portlet.ActionResponse.
clearAttributes() - Method in class org.springframework.mock.web.MockHttpServletRequest
Clear all of this request's attributes.
clearAttributes() - Method in class org.springframework.mock.web.MockHttpSession
Clear all of this session's attributes.
clearAttributes() - Method in class org.springframework.mock.web.portlet.MockPortletSession
Clear all of this session's attributes.
clearBuffer() - Method in class org.springframework.mock.web.MockBodyContent
 
clearBuffer() - Method in class org.springframework.mock.web.MockJspWriter
 
clearByTypeCache() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Remove any assumptions about by-type mappings.
clearCache() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Clear the underlying metadata cache, removing all cached class metadata.
clearCache() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle cache.
clearCache() - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Clear the entire MetadataReader cache, removing all cached class metadata.
clearCache() - Method in interface org.springframework.jms.support.destination.CachingDestinationResolver
Clear the entire destination cache.
clearCache() - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
 
clearCache() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Clear the entire view cache, removing all cached view objects.
clearCacheIncludingAncestors() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle caches of this MessageSource and all its ancestors.
clearClassLoader(ClassLoader) - Static method in class org.springframework.beans.CachedIntrospectionResults
Clear the introspection cache for the given ClassLoader, removing the introspection results for all classes underneath that ClassLoader, and removing the ClassLoader (and its children) from the acceptance list.
clearCollections - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
clearConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
cleared - Variable in class org.springframework.web.portlet.ModelAndView
Indicates whether or not this instance has been cleared with a call to ModelAndView.clear().
cleared - Variable in class org.springframework.web.servlet.ModelAndView
Indicates whether or not this instance has been cleared with a call to ModelAndView.clear()
clearErrorRequestAttributes(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
Clear the Servlet spec's error attributes as javax.servlet.http.HttpServletRequest attributes under the keys defined in the Servlet 2.3 specification: javax.servlet.error.status_code, javax.servlet.error.exception_type, javax.servlet.error.message, javax.servlet.error.exception, javax.servlet.error.request_uri, javax.servlet.error.servlet_name.
clearMergedBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Remove the merged bean definition for the specified bean, recreating it on next access.
clearOnFlush - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
clearResources() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
clearStatistics() - Method in class org.springframework.test.context.ContextCache
Clears hit and miss count statistics for the cache (i.e., resets counters to zero).
clearSynchronization() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Deactivate transaction synchronization for the current thread.
CLIENT_ID_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
CLIENT_TRANSACTION_MANAGER_CLASS_NAME - Static variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
clientAddress - Variable in class org.springframework.web.context.support.ServletRequestHandledEvent
IP address that the request came from
ClientHttpRequest - Interface in org.springframework.http.client
Represents a client-side HTTP request.
ClientHttpRequestExecution - Interface in org.springframework.http.client
Represents the context of a client-side HTTP request execution.
ClientHttpRequestFactory - Interface in org.springframework.http.client
Factory for ClientHttpRequest objects.
ClientHttpRequestInterceptor - Interface in org.springframework.http.client
Intercepts client-side HTTP requests.
ClientHttpResponse - Interface in org.springframework.http.client
Represents a client-side HTTP response.
clientHttpResponse - Variable in class org.springframework.mock.http.client.MockClientHttpRequest
 
clientId - Variable in class org.springframework.jms.connection.SingleConnectionFactory
 
clientId - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
clientId - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
clientSocketFactory - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
clientSocketFactory - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
CLOB_CLASS_NAME - Static variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
clobClass - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
ClobStringType - Class in org.springframework.orm.hibernate3.support
Hibernate UserType implementation for Strings that get mapped to CLOBs.
ClobStringType() - Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
ClobStringType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
ClobStringTypeHandler - 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/)
ClobStringTypeHandler() - Constructor for class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Deprecated.
Constructor used by iBATIS: fetches config-time LobHandler from SqlMapClientFactoryBean.
ClobStringTypeHandler(LobHandler) - Constructor for class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Deprecated.
Constructor used for testing: takes an explicit LobHandler.
clone() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Public declaration of Object's clone() method.
clone() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
cloneBeanDefinition() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Clone this bean definition.
cloneBeanDefinition() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
cloneBeanDefinition() - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
 
cloneBeanDefinition() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
cloneBeanDefinition() - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
cloneConstructor - Variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
close() - Method in interface org.springframework.context.ConfigurableApplicationContext
Close this application context, releasing all resources and locks that the implementation might hold.
close() - Method in class org.springframework.context.support.AbstractApplicationContext
Close this application context, destroying all beans in its bean factory.
close() - Method in class org.springframework.http.client.BufferingClientHttpResponseWrapper
 
close() - Method in interface org.springframework.http.client.ClientHttpResponse
Closes this response, freeing any resources created.
close() - Method in class org.springframework.http.client.CommonsClientHttpResponse
Deprecated.
 
close() - Method in class org.springframework.http.client.HttpComponentsClientHttpResponse
 
close() - Method in class org.springframework.http.client.SimpleClientHttpResponse
 
close() - Method in interface org.springframework.http.server.ServerHttpResponse
Close this response, freeing any resources created.
close() - Method in class org.springframework.http.server.ServletServerHttpResponse
 
close() - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
close() - Method in interface org.springframework.jdbc.support.lob.LobCreator
Close this LobCreator session and free its temporarily created BLOBs and CLOBs.
close() - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
Free all temporary BLOBs and CLOBs created by this creator.
close() - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
close() - Method in class org.springframework.jms.connection.CachedMessageConsumer
 
close() - Method in class org.springframework.jms.connection.CachedMessageProducer
 
close() - Method in class org.springframework.jmx.access.ConnectorDelegate
Closes any JMXConnector that may be managed by this interceptor.
close() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
 
close() - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
close() - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
close() - Method in class org.springframework.mock.web.DelegatingServletInputStream
 
close() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
 
close() - Method in class org.springframework.mock.web.MockBodyContent
 
close() - Method in class org.springframework.mock.web.MockHttpServletRequest
Mark this request as completed, keeping its state.
close() - Method in class org.springframework.mock.web.MockJspWriter
 
close() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
Mark this request as completed.
close() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
This implementation does nothing: We're dealing with an externally managed DataSource.
close() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
close() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
close() - Method in class org.springframework.util.CommonsLogWriter
 
close() - Method in class org.springframework.util.StreamUtils.NonClosingInputStream
 
close() - Method in class org.springframework.util.StreamUtils.NonClosingOutputStream
 
close() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
close() - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
close() - Method in class org.springframework.validation.DataBinder
Close this DataBinder, which may result in throwing a BindException if it encountered any errors.
CLOSE_METHOD_NAME - Static variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
closeableInterface - Static variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
closeAfterTimeout() - Method in class org.springframework.orm.hibernate3.support.AsyncRequestInterceptor
 
closeAfterTimeout() - Method in class org.springframework.orm.hibernate4.support.AsyncRequestInterceptor
 
closeAfterTimeout() - Method in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
closeAll() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
closeBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Subclasses must implement this method to release their internal bean factory.
closeBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
closeBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Not much to do: We hold a single internal BeanFactory that will never get released.
closeConnection(Connection) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Close the given Connection.
closeConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Close the underlying shared Connection.
closeConnection(Connection) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC Connection and ignore any thrown exception.
closeConnection(Connection) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Close the given Connection.
closeConnection(Connection) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Connection and ignore any thrown exception.
closeConnection(Connection, boolean) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Connection and ignore any thrown exception.
closeConnection(Connection) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
closeConnection(Connection) - Method in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
closed - Variable in class org.springframework.context.support.AbstractApplicationContext
Flag that indicates whether this context has been closed already
closed - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
closed - Variable in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy.TransactionAwareInvocationHandler
 
closeEntityManager(EntityManager) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Close the given JPA EntityManager, catching and logging any cleanup exceptions thrown.
closeEntityManagerAfterFailedBegin(JpaTransactionManager.JpaTransactionObject) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Close the current transaction's EntityManager.
closeInteraction(Interaction) - Method in class org.springframework.jca.cci.core.CciTemplate
Close the given CCI Interaction and ignore any thrown exception.
closeIterator(Iterator) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Immediately close an Iterator created by any of the various iterate(..) operations, instead of waiting until the session is closed or disconnected.
closeIterator(Iterator) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
closeMessageConsumer(MessageConsumer) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS MessageConsumer and ignore any thrown exception.
closeMessageProducer(MessageProducer) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS MessageProducer and ignore any thrown exception.
closeNoCatch() - Method in class org.springframework.web.bind.ServletRequestDataBinder
Treats errors as fatal.
closeNoCatch() - Method in class org.springframework.web.bind.support.WebRequestDataBinder
Treats errors as fatal.
closeNoCatch() - Method in class org.springframework.web.portlet.bind.PortletRequestDataBinder
Treats errors as fatal.
closePersistenceManagerAfterFailedBegin(JdoTransactionManager.JdoTransactionObject) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Close the current transaction's EntityManager.
closeQueueBrowser(QueueBrowser) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS QueueBrowser and ignore any thrown exception.
closeQueueRequestor(QueueRequestor) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS QueueRequestor and ignore any thrown exception.
closeResultSet(ResultSet) - Method in class org.springframework.jca.cci.core.CciTemplate
Close the given CCI ResultSet and ignore any thrown exception.
closeResultSet(ResultSet) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC ResultSet and ignore any thrown exception.
closeSession(Session) - Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Session and ignore any thrown exception.
closeSession(Session) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Perform actual closing of the Hibernate Session, catching and logging any cleanup exceptions thrown.
closeSession(Session, SessionFactory) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Close the given Session.
closeSession(Session) - Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
Perform actual closing of the Hibernate Session, catching and logging any cleanup exceptions thrown.
closeSessionOrRegisterDeferredClose(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Close the given Session or register it for deferred close.
closeSourceIfNecessary(Source) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Close the underlying resource managed by the supplied Source if applicable.
closeStatement(Statement) - Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC Statement and ignore any thrown exception.
closeTagAndMarkAsBlock() - Method in class org.springframework.web.servlet.tags.form.TagWriter
Closes the current opening tag and marks it as a block tag.
closeTemplateSource(Object) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
closeWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Close Spring's web application context for the given servlet context.
cnManagerFactoryBean - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
code - Variable in class org.springframework.core.enums.LetterCodedLabeledEnum
Deprecated.
The unique code of this enum.
code - Variable in class org.springframework.core.enums.ShortCodedLabeledEnum
Deprecated.
The unique code of this enum.
code - Variable in class org.springframework.core.enums.StaticLabeledEnum
Deprecated.
The unique code of the enum.
code - Variable in class org.springframework.core.enums.StringCodedLabeledEnum
Deprecated.
The unique code of this enum.
code - Variable in enum org.springframework.expression.spel.SpelMessage
 
code - Variable in class org.springframework.web.servlet.tags.MessageTag
 
CODE_ORDER - Static variable in interface org.springframework.core.enums.LabeledEnum
Deprecated.
Shared Comparator instance that sorts enumerations by CODE_ORDER.
CODE_SEPARATOR - Static variable in class org.springframework.validation.DefaultMessageCodesResolver
The separator that this implementation uses when resolving message codes.
CodebaseAwareObjectInputStream - Class in org.springframework.remoting.rmi
Special ObjectInputStream subclass that falls back to a specified codebase to load classes from if not found locally.
CodebaseAwareObjectInputStream(InputStream, String) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodebaseAwareObjectInputStream(InputStream, ClassLoader, String) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodebaseAwareObjectInputStream(InputStream, ClassLoader, boolean) - Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
codebaseUrl - Variable in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
codebaseUrl - Variable in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
 
codes - Variable in class org.springframework.context.support.DefaultMessageSourceResolvable
 
collectImports(AnnotationMetadata, Set<Object>, Set<Object>) - Method in class org.springframework.context.annotation.ConfigurationClassParser
Recursively collect all declared @Import values.
collection(Class<?>, TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Collection type.
COLLECTION - Static variable in class org.springframework.core.style.DefaultValueStyler
 
collection - Variable in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
collectionCacheStrategies - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
collectionCompare(Collection, Object, BindStatus) - Static method in class org.springframework.web.servlet.tags.form.SelectedValueComparator
 
collectionEntryTypeDescriptor - Variable in class org.springframework.expression.spel.ast.Indexer.CollectionIndexingValueRef
 
CollectionFactory - Class in org.springframework.core
Factory for collections, being aware of Java 5 and Java 6 collections.
CollectionFactory() - Constructor for class org.springframework.core.CollectionFactory
 
CollectionFactory.JdkConcurrentHashMap - Class in org.springframework.core
Deprecated.
CollectionFactory.JdkConcurrentHashMap(int) - Constructor for class org.springframework.core.CollectionFactory.JdkConcurrentHashMap
Deprecated.
 
CollectionToArrayConverter - Class in org.springframework.core.convert.support
Converts a Collection to an array.
CollectionToArrayConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.CollectionToArrayConverter
 
CollectionToCollectionConverter - Class in org.springframework.core.convert.support
Converts from a Collection to another Collection.
CollectionToCollectionConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.CollectionToCollectionConverter
 
collectionToCommaDelimitedString(Collection<?>) - Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a CSV String.
collectionToDelimitedString(Collection<?>, String, String, String) - Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a delimited (e.g.
collectionToDelimitedString(Collection<?>, String) - Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a delimited (e.g.
CollectionToObjectConverter - Class in org.springframework.core.convert.support
Converts a Collection to an Object by returning the first collection element after converting it to the desired targetType.
CollectionToObjectConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.CollectionToObjectConverter
 
CollectionToStringConverter - Class in org.springframework.core.convert.support
Converts a Collection to a comma-delimited String.
CollectionToStringConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.CollectionToStringConverter
 
collectionType - Variable in class org.springframework.beans.propertyeditors.CustomCollectionEditor
 
CollectionUtils - Class in org.springframework.util
Miscellaneous collection utility methods.
CollectionUtils() - Constructor for class org.springframework.util.CollectionUtils
 
CollectionUtils.EnumerationIterator<E> - Class in org.springframework.util
Iterator wrapping an Enumeration.
CollectionUtils.EnumerationIterator(Enumeration<E>) - Constructor for class org.springframework.util.CollectionUtils.EnumerationIterator
 
CollectionUtils.MultiValueMapAdapter<K,V> - Class in org.springframework.util
Adapts a Map to the MultiValueMap contract.
CollectionUtils.MultiValueMapAdapter(Map<K, List<V>>) - Constructor for class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
cols - Variable in class org.springframework.web.servlet.tags.form.TextareaTag
 
COLS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
 
columnCount - Variable in class org.springframework.jdbc.core.RowCountCallbackHandler
Columns we've seen so far
columnLabelMap - Variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
ColumnMapRowMapper - Class in org.springframework.jdbc.core
RowMapper implementation that creates a java.util.Map for each row, representing all columns as key-value pairs: one entry for each column, with the column name as key.
ColumnMapRowMapper() - Constructor for class org.springframework.jdbc.core.ColumnMapRowMapper
 
columnName - Variable in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
The name of the column for this sequence
columnNames - Variable in class org.springframework.jdbc.core.RowCountCallbackHandler
Indexed from 0.
columnNames - Variable in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
columnTypes - Variable in class org.springframework.jdbc.core.RowCountCallbackHandler
Indexed from 0.
combine(String, String) - Method in class org.springframework.util.AntPathMatcher
Combines two patterns into a new pattern that is returned.
combine(String, String) - Method in interface org.springframework.util.PathMatcher
Combines two patterns into a new pattern that is returned.
combine(CompositeRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
If one instance is empty, return the other.
combine(ConsumesRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Returns the "other" instance if it has any expressions; returns "this" instance otherwise.
combine(HeadersRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Returns a new instance with the union of the header expressions from "this" and the "other" instance.
combine(ParamsRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Returns a new instance with the union of the param expressions from "this" and the "other" instance.
combine(PatternsRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Returns a new instance with URL patterns from the current instance ("this") and the "other" instance as follows: If there are patterns in both instances, combine the patterns in "this" with the patterns in "other" using PathMatcher.combine(String, String).
combine(ProducesRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Returns the "other" instance if it has any expressions; returns "this" instance otherwise.
combine(T) - Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
Defines the rules for combining this condition (i.e.
combine(RequestConditionHolder) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Combine the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.
combine(RequestMethodsRequestCondition) - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Returns a new instance with a union of the HTTP request methods from "this" and the "other" instance.
combine(RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Combines "this" request mapping info (i.e.
commaDelimitedListToSet(String) - Static method in class org.springframework.util.StringUtils
Convenience method to convert a CSV string list to a set.
commaDelimitedListToStringArray(String) - Static method in class org.springframework.util.StringUtils
Convert a CSV list into an array of Strings.
COMMAND_IN_SESSION_PARAMETER - Static variable in class org.springframework.web.portlet.mvc.AbstractCommandController
Deprecated.
This render parameter is used to indicate forward to the render phase that a valid command (and errors) object is in the session.
COMMAND_LINE_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.core.env.CommandLinePropertySource
The default name given to CommandLinePropertySource instances: "commandLineArgs"
COMMAND_NAME_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Deprecated.
as of Spring 2.5, in favor of FormTag.MODEL_ATTRIBUTE_VARIABLE_NAME
commandClass - Variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
commandClass - Variable in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
 
CommandLineArgs - Class in org.springframework.core.env
A simple representation of command line arguments, broken into "option arguments" and "non-option arguments".
CommandLineArgs() - Constructor for class org.springframework.core.env.CommandLineArgs
 
CommandLinePropertySource<T> - Class in org.springframework.core.env
Abstract base class for PropertySource implementations backed by command line arguments.
CommandLinePropertySource(T) - Constructor for class org.springframework.core.env.CommandLinePropertySource
Create a new CommandLinePropertySource having the default name "commandLineArgs" and backed by the given source object.
CommandLinePropertySource(String, T) - Constructor for class org.springframework.core.env.CommandLinePropertySource
Create a new CommandLinePropertySource having the given name and backed by the given source object.
commandName - Variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
commandName - Variable in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
 
CommAreaRecord - Class in org.springframework.jca.cci.core.support
CCI Record implementation for a COMMAREA, holding a byte array.
CommAreaRecord() - Constructor for class org.springframework.jca.cci.core.support.CommAreaRecord
Create a new CommAreaRecord.
CommAreaRecord(byte[]) - Constructor for class org.springframework.jca.cci.core.support.CommAreaRecord
Create a new CommAreaRecord.
comment(String, <any>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's comment with a Hamcrest Matcher.
commentPrefix - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
commentToken(String, String, boolean) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Try to consume the supplied token against the supplied content and update the in comment parse state to the supplied value.
commit() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
commit() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
commit(TransactionStatus) - Method in interface org.springframework.transaction.PlatformTransactionManager
Commit the given transaction, with regard to its status.
commit(TransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation of commit handles participating in existing transactions and programmatic rollback requests.
commitAfterNoMessageReceived - Variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
 
commitAll() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
commitIfNecessary(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Perform a commit or message acknowledgement, as appropriate.
commitIfNecessary(Session) - Static method in class org.springframework.jms.support.JmsUtils
Commit the Session if not within a JTA transaction.
committed - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
committed - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
commitTransactionAfterReturning(TransactionAspectSupport.TransactionInfo) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Execute after successful completion of call, but not after an exception was handled.
COMMON_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed JSR-250 annotation processor.
COMMON_DEFAULT_SERVLET_NAME - Static variable in class org.springframework.mock.web.MockServletContext
Default Servlet name used by Tomcat, Jetty, JBoss, and GlassFish: "default".
COMMON_DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
Default Servlet name used by Tomcat, Jetty, JBoss, and GlassFish
CommonAnnotationBeanPostProcessor - Class in org.springframework.context.annotation
BeanPostProcessor implementation that supports common Java annotations out of the box, in particular the JSR-250 annotations in the javax.annotation package.
CommonAnnotationBeanPostProcessor() - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Create a new CommonAnnotationBeanPostProcessor, with the init and destroy annotation types set to PostConstruct and PreDestroy, respectively.
CommonAnnotationBeanPostProcessor.EjbRefElement - Class in org.springframework.context.annotation
Class representing injection information about an annotated field or setter method, supporting the @EJB annotation.
CommonAnnotationBeanPostProcessor.EjbRefElement(Member, PropertyDescriptor) - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.EjbRefElement
 
CommonAnnotationBeanPostProcessor.LookupDependencyDescriptor - Class in org.springframework.context.annotation
Extension of the DependencyDescriptor class, overriding the dependency type with the specified resource type.
CommonAnnotationBeanPostProcessor.LookupDependencyDescriptor(Field, Class<?>) - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupDependencyDescriptor
 
CommonAnnotationBeanPostProcessor.LookupDependencyDescriptor(Method, Class<?>) - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupDependencyDescriptor
 
CommonAnnotationBeanPostProcessor.LookupElement - Class in org.springframework.context.annotation
Class representing generic injection information about an annotated field or setter method, supporting @Resource and related annotations.
CommonAnnotationBeanPostProcessor.LookupElement(Member, PropertyDescriptor) - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
CommonAnnotationBeanPostProcessor.ResourceElement - Class in org.springframework.context.annotation
Class representing injection information about an annotated field or setter method, supporting the @Resource annotation.
CommonAnnotationBeanPostProcessor.ResourceElement(Member, PropertyDescriptor) - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.ResourceElement
 
CommonAnnotationBeanPostProcessor.WebServiceRefElement - Class in org.springframework.context.annotation
Class representing injection information about an annotated field or setter method, supporting the @WebServiceRef annotation.
CommonAnnotationBeanPostProcessor.WebServiceRefElement(Member, PropertyDescriptor) - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.WebServiceRefElement
 
commonClassCache - Static variable in class org.springframework.util.ClassUtils
Map with common "java.lang" class name as key and corresponding Class as value.
commonDatabaseName(String) - Static method in class org.springframework.jdbc.support.JdbcUtils
Extract a common name for the database in use even if various drivers/platforms provide varying names.
commonMessages - Variable in class org.springframework.context.support.AbstractMessageSource
 
CommonsClientHttpRequest - Class in org.springframework.http.client
Deprecated.
CommonsClientHttpRequest(HttpClient, HttpMethodBase) - Constructor for class org.springframework.http.client.CommonsClientHttpRequest
Deprecated.
 
CommonsClientHttpRequestFactory - Class in org.springframework.http.client
CommonsClientHttpRequestFactory() - Constructor for class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
Create a new instance of the CommonsHttpRequestFactory with a default HttpClient that uses a default MultiThreadedHttpConnectionManager.
CommonsClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
Create a new instance of the CommonsHttpRequestFactory with the given HttpClient instance.
CommonsClientHttpResponse - Class in org.springframework.http.client
Deprecated.
CommonsClientHttpResponse(HttpMethod) - Constructor for class org.springframework.http.client.CommonsClientHttpResponse
Deprecated.
 
CommonsDbcpNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for the Jakarta Commons DBCP connection pool, version 1.1 or higher.
CommonsDbcpNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
CommonsFileUploadSupport - Class in org.springframework.web.multipart.commons
Base class for multipart resolvers that use Jakarta Commons FileUpload 1.2 or above.
CommonsFileUploadSupport() - Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Instantiate a new CommonsFileUploadSupport with its corresponding FileItemFactory and FileUpload instances.
CommonsFileUploadSupport.MultipartParsingResult - Class in org.springframework.web.multipart.commons
Holder for a Map of Spring MultipartFiles and a Map of multipart parameters.
CommonsFileUploadSupport.MultipartParsingResult(MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
CommonsHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
HttpInvokerRequestExecutor implementation that uses Jakarta Commons HttpClient to execute POST requests.
CommonsHttpInvokerRequestExecutor() - Constructor for class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Create a new CommonsHttpInvokerRequestExecutor with a default HttpClient that uses a default MultiThreadedHttpConnectionManager.
CommonsHttpInvokerRequestExecutor(HttpClient) - Constructor for class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Create a new CommonsHttpInvokerRequestExecutor with the given HttpClient instance.
CommonsLogFactoryBean - Class in org.springframework.beans.factory.config
Deprecated.
as of Spring 3.2, in favor of a bean definition that points to the bean class "org.apache.commons.logging.LogFactory" and the factory method "getLog", passing in the log name as constructor argument
CommonsLogFactoryBean() - Constructor for class org.springframework.beans.factory.config.CommonsLogFactoryBean
Deprecated.
 
CommonsLoggingLogSystem - Class in org.springframework.ui.velocity
Deprecated.
as of Spring 3.2, in favor of Velocity 1.6's CommonsLogLogChute
CommonsLoggingLogSystem() - Constructor for class org.springframework.ui.velocity.CommonsLoggingLogSystem
Deprecated.
 
CommonsLogWriter - Class in org.springframework.util
java.io.Writer adapter for a Commons Logging Log.
CommonsLogWriter(Log) - Constructor for class org.springframework.util.CommonsLogWriter
Create a new CommonsLogWriter for the given Commons Logging logger.
CommonsMultipartFile - Class in org.springframework.web.multipart.commons
MultipartFile implementation for Jakarta Commons FileUpload.
CommonsMultipartFile(FileItem) - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartFile
Create an instance wrapping the given FileItem.
CommonsMultipartResolver - Class in org.springframework.web.multipart.commons
Servlet-based MultipartResolver implementation for Jakarta Commons FileUpload 1.2 or above.
CommonsMultipartResolver() - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartResolver
Constructor for use as bean.
CommonsMultipartResolver(ServletContext) - Constructor for class org.springframework.web.multipart.commons.CommonsMultipartResolver
Constructor for standalone usage.
CommonsPoolTargetSource - Class in org.springframework.aop.target
TargetSource implementation that holds objects in a configurable Jakarta Commons Pool.
CommonsPoolTargetSource() - Constructor for class org.springframework.aop.target.CommonsPoolTargetSource
Create a CommonsPoolTargetSource with default settings.
CommonsPortletMultipartResolver - Class in org.springframework.web.portlet.multipart
PortletMultipartResolver implementation for Jakarta Commons FileUpload 1.2 or above.
CommonsPortletMultipartResolver() - Constructor for class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Constructor for use as bean.
CommonsPortletMultipartResolver(PortletContext) - Constructor for class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Constructor for standalone usage.
CommonsRequestLoggingFilter - Class in org.springframework.web.filter
Simple request logging filter that writes the request URI (and optionally the query string) to the Commons Log.
CommonsRequestLoggingFilter() - Constructor for class org.springframework.web.filter.CommonsRequestLoggingFilter
 
ComparableComparator<T extends java.lang.Comparable<T>> - Class in org.springframework.util.comparator
Comparator that adapts Comparables to the Comparator interface.
ComparableComparator() - Constructor for class org.springframework.util.comparator.ComparableComparator
 
comparator - Variable in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
comparator - Variable in class org.springframework.core.convert.converter.ConvertingComparator
 
comparator - Variable in class org.springframework.util.comparator.InvertibleComparator
 
comparator - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MatchComparator
 
comparators - Variable in class org.springframework.util.comparator.CompoundComparator
 
compare(Object, Object) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
compare(PropertyDescriptor, PropertyDescriptor) - Method in class org.springframework.beans.PropertyDescriptorComparator
 
compare(Object, Object) - Method in class org.springframework.beans.support.PropertyComparator
 
compare(S, S) - Method in class org.springframework.core.convert.converter.ConvertingComparator
 
compare(Class<? extends Throwable>, Class<? extends Throwable>) - Method in class org.springframework.core.ExceptionDepthComparator
 
compare(Object, Object) - Method in class org.springframework.core.OrderComparator
 
compare(Object, Object) - Method in class org.springframework.expression.spel.support.StandardTypeComparator
 
compare(Object, Object) - Method in interface org.springframework.expression.TypeComparator
Compare two objects.
compare(String, String) - Method in class org.springframework.util.AntPathMatcher.AntPatternComparator
 
compare(Boolean, Boolean) - Method in class org.springframework.util.comparator.BooleanComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.ComparableComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.CompoundComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.InstanceComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.InvertibleComparator
 
compare(T, T) - Method in class org.springframework.util.comparator.NullSafeComparator
 
compare(AbstractHandlerMethodMapping<T>.Match, AbstractHandlerMethodMapping<T>.Match) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.MatchComparator
 
compare(AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo, AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
Deprecated.
 
compareAcceptHeaders(AnnotationMethodHandlerAdapter.RequestMappingInfo, AnnotationMethodHandlerAdapter.RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
Deprecated.
 
compareArguments(List<TypeDescriptor>, List<TypeDescriptor>, TypeConverter) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Compare argument arrays and return information about whether they match.
compareArgumentsVarargs(List<TypeDescriptor>, List<TypeDescriptor>, TypeConverter) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Compare argument arrays and return information about whether they match.
compareMatchingMediaTypes(ProducesRequestCondition, int, ProducesRequestCondition, int) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
compareMethods(Method, Method) - Static method in class org.springframework.beans.PropertyDescriptorUtils
 
compareParams(DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate
 
compareParams(Object) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate
 
comparePrecedenceWithinAspect(Advisor, Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
compareTo(Object) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
compareTo(DefaultLifecycleProcessor.LifecycleGroupMember) - Method in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroupMember
 
compareTo(Object) - Method in class org.springframework.core.enums.AbstractLabeledEnum
Deprecated.
 
compareTo(MediaType) - Method in class org.springframework.http.MediaType
Compares this MediaType to another alphabetically.
compareTo(Delayed) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler.TimerScheduledFuture
 
compareTo(Delayed) - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
compareTo(Object) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ActionMappingPredicate
 
compareTo(Object) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.EventMappingPredicate
 
compareTo(Object) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.MethodLevelMappingPredicate
 
compareTo(Object) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.RenderMappingPredicate
 
compareTo(Object) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ResourceMappingPredicate
 
compareTo(Object) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.TypeLevelMappingPredicate
 
compareTo(FlashMap) - Method in class org.springframework.web.servlet.FlashMap
Compare two FlashMaps and prefer the one that specifies a target URL path or has more target URL parameters.
compareTo(AbstractMediaTypeExpression) - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
compareTo(CompositeRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
If one instance is empty, the other "wins".
compareTo(ConsumesRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Returns: 0 if the two conditions have the same number of expressions Less than 0 if "this" has more or more specific media type expressions Greater than 0 if "other" has more or more specific media type expressions
compareTo(HeadersRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Returns: 0 if the two conditions have the same number of header expressions Less than 0 if "this" instance has more header expressions Greater than 0 if the "other" instance has more header expressions
compareTo(ParamsRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Returns: 0 if the two conditions have the same number of parameter expressions Less than 0 if "this" instance has more parameter expressions Greater than 0 if the "other" instance has more parameter expressions
compareTo(PatternsRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Compare the two conditions based on the URL patterns they contain.
compareTo(ProducesRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Compares this and another "produces" condition as follows: Sort 'Accept' header media types by quality value via MediaType.sortByQualityValue(List) and iterate the list.
compareTo(T, HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
Compares this condition to another condition in the context of a specific request.
compareTo(RequestConditionHolder, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Compare the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.
compareTo(RequestMethodsRequestCondition, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Returns: 0 if the two conditions contain the same number of HTTP request methods Less than 0 if "this" instance has an HTTP request method but "other" doesn't Greater than 0 "other" has an HTTP request method but "this" doesn't
compareTo(RequestMappingInfo, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Compares "this" info (i.e.
compatibleWithCloseBracket(char) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser.Bracket
 
compile() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Compile this JdbcCall using provided parameters and meta data plus other settings.
compile() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Compile this JdbcInsert using provided parameters and meta data plus other settings.
compile() - Method in class org.springframework.jdbc.object.RdbmsOperation
Compile this query.
compiled - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Has this operation been compiled? Compilation means at least checking that a DataSource and sql have been provided, but subclasses may also implement their own custom validation.
compiled - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Has this operation been compiled? Compilation means at least checking that a DataSource or JdbcTemplate has been provided, but subclasses may also implement their own custom validation.
compiled - Variable in class org.springframework.jdbc.object.RdbmsOperation
Has this operation been compiled? Compilation means at least checking that a DataSource and sql have been provided, but subclasses may also implement their own custom validation.
compiledByAjc(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
We need to detect this as "code-style" AspectJ aspects should not be interpreted by Spring AOP.
compiledExclusionPatterns - Variable in class org.springframework.aop.support.JdkRegexpMethodPointcut
Compiled form of the exclusion patterns.
compiledPatterns - Variable in class org.springframework.aop.support.JdkRegexpMethodPointcut
Compiled form of the patterns.
compileInternal() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Method to perform the actual compilation.
compileInternal() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to perform the actual compilation.
compileInternal() - Method in class org.springframework.jdbc.object.RdbmsOperation
Subclasses must implement this template method to perform their own compilation.
compileInternal() - Method in class org.springframework.jdbc.object.SqlCall
Overridden method to configure the CallableStatementCreatorFactory based on our declared parameters.
compileInternal() - Method in class org.springframework.jdbc.object.SqlOperation
Overridden method to configure the PreparedStatementCreatorFactory based on our declared parameters.
compilePatterns(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
Compiles the supplied String[] into an array of Pattern objects and returns that array.
compileXpathExpression(String, Map<String, String>) - Method in class org.springframework.test.util.XpathExpectationsHelper
 
complete - Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Should we commit the current transaction?
complete() - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
complete - Variable in class org.springframework.web.bind.support.SimpleSessionStatus
 
completed - Variable in class org.springframework.transaction.support.AbstractTransactionStatus
 
completeProxiedInterfaces(AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Determine the complete set of interfaces to proxy for the given AOP configuration.
completeTransactionAfterThrowing(TransactionAspectSupport.TransactionInfo, Throwable) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Handle a throwable, completing the transaction.
completionCallback - Variable in class org.springframework.web.context.request.async.DeferredResult
 
completionCallback - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
completionHandlers - Variable in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
Component - Annotation Type in org.springframework.stereotype
Indicates that an annotated class is a "component".
COMPONENT_ANNOTATION_CLASSNAME - Static variable in class org.springframework.context.annotation.AnnotationBeanNameGenerator
 
componentBuilders - Variable in class org.springframework.web.util.UriComponentsBuilder.CompositePathComponentBuilder
 
ComponentControllerSupport - Class in org.springframework.web.servlet.view.tiles
Deprecated.
as of Spring 3.0
ComponentControllerSupport() - Constructor for class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
 
ComponentDefinition - Interface in org.springframework.beans.factory.parsing
Interface that describes the logical view of a set of BeanDefinitions and BeanReferences as presented in some configuration context.
componentRegistered(ComponentDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
componentRegistered(ComponentDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given component has been registered.
ComponentScan - Annotation Type in org.springframework.context.annotation
Configures component scanning directives for use with @Configuration classes.
ComponentScan.Filter - Annotation Type in org.springframework.context.annotation
Declares the type filter to be used as an include filter or exclude filter.
ComponentScanAnnotationParser - Class in org.springframework.context.annotation
Parser for the @ComponentScan annotation.
ComponentScanAnnotationParser(ResourceLoader, Environment, BeanNameGenerator, BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.ComponentScanAnnotationParser
 
ComponentScanBeanDefinitionParser - Class in org.springframework.context.annotation
Parser for the <context:component-scan/> element.
ComponentScanBeanDefinitionParser() - Constructor for class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
componentScanBeanNameGenerator - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
componentScanParser - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
ComposablePointcut - Class in org.springframework.aop.support
Convenient class for building up pointcuts.
ComposablePointcut() - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a default ComposablePointcut, with ClassFilter.TRUE and MethodMatcher.TRUE.
ComposablePointcut(Pointcut) - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut based on the given Pointcut.
ComposablePointcut(ClassFilter) - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut for the given ClassFilter, with MethodMatcher.TRUE.
ComposablePointcut(MethodMatcher) - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut for the given MethodMatcher, with ClassFilter.TRUE.
ComposablePointcut(ClassFilter, MethodMatcher) - Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut for the given ClassFilter and MethodMatcher.
composeName(String, String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
composeName(Name, Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
CompositeCacheManager - Class in org.springframework.cache.support
Composite CacheManager implementation that iterates over a given collection of CacheManager instances.
CompositeCacheManager() - Constructor for class org.springframework.cache.support.CompositeCacheManager
 
CompositeCacheOperationSource - Class in org.springframework.cache.interceptor
Composite CacheOperationSource implementation that iterates over a given array of CacheOperationSource instances.
CompositeCacheOperationSource(CacheOperationSource...) - Constructor for class org.springframework.cache.interceptor.CompositeCacheOperationSource
Create a new CompositeCacheOperationSource for the given sources.
CompositeComponentDefinition - Class in org.springframework.beans.factory.parsing
ComponentDefinition implementation that holds one or more nested ComponentDefinition instances, aggregating them into a named group of components.
CompositeComponentDefinition(String, Object) - Constructor for class org.springframework.beans.factory.parsing.CompositeComponentDefinition
Create a new CompositeComponentDefinition.
CompositeDatabasePopulator - Class in org.springframework.jdbc.datasource.init
DatabasePopulator implementation that delegates to a list of other DatabasePopulator implementations, executing all scripts.
CompositeDatabasePopulator() - Constructor for class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
 
CompositeFilter - Class in org.springframework.web.filter
A generic composite servlet Filter that just delegates its behaviour to a chain (list) of user supplied filters, achieving the functionality of a FilterChain, but conveniently using only Filter instances.
CompositeFilter() - Constructor for class org.springframework.web.filter.CompositeFilter
 
CompositeFilter.VirtualFilterChain - Class in org.springframework.web.filter
 
CompositeFilter.VirtualFilterChain(FilterChain, List<? extends Filter>) - Constructor for class org.springframework.web.filter.CompositeFilter.VirtualFilterChain
 
CompositeIterator<E> - Class in org.springframework.util
Iterator that combines multiple other iterators.
CompositeIterator() - Constructor for class org.springframework.util.CompositeIterator
Create a new composite iterator.
CompositePropertySource - Class in org.springframework.core.env
Composite PropertySource implementation that iterates over a set of PropertySource instances.
CompositePropertySource(String) - Constructor for class org.springframework.core.env.CompositePropertySource
Create a new CompositePropertySource.
CompositeRequestCondition - Class in org.springframework.web.servlet.mvc.condition
Implements the RequestCondition contract by delegating to multiple RequestCondition types and using a logical conjunction (' && ') to ensure all conditions match a given request.
CompositeRequestCondition(RequestCondition<?>...) - Constructor for class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
Create an instance with 0 or more RequestCondition types.
CompositeRequestCondition(RequestConditionHolder[]) - Constructor for class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
CompositeStringExpression - Class in org.springframework.expression.common
Represents a template expression broken into pieces.
CompositeStringExpression(String, Expression[]) - Constructor for class org.springframework.expression.common.CompositeStringExpression
 
CompositeTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Composite TransactionAttributeSource implementation that iterates over a given array of TransactionAttributeSource instances.
CompositeTransactionAttributeSource(TransactionAttributeSource[]) - Constructor for class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
Create a new CompositeTransactionAttributeSource for the given sources.
COMPOUND_CLASS_LOADER_NAME - Static variable in class org.springframework.instrument.classloading.websphere.WebSphereClassLoaderAdapter
 
CompoundComparator<T> - Class in org.springframework.util.comparator
A comparator that chains a sequence of one or more more Comparators.
CompoundComparator() - Constructor for class org.springframework.util.comparator.CompoundComparator
Construct a CompoundComparator with initially no Comparators.
CompoundComparator(Comparator...) - Constructor for class org.springframework.util.comparator.CompoundComparator
Construct a CompoundComparator from the Comparators in the provided array.
CompoundExpression - Class in org.springframework.expression.spel.ast
Represents a DOT separated expression sequence, such as 'property1.property2.methodOne()'
CompoundExpression(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.CompoundExpression
 
computeCacheOperations(Method, Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
 
computeLvtSlotIndices(boolean, Type[]) - Static method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
computeTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
concatenateStringArrays(String[], String[]) - Static method in class org.springframework.util.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
CONCURRENCY_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
CONCURRENCY_FAILURE_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
concurrencyCount - Variable in class org.springframework.util.ConcurrencyThrottleSupport
 
ConcurrencyFailureException - Exception in org.springframework.dao
Exception thrown on concurrency failure.
ConcurrencyFailureException(String) - Constructor for exception org.springframework.dao.ConcurrencyFailureException
Constructor for ConcurrencyFailureException.
ConcurrencyFailureException(String, Throwable) - Constructor for exception org.springframework.dao.ConcurrencyFailureException
Constructor for ConcurrencyFailureException.
concurrencyLimit - Variable in class org.springframework.util.ConcurrencyThrottleSupport
 
concurrencyThrottle - Variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
Internal concurrency throttle used by this executor
ConcurrencyThrottleInterceptor - Class in org.springframework.aop.interceptor
Interceptor that throttles concurrent access, blocking invocations if a specified concurrency limit is reached.
ConcurrencyThrottleInterceptor() - Constructor for class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
 
ConcurrencyThrottleSupport - Class in org.springframework.util
Support class for throttling concurrent access to a specific resource.
ConcurrencyThrottleSupport() - Constructor for class org.springframework.util.ConcurrencyThrottleSupport
 
concurrent - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
concurrentConsumers - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
concurrentConsumers - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
concurrentExecutor - Variable in class org.springframework.core.task.support.TaskExecutorAdapter
 
concurrentExecutor - Variable in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Deprecated.
 
concurrentExecutor - Variable in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
ConcurrentExecutorAdapter - Class in org.springframework.core.task.support
Adapter that exposes the Executor interface for any Spring TaskExecutor.
ConcurrentExecutorAdapter(TaskExecutor) - Constructor for class org.springframework.core.task.support.ConcurrentExecutorAdapter
Create a new ConcurrentExecutorAdapter for the given Spring TaskExecutor.
ConcurrentMap - Interface in org.springframework.core
Deprecated.
as of Spring 3.0, since standard ConcurrentMap is available on Java 5+ anyway
ConcurrentMapCache - Class in org.springframework.cache.concurrent
Simple Cache implementation based on the core JDK java.util.concurrent package.
ConcurrentMapCache(String) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name.
ConcurrentMapCache(String, boolean) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name.
ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name and the given internal ConcurrentMap to use.
ConcurrentMapCache.NullHolder - Class in org.springframework.cache.concurrent
 
ConcurrentMapCache.NullHolder() - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache.NullHolder
 
ConcurrentMapCacheFactoryBean - Class in org.springframework.cache.concurrent
FactoryBean for easy configuration of a ConcurrentMapCache when used within a Spring container.
ConcurrentMapCacheFactoryBean() - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
ConcurrentMapCacheManager - Class in org.springframework.cache.concurrent
CacheManager implementation that lazily builds ConcurrentMapCache instances for each ConcurrentMapCacheManager.getCache(java.lang.String) request.
ConcurrentMapCacheManager() - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Construct a dynamic ConcurrentMapCacheManager, lazily creating cache instances as they are being requested.
ConcurrentMapCacheManager(String...) - Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Construct a static ConcurrentMapCacheManager, managing caches for the specified cache names only.
ConcurrentReferenceHashMap<K,V> - Class in org.springframework.util
A ConcurrentHashMap that uses soft or weak references for both keys and values.
ConcurrentReferenceHashMap() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap.Entries - Class in org.springframework.util
Allows a task access to ConcurrentReferenceHashMap.Segment entries.
ConcurrentReferenceHashMap.Entries() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Entries
 
ConcurrentReferenceHashMap.Entry<K,V> - Class in org.springframework.util
A single map entry.
ConcurrentReferenceHashMap.Entry(K, V) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
ConcurrentReferenceHashMap.EntryIterator - Class in org.springframework.util
Internal entry iterator implementation.
ConcurrentReferenceHashMap.EntryIterator() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.EntryIterator
 
ConcurrentReferenceHashMap.EntrySet - Class in org.springframework.util
Internal entry-set implementation.
ConcurrentReferenceHashMap.EntrySet() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
 
ConcurrentReferenceHashMap.Reference<K,V> - Interface in org.springframework.util
A reference to an ConcurrentReferenceHashMap.Entry contained in the map.
ConcurrentReferenceHashMap.ReferenceManager - Class in org.springframework.util
Strategy class used to manage ConcurrentReferenceHashMap.References.
ConcurrentReferenceHashMap.ReferenceManager() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
 
ConcurrentReferenceHashMap.ReferenceType - Enum in org.springframework.util
Various reference types supported by this map.
ConcurrentReferenceHashMap.ReferenceType() - Constructor for enum org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
 
ConcurrentReferenceHashMap.Restructure - Enum in org.springframework.util
The types of restructuring that can be performed.
ConcurrentReferenceHashMap.Restructure() - Constructor for enum org.springframework.util.ConcurrentReferenceHashMap.Restructure
 
ConcurrentReferenceHashMap.Segment - Class in org.springframework.util
A single segment used to divide the map to allow better concurrent performance.
ConcurrentReferenceHashMap.Segment(int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
ConcurrentReferenceHashMap.SoftEntryReference<K,V> - Class in org.springframework.util
Internal ConcurrentReferenceHashMap.Reference implementation for SoftReferences.
ConcurrentReferenceHashMap.SoftEntryReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>, ReferenceQueue<ConcurrentReferenceHashMap.Entry<K, V>>) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.SoftEntryReference
 
ConcurrentReferenceHashMap.Task<T> - Class in org.springframework.util
A task that can be run against a ConcurrentReferenceHashMap.Segment.
ConcurrentReferenceHashMap.Task(ConcurrentReferenceHashMap.TaskOption...) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Task
 
ConcurrentReferenceHashMap.TaskOption - Enum in org.springframework.util
Various options supported by a ConcurrentReferenceHashMap.Task.
ConcurrentReferenceHashMap.TaskOption() - Constructor for enum org.springframework.util.ConcurrentReferenceHashMap.TaskOption
 
ConcurrentReferenceHashMap.WeakEntryReference<K,V> - Class in org.springframework.util
Internal ConcurrentReferenceHashMap.Reference implementation for WeakReferences.
ConcurrentReferenceHashMap.WeakEntryReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>, ReferenceQueue<ConcurrentReferenceHashMap.Entry<K, V>>) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.WeakEntryReference
 
concurrentResult - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
concurrentResultContext - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
ConcurrentTaskExecutor - Class in org.springframework.scheduling.backportconcurrent
Deprecated.
as of Spring 3.2, in favor of using the native JDK 6 concurrent support
ConcurrentTaskExecutor() - Constructor for class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Deprecated.
Create a new ConcurrentTaskExecutor, using a single thread executor as default.
ConcurrentTaskExecutor(Executor) - Constructor for class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Deprecated.
Create a new ConcurrentTaskExecutor, using the given JSR-166 backport concurrent executor.
ConcurrentTaskExecutor - Class in org.springframework.scheduling.concurrent
Adapter that takes a JDK 1.5 java.util.concurrent.Executor and exposes a Spring TaskExecutor for it.
ConcurrentTaskExecutor() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor, using a single thread executor as default.
ConcurrentTaskExecutor(Executor) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor, using the given JDK 1.5 concurrent executor.
ConcurrentTaskScheduler - Class in org.springframework.scheduling.concurrent
Adapter that takes a JDK 1.5 java.util.concurrent.ScheduledExecutorService and exposes a Spring TaskScheduler for it.
ConcurrentTaskScheduler() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using a single thread executor as default.
ConcurrentTaskScheduler(ScheduledExecutorService) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using the given JDK 1.5 executor as shared delegate.
ConcurrentTaskScheduler(Executor, ScheduledExecutorService) - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using the given JDK 1.5 executors as delegates.
condition - Variable in class org.springframework.cache.config.CacheAdviceParser.Props
 
condition - Variable in class org.springframework.cache.interceptor.CacheOperation
 
condition(String, Method, EvaluationContext) - Method in class org.springframework.cache.interceptor.ExpressionEvaluator
 
condition - Variable in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
 
ConditionalConverter - Interface in org.springframework.core.convert.converter
Allows a Converter, GenericConverter or ConverterFactory to conditionally execute based on attributes of the source and target TypeDescriptor.
ConditionalGenericConverter - Interface in org.springframework.core.convert.converter
A GenericConverter that may conditionally execute based on attributes of the source and target TypeDescriptor.
ConditionalTestCase - Class in org.springframework.test
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework (AbstractJUnit4SpringContextTests)
ConditionalTestCase() - Constructor for class org.springframework.test.ConditionalTestCase
Deprecated.
Default constructor for ConditionalTestCase.
ConditionalTestCase(String) - Constructor for class org.springframework.test.ConditionalTestCase
Deprecated.
Constructor for ConditionalTestCase with a JUnit name.
conditionCache - Variable in class org.springframework.cache.interceptor.ExpressionEvaluator
 
CONFIG_LOCATION_DELIMITERS - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Any number of these characters are considered delimiters between multiple context config paths in a single String value.
CONFIG_LOCATION_DELIMITERS - Static variable in class org.springframework.jca.context.SpringContextResourceAdapter
Any number of these characters are considered delimiters between multiple context config paths in a single String value.
CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Name of servlet context parameter (i.e., "contextConfigLocation") that can specify the config location for the root context, falling back to the implementation's default otherwise.
CONFIG_LOCATION_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Parameter specifying the location of the log4j config file
ConfigBeanDefinitionParser - Class in org.springframework.aop.config
BeanDefinitionParser for the &lt;aop:config&gt; tag.
ConfigBeanDefinitionParser() - Constructor for class org.springframework.aop.config.ConfigBeanDefinitionParser
 
configLocation - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
configLocation - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
configLocation - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configLocation - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
configLocation - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
 
configLocations - Variable in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
 
configLocations - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
configLocations - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
configLocations - Variable in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
configResources - Variable in class org.springframework.context.support.ClassPathXmlApplicationContext
 
configTimeCacheProviderHolder - Static variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
configTimeDataSourceHolder - Static variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
configTimeDataSourceHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configTimeLobHandlerHolder - Static variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
configTimeLobHandlerHolder - Static variable in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
configTimeNonTransactionalDataSourceHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configTimeRegionFactoryHolder - Static variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
configTimeResourceLoaderHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configTimeTaskExecutorHolder - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
configTimeTransactionManagerHolder - Static variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
Configurable - Annotation Type in org.springframework.beans.factory.annotation
Marks a class as being eligible for Spring-driven configuration.
ConfigurableApplicationContext - Interface in org.springframework.context
SPI interface to be implemented by most if not all application contexts.
ConfigurableBeanFactory - Interface in org.springframework.beans.factory.config
Configuration interface to be implemented by most bean factories.
configurableBeanFactory - Variable in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
ConfigurableConversionService - Interface in org.springframework.core.convert.support
Configuration interface to be implemented by most if not all ConversionService types.
ConfigurableEnvironment - Interface in org.springframework.core.env
Configuration interface to be implemented by most if not all Environment types.
ConfigurableJasperReportsView - Class in org.springframework.web.servlet.view.jasperreports
Configurable JasperReports View, allowing to specify the JasperReports exporter to be specified through bean properties rather than through the view class name.
ConfigurableJasperReportsView() - Constructor for class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
 
ConfigurableJtaPlatform - Class in org.springframework.orm.hibernate4
Implementation of Hibernate 4's org.hibernate.service.jta.platform.spi.JtaPlatform SPI, exposing passed-in TransactionManager and UserTransaction references.
ConfigurableJtaPlatform(TransactionManager, UserTransaction) - Constructor for class org.springframework.orm.hibernate4.ConfigurableJtaPlatform
Create a new ConfigurableJtaPlatform instance with the given JTA TransactionManager and optionally a given UserTransaction.
ConfigurableListableBeanFactory - Interface in org.springframework.beans.factory.config
Configuration interface to be implemented by most listable bean factories.
ConfigurableMimeFileTypeMap - Class in org.springframework.mail.javamail
Spring-configurable FileTypeMap implementation that will read MIME type to file extension mappings from a standard JavaMail MIME type mapping file, using a standard MimetypesFileTypeMap underneath.
ConfigurableMimeFileTypeMap() - Constructor for class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
 
ConfigurableObject - Interface in org.springframework.beans.factory.aspectj
Marker interface for domain object that need DI through aspects.
ConfigurableObjectInputStream - Class in org.springframework.core
Special ObjectInputStream subclass that resolves class names against a specific ClassLoader.
ConfigurableObjectInputStream(InputStream, ClassLoader) - Constructor for class org.springframework.core.ConfigurableObjectInputStream
Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader.
ConfigurableObjectInputStream(InputStream, ClassLoader, boolean) - Constructor for class org.springframework.core.ConfigurableObjectInputStream
Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader.
ConfigurablePortletApplicationContext - Interface in org.springframework.web.portlet.context
Interface to be implemented by configurable portlet application contexts.
ConfigurablePropertyAccessor - Interface in org.springframework.beans
Interface that encapsulates configuration methods for a PropertyAccessor.
ConfigurablePropertyResolver - Interface in org.springframework.core.env
Configuration interface to be implemented by most if not all PropertyResolver types.
ConfigurableWebApplicationContext - Interface in org.springframework.web.context
Interface to be implemented by configurable web application contexts.
ConfigurableWebBindingInitializer - Class in org.springframework.web.bind.support
Convenient WebBindingInitializer for declarative configuration in a Spring application context.
ConfigurableWebBindingInitializer() - Constructor for class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
ConfigurableWebEnvironment - Interface in org.springframework.web.context
Specialization of ConfigurableEnvironment allowing initialization of servlet-related PropertySource objects at the earliest moment that the ServletContext and (optionally) ServletConfig become available.
Configuration - Annotation Type in org.springframework.context.annotation
Indicates that a class declares one or more @Bean methods and may be processed by the Spring container to generate bean definitions and service requests for those beans at runtime, for example:
 @Configuration
 public class AppConfig {
     @Bean
     public MyBean myBean() {
         // instantiate, configure and return bean ...
configuration - Variable in class org.springframework.expression.spel.ExpressionState
 
configuration - Variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
configuration - Variable in class org.springframework.expression.spel.standard.SpelExpression
 
configuration - Variable in class org.springframework.expression.spel.standard.SpelExpressionParser
 
configuration - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
configuration - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
configuration - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
configuration - Variable in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
 
configuration - Variable in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
 
CONFIGURATION_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Configuration annotation processor.
CONFIGURATION_BEAN_NAME_GENERATOR - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed BeanNameGenerator for use when processing Configuration classes.
CONFIGURATION_CLASS_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ConfigurationClassUtils
 
CONFIGURATION_CLASS_FULL - Static variable in class org.springframework.context.annotation.ConfigurationClassUtils
 
CONFIGURATION_CLASS_LITE - Static variable in class org.springframework.context.annotation.ConfigurationClassUtils
 
configurationAttributes - Variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
ConfigurationClass - Class in org.springframework.context.annotation
Represents a user-defined @Configuration class.
ConfigurationClass(MetadataReader, String) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass with the given name.
ConfigurationClass(MetadataReader, boolean) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass representing a class that was imported using the Import annotation or automatically processed as a nested configuration class (if imported is true).
ConfigurationClass(Class<?>, String) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass with the given name.
ConfigurationClass(Class<?>, boolean) - Constructor for class org.springframework.context.annotation.ConfigurationClass
Create a new ConfigurationClass representing a class that was imported using the Import annotation or automatically processed as a nested configuration class (if imported is true).
configurationClass - Variable in class org.springframework.context.annotation.ConfigurationMethod
 
configurationClass - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
ConfigurationClass.BeanMethodOverloadingProblem - Class in org.springframework.context.annotation
Bean methods on configuration classes may only be overloaded through inheritance.
ConfigurationClass.BeanMethodOverloadingProblem(String, int) - Constructor for class org.springframework.context.annotation.ConfigurationClass.BeanMethodOverloadingProblem
 
ConfigurationClass.FinalConfigurationProblem - Class in org.springframework.context.annotation
Configuration classes must be non-final to accommodate CGLIB subclassing.
ConfigurationClass.FinalConfigurationProblem() - Constructor for class org.springframework.context.annotation.ConfigurationClass.FinalConfigurationProblem
 
ConfigurationClassBeanDefinitionReader - Class in org.springframework.context.annotation
Reads a given fully-populated set of ConfigurationClass instances, registering bean definitions with the given BeanDefinitionRegistry based on its contents.
ConfigurationClassBeanDefinitionReader(BeanDefinitionRegistry, SourceExtractor, ProblemReporter, MetadataReaderFactory, ResourceLoader, Environment, BeanNameGenerator) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
Create a new ConfigurationClassBeanDefinitionReader instance that will be used to populate the given BeanDefinitionRegistry.
ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition - Class in org.springframework.context.annotation
RootBeanDefinition marker subclass used to signify that a bean definition was created from a configuration class as opposed to any other configuration source.
ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition(ConfigurationClass) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition(RootBeanDefinition, ConfigurationClass) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition(ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.ConfigurationClassBeanDefinition
 
ConfigurationClassBeanDefinitionReader.InvalidConfigurationImportProblem - Class in org.springframework.context.annotation
Configuration classes must be annotated with @Configuration or declare at least one @Bean method.
ConfigurationClassBeanDefinitionReader.InvalidConfigurationImportProblem(String, Resource, AnnotationMetadata) - Constructor for class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.InvalidConfigurationImportProblem
 
ConfigurationClassEnhancer - Class in org.springframework.context.annotation
Enhances Configuration classes by generating a CGLIB subclass capable of interacting with the Spring container to respect bean semantics.
ConfigurationClassEnhancer(ConfigurableBeanFactory) - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer
Creates a new ConfigurationClassEnhancer instance.
ConfigurationClassEnhancer.BeanMethodInterceptor - Class in org.springframework.context.annotation
Intercepts the invocation of any Bean-annotated methods in order to ensure proper handling of bean semantics such as scoping and AOP proxying.
ConfigurationClassEnhancer.BeanMethodInterceptor(ConfigurableBeanFactory) - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
 
ConfigurationClassEnhancer.ConfigurationClassCallbackFilter - Class in org.springframework.context.annotation
CGLIB CallbackFilter implementation that points to BeanMethodInterceptor and DisposableBeanMethodInterceptor.
ConfigurationClassEnhancer.ConfigurationClassCallbackFilter() - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.ConfigurationClassCallbackFilter
 
ConfigurationClassEnhancer.DisposableBeanMethodInterceptor - Class in org.springframework.context.annotation
Intercepts the invocation of any DisposableBean.destroy() on @Configuration class instances for the purpose of de-registering CGLIB callbacks.
ConfigurationClassEnhancer.DisposableBeanMethodInterceptor() - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.DisposableBeanMethodInterceptor
 
ConfigurationClassEnhancer.EnhancedConfiguration - Interface in org.springframework.context.annotation
Marker interface to be implemented by all @Configuration CGLIB subclasses.
ConfigurationClassEnhancer.GetObjectMethodInterceptor - Class in org.springframework.context.annotation
Intercepts calls to FactoryBean.getObject(), delegating to calling BeanFactory.getBean(String) in order to respect caching / scoping.
ConfigurationClassEnhancer.GetObjectMethodInterceptor(ConfigurableBeanFactory, String) - Constructor for class org.springframework.context.annotation.ConfigurationClassEnhancer.GetObjectMethodInterceptor
 
configurationClasses - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
ConfigurationClassParser - Class in org.springframework.context.annotation
Parses a Configuration class definition, populating a collection of ConfigurationClass objects (parsing a single Configuration class may result in any number of ConfigurationClass objects because one Configuration class may import another using the Import annotation).
ConfigurationClassParser(MetadataReaderFactory, ProblemReporter, Environment, ResourceLoader, BeanNameGenerator, BeanDefinitionRegistry) - Constructor for class org.springframework.context.annotation.ConfigurationClassParser
Create a new ConfigurationClassParser instance that will be used to populate the set of configuration classes.
ConfigurationClassParser.CircularImportProblem - Class in org.springframework.context.annotation
Problem registered upon detection of a circular Import.
ConfigurationClassParser.CircularImportProblem(ConfigurationClass, Stack<ConfigurationClass>, AnnotationMetadata) - Constructor for class org.springframework.context.annotation.ConfigurationClassParser.CircularImportProblem
 
ConfigurationClassParser.ImportRegistry - Interface in org.springframework.context.annotation
 
ConfigurationClassParser.ImportStack - Class in org.springframework.context.annotation
 
ConfigurationClassParser.ImportStack() - Constructor for class org.springframework.context.annotation.ConfigurationClassParser.ImportStack
 
ConfigurationClassPostProcessor - Class in org.springframework.context.annotation
BeanFactoryPostProcessor used for bootstrapping processing of @Configuration classes.
ConfigurationClassPostProcessor() - Constructor for class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor - Class in org.springframework.context.annotation
 
ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor() - Constructor for class org.springframework.context.annotation.ConfigurationClassPostProcessor.ImportAwareBeanPostProcessor
 
ConfigurationClassUtils - Class in org.springframework.context.annotation
Utilities for processing @Configuration classes.
ConfigurationClassUtils() - Constructor for class org.springframework.context.annotation.ConfigurationClassUtils
 
configurationFrozen - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Whether bean definition metadata may be cached for all beans
ConfigurationMethod - Class in org.springframework.context.annotation
 
ConfigurationMethod(MethodMetadata, ConfigurationClass) - Constructor for class org.springframework.context.annotation.ConfigurationMethod
 
configure(Properties) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 
configure(Properties) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
 
configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext) - Method in class org.springframework.web.context.ContextLoader
 
configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
 
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure asynchronous request processing options.
configureAsyncSupport(AsyncSupportConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure asynchronous request handling options.
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure asynchronous request handling options.
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureAutoProxyCreator(ParserContext, Element) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Configures the auto proxy creator needed to support the BeanDefinitions created by the '&lt;aop:config/&gt;' tag.
configureAutoProxyCreator(Element, ParserContext) - Static method in class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.AopAutoProxyConfigurer
 
configureAutoProxyCreator(Element, ParserContext) - Static method in class org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser.AopAutoProxyConfigurer
 
configureBean(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Configure the given raw bean: autowiring bean properties, applying bean property values, applying factory callbacks such as setBeanName and setBeanFactory, and also applying all bean post processors (including ones which might wrap the given raw bean).
configureBean(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
configureBean(Object) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Configure the bean instance.
configureBean(Object, String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
configureBeanPostProcessor(AutowiredAnnotationBeanPostProcessor, Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Template method for configuring the AutowiredAnnotationBeanPostProcessor used for autowiring.
configureConnectionProperties(ConnectionProperties, String) - Method in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
configureConnectionProperties(ConnectionProperties, String) - Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer
Configure the properties required to create and connect to the embedded database instance.
configureConnectionProperties(ConnectionProperties, String) - Method in class org.springframework.jdbc.datasource.embedded.H2EmbeddedDatabaseConfigurer
 
configureConnectionProperties(ConnectionProperties, String) - Method in class org.springframework.jdbc.datasource.embedded.HsqlEmbeddedDatabaseConfigurer
 
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure content negotiation.
configureContentNegotiation(ContentNegotiationConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure content negotiation options.
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure content negotiation options.
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure "default" Servlet handling.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure a handler to delegate unhandled requests by forwarding to the Servlet container's "default" servlet.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure a handler to delegate unhandled requests by forwarding to the Servlet container's "default" servlet.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureFeature(Object, boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
configureFeature(Object, boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
 
configureFormatterFrom(NumberFormat) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure the list of HandlerExceptionResolvers to use.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure the HandlerExceptionResolvers to handle unresolved controller exceptions.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure the HandlerExceptionResolvers to handle unresolved controller exceptions.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configureIndentation(Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the indentation settings for the supplied Transformer.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder.StandaloneConfiguration
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add custom HttpMessageConverters to use with the RequestMappingHandlerAdapter and the ExceptionHandlerExceptionResolver.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure the HttpMessageConverters to use in argument resolvers and return value handlers that support reading and/or writing to the body of the request and response.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure the HttpMessageConverters to use in argument resolvers and return value handlers that support reading and/or writing to the body of the request and response.
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
configurePointcutParameters(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
All parameters from argumentIndexOffset onwards are candidates for pointcut parameters - but returning and throwing vars are handled differently and must be removed from the list if present.
configurePrettyPrint() - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
configurePrettyPrint() - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
configurePrettyPrint() - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
configurePrettyPrint() - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
 
configureRejectionPolicy(Element, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
configureResponse(Map<String, Object>, HttpServletResponse, Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the supplied HttpServletResponse.
configurers - Variable in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureScanner(ParserContext, Element) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
configureTasks(ScheduledTaskRegistrar) - Method in interface org.springframework.scheduling.annotation.SchedulingConfigurer
Callback allowing a TaskScheduler and specific Task instances to be registered against the given the ScheduledTaskRegistrar
configureTransformer(Map<String, Object>, HttpServletResponse, Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the supplied Transformer instance.
configureWebResources(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Configures web resources for the supplied web application context (WAC).
configValueEditorsActive - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
ConflictingBeanDefinitionException - Exception in org.springframework.context.annotation
Marker subclass of IllegalStateException, allowing for explicit catch clauses in calling code.
ConflictingBeanDefinitionException(String) - Constructor for exception org.springframework.context.annotation.ConflictingBeanDefinitionException
 
connect(JMXServiceURL, Map<String, ?>, String) - Method in class org.springframework.jmx.access.ConnectorDelegate
Connects to the remote MBeanServer using the configured JMXServiceURL: to the specified JMX service, or to a local MBeanServer if no service URL specified.
connect() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Connects to the remote MBeanServer using the configured service URL and environment properties.
connection - Variable in class org.springframework.http.client.SimpleBufferingClientHttpRequest
 
connection - Variable in class org.springframework.http.client.SimpleClientHttpResponse
 
connection - Variable in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
connection - Variable in class org.springframework.jca.cci.connection.ConnectionHolder
 
connection - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory
Proxy Connection
connection - Variable in class org.springframework.jdbc.datasource.SimpleConnectionHandle
 
connection - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Proxy Connection
connection - Variable in class org.springframework.jms.connection.SingleConnectionFactory
Proxy Connection
connection - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
CONNECTION_FACTORY_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
CONNECTION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.jdbc.datasource.DataSourceUtils
Order value for TransactionSynchronization objects that clean up JDBC Connections.
ConnectionCallback<T> - Interface in org.springframework.jca.cci.core
Generic callback interface for code that operates on a CCI Connection.
ConnectionCallback<T> - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a JDBC Connection.
connectionEquals(ConnectionHolder, Connection) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Determine whether the given two Connections are equal, asking the target Connection in case of a proxy.
connectionFactory - Variable in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
connectionFactory - Variable in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy.TransactionAwareInvocationHandler
 
connectionFactory - Variable in class org.springframework.jca.cci.core.CciTemplate
 
connectionFactory - Variable in class org.springframework.jca.support.LocalConnectionFactoryBean
 
connectionFactory - Variable in class org.springframework.jms.connection.JmsResourceHolder
 
connectionFactory - Variable in class org.springframework.jms.connection.JmsTransactionManager
 
connectionFactory - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
connectionFactory - Variable in class org.springframework.jms.support.JmsAccessor
 
ConnectionFactoryUtils - Class in org.springframework.jca.cci.connection
Helper class that provides static methods for obtaining CCI Connections from a javax.resource.cci.ConnectionFactory.
ConnectionFactoryUtils() - Constructor for class org.springframework.jca.cci.connection.ConnectionFactoryUtils
 
ConnectionFactoryUtils - Class in org.springframework.jms.connection
Helper class for managing a JMS javax.jms.ConnectionFactory, in particular for obtaining transactional JMS resources for a given ConnectionFactory.
ConnectionFactoryUtils() - Constructor for class org.springframework.jms.connection.ConnectionFactoryUtils
 
ConnectionFactoryUtils.ConnectionSynchronization - Class in org.springframework.jca.cci.connection
Callback for resource cleanup at the end of a non-native CCI transaction (e.g.
ConnectionFactoryUtils.ConnectionSynchronization(ConnectionHolder, ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.ConnectionFactoryUtils.ConnectionSynchronization
 
ConnectionFactoryUtils.JmsResourceSynchronization - Class in org.springframework.jms.connection
Callback for resource cleanup at the end of a non-native JMS transaction (e.g.
ConnectionFactoryUtils.JmsResourceSynchronization(JmsResourceHolder, Object, boolean) - Constructor for class org.springframework.jms.connection.ConnectionFactoryUtils.JmsResourceSynchronization
 
ConnectionFactoryUtils.ResourceFactory - Interface in org.springframework.jms.connection
Callback interface for resource creation.
ConnectionHandle - Interface in org.springframework.jdbc.datasource
Simple interface to be implemented by handles for a JDBC Connection.
connectionHandle - Variable in class org.springframework.jdbc.datasource.ConnectionHolder
 
connectionHolder - Variable in class org.springframework.jca.cci.connection.CciLocalTransactionManager.CciLocalTransactionObject
 
ConnectionHolder - Class in org.springframework.jca.cci.connection
Connection holder, wrapping a CCI Connection.
ConnectionHolder(Connection) - Constructor for class org.springframework.jca.cci.connection.ConnectionHolder
 
ConnectionHolder - Class in org.springframework.jdbc.datasource
Connection holder, wrapping a JDBC Connection.
ConnectionHolder(ConnectionHandle) - Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given ConnectionHandle.
ConnectionHolder(Connection) - Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given JDBC Connection, wrapping it with a SimpleConnectionHandle, assuming that there is no ongoing transaction.
ConnectionHolder(Connection, boolean) - Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given JDBC Connection, wrapping it with a SimpleConnectionHandle.
connectionHolder - Variable in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
connectionHolder - Variable in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
connectionHolder - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager.SuspendedResourcesHolder
 
connectionHolder - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager.SuspendedResourcesHolder
 
connectionHolder - Variable in class org.springframework.orm.jdo.JdoTransactionManager.SuspendedResourcesHolder
 
connectionHolder - Variable in class org.springframework.orm.jpa.JpaTransactionManager.SuspendedResourcesHolder
 
connectionManager - Variable in class org.springframework.jca.support.LocalConnectionFactoryBean
 
connectionMethodToUse - Static variable in class org.springframework.orm.jpa.vendor.HibernateJpaDialect.HibernateConnectionHandle
 
connectionMonitor - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory
Synchronization monitor for the shared Connection
connectionMonitor - Variable in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Synchronization monitor for the shared Connection
connectionMonitor - Variable in class org.springframework.jms.connection.SingleConnectionFactory
Synchronization monitor for the shared Connection
connectionProperties - Variable in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
ConnectionProperties - Interface in org.springframework.jdbc.datasource.embedded
DataSourceFactory helper that allows essential JDBC connection properties to be configured consistently, independent of the actual DataSource implementation.
ConnectionProxy - Interface in org.springframework.jdbc.datasource
Subinterface of Connection to be implemented by Connection proxies.
connections - Variable in class org.springframework.jms.connection.JmsResourceHolder
 
connectionSpec - Variable in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
 
connectionSpec - Variable in class org.springframework.jca.cci.core.CciTemplate
 
ConnectionSpecConnectionFactoryAdapter - Class in org.springframework.jca.cci.connection
An adapter for a target CCI javax.resource.cci.ConnectionFactory, applying the given ConnectionSpec to every standard getConnection() call, that is, implicitly invoking getConnection(ConnectionSpec) on the target.
ConnectionSpecConnectionFactoryAdapter() - Constructor for class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
 
connectionType - Variable in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
connectLazily - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
connectOnStartup - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
connectOnStartup - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
connector - Variable in class org.springframework.jmx.access.ConnectorDelegate
 
connector - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
connector - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
connector - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
ConnectorDelegate - Class in org.springframework.jmx.access
Internal helper class for managing a JMX connector.
ConnectorDelegate() - Constructor for class org.springframework.jmx.access.ConnectorDelegate
 
connectorServer - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
ConnectorServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean that creates a JSR-160 JMXConnectorServer, optionally registers it with the MBeanServer and then starts it.
ConnectorServerFactoryBean() - Constructor for class org.springframework.jmx.support.ConnectorServerFactoryBean
 
connectorTargetSource - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
connectTimeout - Variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
connectTimeout - Variable in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
 
considerInherited - Variable in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
considerInterfaces - Variable in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
considerMetaAnnotations - Variable in class org.springframework.core.type.filter.AnnotationTypeFilter
 
constant - Variable in class org.springframework.expression.spel.ast.InlineList
 
CONSTANT_PREFIX_AUTODETECT - Static variable in class org.springframework.jmx.export.MBeanExporter
Prefix for the autodetect constants defined in this class
ConstantException - Exception in org.springframework.core
Exception thrown when the Constants class is asked for an invalid constant name.
ConstantException(String, String, String) - Constructor for exception org.springframework.core.ConstantException
Thrown when an invalid constant name is requested.
ConstantException(String, String, Object) - Constructor for exception org.springframework.core.ConstantException
Thrown when an invalid constant value is looked up.
constants - Static variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
constants - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
constants - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Constants instance for this class
Constants - Class in org.springframework.core
This class can be used to parse other classes containing constant definitions in public static final members.
Constants(Class<?>) - Constructor for class org.springframework.core.Constants
Create a new Constants converter class wrapping the given class.
constants - Static variable in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Constants instance for TransactionDefinition
constants - Static variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Constants instance for TransactionDefinition
constants - Static variable in class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
Constants instance for TransactionDefinition
constants - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
constants - Static variable in class org.springframework.jmx.export.MBeanExporter
Constants instance for this class
constants - Static variable in class org.springframework.jmx.support.MBeanRegistrationSupport
Constants for this class.
constants - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Constants instance for HibernateAccessor
constants - Static variable in class org.springframework.scheduling.quartz.CronTriggerBean
Constants for the CronTrigger class
constants - Static variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Constants for the CronTrigger class
constants - Static variable in class org.springframework.scheduling.quartz.SimpleTriggerBean
Constants for the SimpleTrigger class
constants - Static variable in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Constants for the SimpleTrigger class
constants - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Constants instance for AbstractPlatformTransactionManager
constants - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
Constants instance for TransactionDefinition
constraintValidatorFactory - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
constructedNodes - Variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
CONSTRUCTOR - Static variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
constructor - Variable in class org.springframework.core.MethodParameter
 
CONSTRUCTOR_ARG_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
CONSTRUCTOR_ARG_PREFIX - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Prefix used to denote a constructor argument definition.
CONSTRUCTOR_PROPERTIES_CLASS_NAME - Static variable in class org.springframework.beans.factory.support.ConstructorResolver
 
constructorArgIndex - Variable in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Our current position with respect to constructor args.
constructorArgs - Variable in class org.springframework.aop.framework.CglibAopProxy
 
constructorArgTypes - Variable in class org.springframework.aop.framework.CglibAopProxy
 
ConstructorArgumentEntry - Class in org.springframework.beans.factory.parsing
ParseState entry representing a (possibly indexed) constructor argument.
ConstructorArgumentEntry() - Constructor for class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
Creates a new instance of the ConstructorArgumentEntry class representing a constructor argument with a (currently) unknown index.
ConstructorArgumentEntry(int) - Constructor for class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
Creates a new instance of the ConstructorArgumentEntry class representing a constructor argument at the supplied index.
constructorArgumentLock - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
constructorArgumentsResolved - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
Package-visible field that marks the constructor arguments as resolved
ConstructorArgumentValues - Class in org.springframework.beans.factory.config
Holder for constructor argument values, typically as part of a bean definition.
ConstructorArgumentValues() - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
Create a new empty ConstructorArgumentValues object.
ConstructorArgumentValues(ConstructorArgumentValues) - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
Deep copy constructor.
constructorArgumentValues - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
ConstructorArgumentValues.ValueHolder - Class in org.springframework.beans.factory.config
Holder for a constructor argument value, with an optional type attribute indicating the target type of the actual constructor argument.
ConstructorArgumentValues.ValueHolder(Object) - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Create a new ValueHolder for the given value.
ConstructorArgumentValues.ValueHolder(Object, String) - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Create a new ValueHolder for the given value and type.
ConstructorArgumentValues.ValueHolder(Object, String, String) - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Create a new ValueHolder for the given value, type and name.
ConstructorExecutor - Interface in org.springframework.expression
Executors are built by resolvers and can be cached by the infrastructure to repeat an operation quickly without going back to the resolvers.
constructorPropertiesAnnotationAvailable - Static variable in class org.springframework.beans.factory.support.ConstructorResolver
 
ConstructorReference - Class in org.springframework.expression.spel.ast
Represents the invocation of a constructor.
ConstructorReference(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.ConstructorReference
Create a constructor reference.
ConstructorReference(int, SpelNodeImpl[], SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.ConstructorReference
Create a constructor reference.
ConstructorResolver - Class in org.springframework.beans.factory.support
Helper class for resolving constructors and factory methods.
ConstructorResolver(AbstractAutowireCapableBeanFactory) - Constructor for class org.springframework.beans.factory.support.ConstructorResolver
Create a new ConstructorResolver for the given factory and instantiation strategy.
ConstructorResolver - Interface in org.springframework.expression
A constructor resolver attempts locate a constructor and returns a ConstructorExecutor that can be used to invoke that constructor.
ConstructorResolver.ArgumentsHolder - Class in org.springframework.beans.factory.support
Private inner class for holding argument combinations.
ConstructorResolver.ArgumentsHolder(int) - Constructor for class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
ConstructorResolver.ArgumentsHolder(Object[]) - Constructor for class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
ConstructorResolver.AutowiredArgumentMarker - Class in org.springframework.beans.factory.support
Marker for autowired arguments in a cached argument array.
ConstructorResolver.AutowiredArgumentMarker() - Constructor for class org.springframework.beans.factory.support.ConstructorResolver.AutowiredArgumentMarker
 
ConstructorResolver.ConstructorPropertiesChecker - Class in org.springframework.beans.factory.support
Inner class to avoid a Java 6 dependency.
ConstructorResolver.ConstructorPropertiesChecker() - Constructor for class org.springframework.beans.factory.support.ConstructorResolver.ConstructorPropertiesChecker
 
constructorResolvers - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
consume(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Consume the next comment token, update the "inComment" flag and return the remaining content.
consumeArguments(List<SpelNodeImpl>) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
Used for consuming arguments for either a method or a constructor call
consumeCommentTokens(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Consumes all the leading comment data in the given String and returns the remaining content, which may be empty since the supplied content might be all comment data.
consumeEvent(XMLEvent) - Method in class org.springframework.util.xml.StaxEventContentHandler
 
consumer - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
consumers - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
consumersMonitor - Variable in class org.springframework.jms.listener.SimpleMessageListenerContainer
 
consumesCondition - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
ConsumesRequestCondition - Class in org.springframework.web.servlet.mvc.condition
A logical disjunction (' || ') request condition to match a request's 'Content-Type' header to a list of media type expressions.
ConsumesRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Creates a new instance from 0 or more "consumes" expressions.
ConsumesRequestCondition(String[], String[]) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Creates a new instance with "consumes" and "header" expressions.
ConsumesRequestCondition(Collection<ConsumesRequestCondition.ConsumeMediaTypeExpression>) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Private constructor accepting parsed media type expressions.
ConsumesRequestCondition.ConsumeMediaTypeExpression - Class in org.springframework.web.servlet.mvc.condition
Parses and matches a single media type expression to a request's 'Content-Type' header.
ConsumesRequestCondition.ConsumeMediaTypeExpression(String) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition.ConsumeMediaTypeExpression
 
ConsumesRequestCondition.ConsumeMediaTypeExpression(MediaType, boolean) - Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition.ConsumeMediaTypeExpression
 
containedBeanMap - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Map between containing bean names: bean name --> Set of bean names that the bean contains
CONTAINER_CLASS_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
CONTAINER_PREFIX - Static variable in class org.springframework.jndi.JndiLocatorSupport
JNDI prefix used in a J2EE container
CONTAINER_TYPE_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
containerManaged - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
containerRuntimeOptions - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
 
containerRuntimeOptions - Variable in class org.springframework.mock.web.portlet.MockPortletContext
 
containingBeanDefinition - Variable in class org.springframework.beans.factory.xml.ParserContext
 
containingComponents - Variable in class org.springframework.beans.factory.xml.ParserContext
 
contains(Class) - Method in exception org.springframework.beans.factory.BeanCreationException
 
contains(String) - Method in class org.springframework.beans.MutablePropertyValues
 
contains(Class) - Method in exception org.springframework.beans.PropertyBatchUpdateException
 
contains(String) - Method in interface org.springframework.beans.PropertyValues
Is there a property value (or other processing entry) for this property?
contains(Object) - Method in class org.springframework.context.annotation.ConfigurationClassParser.ImportStack
Simplified contains() implementation that tests to see if any ConfigurationClass exists within this stack that has the same name as elem.
contains(String) - Method in class org.springframework.core.env.MutablePropertySources
 
contains(String) - Method in interface org.springframework.core.env.PropertySources
Return whether a property source with the given name is contained.
contains(Class) - Method in exception org.springframework.core.NestedCheckedException
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
contains(Class) - Method in exception org.springframework.core.NestedRuntimeException
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
contains(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Check whether the given object is in the Session cache.
contains(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
contains(Object) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
contains(Object) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
contains(MergedContextConfiguration) - Method in class org.springframework.test.context.ContextCache
Return whether there is a cached context for the given key.
contains(Class) - Method in exception org.springframework.transaction.TransactionSystemException
 
contains(Object) - Method in class org.springframework.util.AutoPopulatingList
 
contains(Iterator, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Iterator contains the given element.
contains(Enumeration, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Enumeration contains the given element.
contains(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap.EntrySet
 
containsAll(Collection) - Method in class org.springframework.util.AutoPopulatingList
 
containsAny(Collection, Collection) - Static method in class org.springframework.util.CollectionUtils
Return true if any element in 'candidates' is contained in 'source'; otherwise returns false.
containsArgWithName(String, ConstructorArgumentValues) - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
containsAttribute(String) - Method in interface org.springframework.ui.Model
Does this model contain an attribute of the given name?
containsAttribute(String) - Method in class org.springframework.ui.ModelMap
Does this model contain an attribute of the given name?
containsAttribute(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the underlying model contains the given attribute name.
containsBean(String) - Method in interface org.springframework.beans.factory.BeanFactory
Does this bean factory contain a bean definition or externally registered singleton instance with the given name?
containsBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
containsBean(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
containsBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsBean(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
containsBean(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
containsBeanDefinition(String) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Check if this bean factory contains a bean definition with the given name.
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check if this bean factory contains a bean definition with the given name.
containsBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Check if this registry contains a bean definition with the given name.
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
containsBeanDefinition(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
containsBeanDefinition(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsBeanDefinition(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
containsConstant(Enum<?>[], String) - Static method in class org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name, ignoring case when determining a match.
containsConstant(Enum<?>[], String, boolean) - Static method in class org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsCookie(Cookie) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
containsElement(Object[], Object) - Static method in class org.springframework.util.ObjectUtils
Check whether the given array contains the given element.
containsHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
containsInstance(Collection, Object) - Static method in class org.springframework.util.CollectionUtils
Check whether the given Collection contains the given element instance.
containsKey(String) - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation checks whether the target MessageSource can resolve a message for the given key, translating NoSuchMessageException accordingly.
containsKey(Object) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
containsKey(Object) - Method in class org.springframework.http.HttpHeaders
 
containsKey(Object) - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
containsKey(Object) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
containsKey(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
containsKey(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
containsKey(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
containsLocalBean(String) - Method in interface org.springframework.beans.factory.HierarchicalBeanFactory
Return whether the local bean factory contains a bean of the given name, ignoring beans defined in ancestor contexts.
containsLocalBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
containsLocalBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
containsLocalBean(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
containsObject(String) - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
containsOption(String) - Method in class org.springframework.core.env.CommandLineArgs
Return whether the option with the given name was present on the command line.
containsOption(String) - Method in class org.springframework.core.env.CommandLinePropertySource
Return whether the set of option arguments parsed from the command line contains an option with the given name.
containsOption(String) - Method in class org.springframework.core.env.JOptCommandLinePropertySource
 
containsOption(String) - Method in class org.springframework.core.env.SimpleCommandLinePropertySource
 
containsProperty(String) - Method in class org.springframework.core.env.AbstractEnvironment
 
containsProperty(String) - Method in class org.springframework.core.env.CommandLinePropertySource
Return whether this PropertySource contains a property with the given name.
containsProperty(String) - Method in class org.springframework.core.env.EnumerablePropertySource
Return whether this PropertySource contains a property with the given name.
containsProperty(String) - Method in interface org.springframework.core.env.PropertyResolver
Return whether the given property key is available for resolution, i.e., the value for the given key is not null.
containsProperty(String) - Method in class org.springframework.core.env.PropertySource.ComparisonPropertySource
 
containsProperty(String) - Method in class org.springframework.core.env.PropertySource
Return whether this PropertySource contains the given name.
containsProperty(String) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
 
containsProperty(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
Return true if a property with the given name or any underscore/uppercase variant thereof exists in this property source.
containsSession(Session) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
containsSession(Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
containsSingleton(String) - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
Check if this registry contains a singleton instance with the given name.
containsSingleton(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
containsSqlScriptDelimiters(String, String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Does the provided SQL script contain the specified delimiter?
containsSqlScriptDelimiters(String, char) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Determine if the provided SQL script contains the specified delimiter.
containsValue(Object) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
containsValue(Object) - Method in class org.springframework.http.HttpHeaders
 
containsValue(Object) - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
containsValue(Object) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
containsValue(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
containsValueOrReference(Object) - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
containsWhitespace(CharSequence) - Static method in class org.springframework.util.StringUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - Static method in class org.springframework.util.StringUtils
Check whether the given String contains any whitespace characters.
content - Variable in class org.springframework.jdbc.core.support.SqlLobValue
 
content - Variable in class org.springframework.jdbc.support.lob.PassThroughBlob
 
content - Variable in class org.springframework.jdbc.support.lob.PassThroughClob
 
content - Variable in class org.springframework.mock.web.MockBodyContent
 
content - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
content - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
content - Variable in class org.springframework.mock.web.MockMultipartFile
 
content - Variable in class org.springframework.mock.web.portlet.MockClientDataRequest
 
content - Variable in class org.springframework.oxm.support.MarshallingSource
 
content - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
content() - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Access to request body matchers.
content - Variable in class org.springframework.test.web.client.response.DefaultResponseCreator
 
content - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
content(byte[]) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the request body.
content(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the request body as a UTF-8 String.
content() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response body assertions.
content - Variable in class org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper
 
CONTENT_DISPOSITION - Static variable in class org.springframework.http.HttpHeaders
 
CONTENT_DISPOSITION - Static variable in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
CONTENT_DISPOSITION_INLINE - Static variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
The default Content-Disposition header.
CONTENT_LENGTH - Static variable in class org.springframework.http.HttpHeaders
 
CONTENT_LENGTH_HEADER - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
CONTENT_TYPE - Static variable in class org.springframework.http.HttpHeaders
 
CONTENT_TYPE - Static variable in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.document.AbstractExcelView
The content type for an Excel response
CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.document.AbstractJExcelView
The content type for an Excel response
CONTENT_TYPE_ALTERNATIVE - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
CONTENT_TYPE_CHARSET_PREFIX - Static variable in class org.springframework.web.util.WebUtils
Prefix of the charset clause in a content type String: ";charset="
CONTENT_TYPE_CHARSET_SUFFIX - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
CONTENT_TYPE_HEADER - Static variable in class org.springframework.mock.web.MockHttpServletRequest
 
CONTENT_TYPE_HEADER - Static variable in class org.springframework.mock.web.MockHttpServletResponse
 
CONTENT_TYPE_HESSIAN - Static variable in class org.springframework.remoting.caucho.HessianExporter
 
CONTENT_TYPE_HTML - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Default content type: "application/x-java-serialized-object"
CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Default content type: "application/x-java-serialized-object"
contentDispositionMappings - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Stores the mappings of mapping keys to Content-Disposition header values.
contentEquals(ConstructorArgumentValues.ValueHolder) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Determine whether the content of this ValueHolder is equal to the content of the given other ValueHolder.
contentHandler - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
contentHandler - Variable in class org.springframework.util.xml.AbstractXMLReader
 
contentHashCode() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Determine whether the hash code of the content of this ValueHolder.
contentLength() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
contentLength() - Method in class org.springframework.core.io.AbstractResource
This implementation reads the entire InputStream to calculate the content length.
contentLength() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns the length of the underlying byte array.
contentLength() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the underlying File's length.
contentLength() - Method in interface org.springframework.core.io.Resource
Determine the content length for this resource.
contentLength() - Method in class org.springframework.core.io.VfsResource
 
contentLength - Variable in class org.springframework.jdbc.support.lob.PassThroughBlob
 
contentLength - Variable in class org.springframework.jdbc.support.lob.PassThroughClob
 
contentLength - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
contentLength - Variable in class org.springframework.mock.web.portlet.MockResourceResponse
 
ContentNegotiatingViewResolver - Class in org.springframework.web.servlet.view
Implementation of ViewResolver that resolves a view based on the request file name or Accept header.
ContentNegotiatingViewResolver() - Constructor for class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
ContentNegotiationConfigurer - Class in org.springframework.web.servlet.config.annotation
Helps with configuring a ContentNegotiationManager.
ContentNegotiationConfigurer(ServletContext) - Constructor for class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Class constructor with javax.servlet.ServletContext.
contentNegotiationManager - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
ContentNegotiationManager - Class in org.springframework.web.accept
This class is used to determine the requested media types of a request by delegating to a list of ContentNegotiationStrategy instances.
ContentNegotiationManager(ContentNegotiationStrategy...) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create an instance with the given ContentNegotiationStrategy instances.
ContentNegotiationManager(Collection<ContentNegotiationStrategy>) - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create an instance with the given ContentNegotiationStrategy instances.
ContentNegotiationManager() - Constructor for class org.springframework.web.accept.ContentNegotiationManager
Create a default instance with a HeaderContentNegotiationStrategy.
contentNegotiationManager - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
contentNegotiationManager - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
ContentNegotiationManagerFactoryBean - Class in org.springframework.web.accept
A factory providing convenient access to a ContentNegotiationManager configured with one or more ContentNegotiationStrategy instances.
ContentNegotiationManagerFactoryBean() - Constructor for class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
contentNegotiationStrategies - Variable in class org.springframework.web.accept.ContentNegotiationManager
 
ContentNegotiationStrategy - Interface in org.springframework.web.accept
A strategy for resolving the requested media types in a request.
ContentRequestMatchers - Class in org.springframework.test.web.client.match
Factory for request content RequestMatcher's.
ContentRequestMatchers() - Constructor for class org.springframework.test.web.client.match.ContentRequestMatchers
Class constructor, not for direct instantiation.
ContentRequestMatchers.AbstractXmlRequestMatcher - Class in org.springframework.test.web.client.match
Abstract base class for XML RequestMatcher's.
ContentRequestMatchers.AbstractXmlRequestMatcher() - Constructor for class org.springframework.test.web.client.match.ContentRequestMatchers.AbstractXmlRequestMatcher
 
contentResource - Variable in class org.springframework.test.web.client.response.DefaultResponseCreator
 
ContentResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for response content assertions.
ContentResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.ContentResultMatchers
Protected constructor.
contentType - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
contentType - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
contentType - Variable in class org.springframework.mock.web.MockMultipartFile
 
contentType - Variable in class org.springframework.mock.web.portlet.MockClientDataRequest
 
contentType - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
contentType - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
contentType - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
contentType - Variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
contentType(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type as a String.
contentType(MediaType) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type as a MediaType.
contentType(MediaType) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the Content-Type header.
contentType - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
contentType(MediaType) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Content-Type' header of the request.
contentType(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type.
contentType(MediaType) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type after parsing it as a MediaType.
contentType - Variable in class org.springframework.web.HttpMediaTypeNotSupportedException
 
contentType - Variable in class org.springframework.web.servlet.ResourceServlet
 
contentType - Variable in class org.springframework.web.servlet.view.AbstractView
 
contentType - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
contentTypeCompatibleWith(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeCompatibleWith(MediaType) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeCompatibleWith(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeCompatibleWith(MediaType) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
context - Variable in class org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl
 
context - Variable in class org.springframework.jdbc.object.UpdatableSqlQuery.RowMapperImpl
 
context - Variable in class org.springframework.web.context.ContextLoader
The root WebApplicationContext instance that this loader manages.
context - Variable in class org.springframework.web.servlet.tags.UrlTag
 
CONTEXT_ATTRIBUTES_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext/PortletContext attributes environment bean in the factory.
CONTEXT_CLASS_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext implementation class to use: "contextClass"
CONTEXT_ID_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext id, to be used as serialization id for the underlying BeanFactory: "contextId"
CONTEXT_INITIALIZER_CLASSES_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Config param for which ApplicationContextInitializer classes to use for initializing the web application context: "contextInitializerClasses"
CONTEXT_PARAMETERS_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext/PortletContext init-params environment bean in the factory.
contextAttribute - Variable in class org.springframework.web.filter.DelegatingFilterProxy
 
contextAttribute - Variable in class org.springframework.web.servlet.FrameworkServlet
ServletContext attribute to find the WebApplicationContext in
ContextBeanFactoryReference - Class in org.springframework.context.access
ApplicationContext-specific implementation of BeanFactoryReference, wrapping a newly created ApplicationContext, closing it on release.
ContextBeanFactoryReference(ApplicationContext) - Constructor for class org.springframework.context.access.ContextBeanFactoryReference
Create a new ContextBeanFactoryReference for the given context.
contextCache - Variable in class org.springframework.test.context.CacheAwareContextLoaderDelegate
 
ContextCache - Class in org.springframework.test.context
Cache for Spring ApplicationContexts in a test environment.
ContextCache() - Constructor for class org.springframework.test.context.ContextCache
 
contextCache - Variable in class org.springframework.test.context.TestContext
 
contextCache - Static variable in class org.springframework.test.context.TestContextManager
Cache of Spring application contexts.
contextCache - Static variable in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
Map from String defining unique combination of config locations, to ApplicationContext.
contextClass - Variable in class org.springframework.web.portlet.FrameworkPortlet
Portlet ApplicationContext implementation class to use
contextClass - Variable in class org.springframework.web.servlet.FrameworkServlet
WebApplicationContext implementation class to create
contextClass - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Custom WebApplicationContext class
ContextCleanupListener - Class in org.springframework.web.context
Web application listener that cleans up remaining disposable attributes in the ServletContext, i.e.
ContextCleanupListener() - Constructor for class org.springframework.web.context.ContextCleanupListener
 
ContextClosedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets closed.
ContextClosedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextClosedEvent
Creates a new ContextClosedEvent.
contextConfigLocation - Variable in class org.springframework.jca.context.SpringContextResourceAdapter
 
contextConfigLocation - Variable in class org.springframework.web.portlet.FrameworkPortlet
Explicit context config location
contextConfigLocation - Variable in class org.springframework.web.servlet.FrameworkServlet
Explicit context config location
contextConfigLocation - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Explicit context config location
ContextConfiguration - Annotation Type in org.springframework.test.context
@ContextConfiguration defines class-level metadata that is used to determine how to load and configure an ApplicationContext for integration tests.
ContextConfigurationAttributes - Class in org.springframework.test.context
ContextConfigurationAttributes encapsulates the context configuration attributes declared on a test class via @ContextConfiguration.
ContextConfigurationAttributes(Class<?>, ContextConfiguration) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the supplied @ContextConfiguration annotation and the test class that declared it.
ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ContextLoader>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>[], boolean, Class<? extends ContextLoader>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the test class that declared the @ContextConfiguration annotation and its corresponding attributes.
ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>[], boolean, String, Class<? extends ContextLoader>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the test class that declared the @ContextConfiguration annotation and its corresponding attributes.
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextCleanupListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
Close the root web application context.
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.Log4jConfigListener
 
contextDestroyed(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
 
ContextExposingHttpServletRequest - Class in org.springframework.web.context.support
HttpServletRequest decorator that makes all Spring beans in a given WebApplicationContext accessible as request attributes, through lazy checking once an attribute gets accessed.
ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext) - Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
Create a new ContextExposingHttpServletRequest for the given request.
ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext, Set<String>) - Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
Create a new ContextExposingHttpServletRequest for the given request.
ContextHierarchy - Annotation Type in org.springframework.test.context
@ContextHierarchy is a class-level annotation that is used to define a hierarchy of ApplicationContexts for integration tests.
contextId - Variable in class org.springframework.web.servlet.FrameworkServlet
WebApplicationContext id to assign
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextCleanupListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.context.ContextLoaderListener
Initialize the root web application context.
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.IntrospectorCleanupListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.Log4jConfigListener
 
contextInitialized(ServletContextEvent) - Method in class org.springframework.web.util.WebAppRootListener
 
contextInitializerClasses - Variable in class org.springframework.test.context.MergedContextConfiguration
 
contextInitializerClasses - Variable in class org.springframework.web.servlet.FrameworkServlet
Comma-delimited ApplicationContextInitializer classnames set through init param
contextInitializers - Variable in class org.springframework.web.servlet.FrameworkServlet
Actual ApplicationContextInitializer instances to apply to the context
ContextJndiBeanFactoryLocator - Class in org.springframework.context.access
BeanFactoryLocator implementation that creates the BeanFactory from one or more classpath locations specified in a JNDI environment variable.
ContextJndiBeanFactoryLocator() - Constructor for class org.springframework.context.access.ContextJndiBeanFactoryLocator
 
contextKey() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Return a key for this context.
contextKeyString(Object) - Method in class org.springframework.test.AbstractSpringContextTests
Deprecated.
Subclasses can override this to return a String representation of their context key for use in caching and logging.
contextKeyToContextMap - Static variable in class org.springframework.test.AbstractSpringContextTests
Deprecated.
Map of context keys returned by subclasses of this class, to Spring contexts.
ContextLifecycleScheduledTaskRegistrar - Class in org.springframework.scheduling.config
ScheduledTaskRegistrar subclass that redirects the actual scheduling of tasks to the ContextRefreshedEvent callback.
ContextLifecycleScheduledTaskRegistrar() - Constructor for class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
ContextLoader - Interface in org.springframework.test.context
Strategy interface for loading an application context for an integration test managed by the Spring TestContext Framework.
contextLoader - Variable in class org.springframework.test.context.MergedContextConfiguration
 
ContextLoader - Class in org.springframework.web.context
Performs the actual initialization work for the root application context.
ContextLoader() - Constructor for class org.springframework.web.context.ContextLoader
Create a new ContextLoader that will create a web application context based on the "contextClass" and "contextConfigLocation" servlet context-params.
ContextLoader(WebApplicationContext) - Constructor for class org.springframework.web.context.ContextLoader
Create a new ContextLoader with the given application context.
contextLoader - Variable in class org.springframework.web.context.ContextLoaderListener
 
contextLoaderClass - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
ContextLoaderListener - Class in org.springframework.web.context
Bootstrap listener to start up and shut down Spring's root WebApplicationContext.
ContextLoaderListener() - Constructor for class org.springframework.web.context.ContextLoaderListener
Create a new ContextLoaderListener that will create a web application context based on the "contextClass" and "contextConfigLocation" servlet context-params.
ContextLoaderListener(WebApplicationContext) - Constructor for class org.springframework.web.context.ContextLoaderListener
Create a new ContextLoaderListener with the given application context.
ContextLoaderPlugIn - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
ContextLoaderPlugIn() - Constructor for class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
 
ContextLoaderUtils - Class in org.springframework.test.context
Utility methods for working with ContextLoaders and SmartContextLoaders and resolving resource locations, annotated classes, active bean definition profiles, and application context initializers.
ContextLoaderUtils() - Constructor for class org.springframework.test.context.ContextLoaderUtils
 
contextMap - Variable in class org.springframework.test.context.ContextCache
Map of context keys to Spring ApplicationContext instances.
contextMatch(Class) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
ContextNamespaceHandler - Class in org.springframework.context.config
NamespaceHandler for the 'context' namespace.
ContextNamespaceHandler() - Constructor for class org.springframework.context.config.ContextNamespaceHandler
 
contextObject - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
contextObjects - Variable in class org.springframework.expression.spel.ExpressionState
 
contextOverride - Variable in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.
 
contextPath - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
contextPath - Variable in class org.springframework.mock.web.MockServletContext
 
contextPath - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
contextPath - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
contextPath - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
contextPath(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Specify the portion of the requestURI that represents the context path.
ContextRefreshedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets initialized or refreshed.
ContextRefreshedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextRefreshedEvent
Create a new ContextRefreshedEvent.
contextRelative - Variable in class org.springframework.web.servlet.view.RedirectView
 
ContextResource - Interface in org.springframework.core.io
Extended interface for a resource that is loaded from an enclosing 'context', e.g.
contexts - Variable in class org.springframework.mock.web.MockServletContext
 
contexts - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
ContextSingletonBeanFactoryLocator - Class in org.springframework.context.access
Variant of SingletonBeanFactoryLocator which creates its internal bean factory reference as an ApplicationContext instead of SingletonBeanFactoryLocator's simple BeanFactory.
ContextSingletonBeanFactoryLocator(String) - Constructor for class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Constructor which uses the the specified name as the resource name of the definition file(s).
ContextStartedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets started.
ContextStartedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextStartedEvent
Create a new ContextStartedEvent.
ContextStoppedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext gets stopped.
ContextStoppedEvent(ApplicationContext) - Constructor for class org.springframework.context.event.ContextStoppedEvent
Create a new ContextStoppedEvent.
ContextTypeMatchClassLoader - Class in org.springframework.context.support
Special variant of an overriding ClassLoader, used for temporary type matching in AbstractApplicationContext.
ContextTypeMatchClassLoader(ClassLoader) - Constructor for class org.springframework.context.support.ContextTypeMatchClassLoader
 
ContextTypeMatchClassLoader.ContextOverridingClassLoader - Class in org.springframework.context.support
ClassLoader to be created for each loaded class.
ContextTypeMatchClassLoader.ContextOverridingClassLoader(ClassLoader) - Constructor for class org.springframework.context.support.ContextTypeMatchClassLoader.ContextOverridingClassLoader
 
continueOnError - Variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
continueScheduledExecutionAfterException - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
ControlFlow - Interface in org.springframework.core
Interface to be implemented by objects that can return information about the current call stack.
ControlFlowFactory - Class in org.springframework.core
Static factory to conceal the automatic choice of the ControlFlow implementation class.
ControlFlowFactory() - Constructor for class org.springframework.core.ControlFlowFactory
 
ControlFlowFactory.Jdk14ControlFlow - Class in org.springframework.core
Utilities for cflow-style pointcuts.
ControlFlowFactory.Jdk14ControlFlow() - Constructor for class org.springframework.core.ControlFlowFactory.Jdk14ControlFlow
 
ControlFlowPointcut - Class in org.springframework.aop.support
Pointcut and method matcher for use in simple cflow-style pointcut.
ControlFlowPointcut(Class) - Constructor for class org.springframework.aop.support.ControlFlowPointcut
Construct a new pointcut that matches all control flows below that class.
ControlFlowPointcut(Class, String) - Constructor for class org.springframework.aop.support.ControlFlowPointcut
Construct a new pointcut that matches all calls below the given method in the given class.
Controller - Annotation Type in org.springframework.stereotype
Indicates that an annotated class is a "Controller" (e.g.
Controller - Interface in org.springframework.web.portlet.mvc
Base portlet Controller interface, representing a component that receives RenderRequest/RenderResponse and ActionRequest/ActionResponse like a Portlet but is able to participate in an MVC workflow.
Controller - Interface in org.springframework.web.servlet.mvc
Base Controller interface, representing a component that receives HttpServletRequest and HttpServletResponse instances just like a HttpServlet but is able to participate in an MVC workflow.
CONTROLLER_SUFFIX - Static variable in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Common suffix at the end of controller implementation classes.
ControllerAdvice - Annotation Type in org.springframework.web.bind.annotation
Indicates the annotated class assists a "Controller".
ControllerAdviceBean - Class in org.springframework.web.method
Encapsulates information about an @ControllerAdvice Spring-managed bean without necessarily requiring it to be instantiated.
ControllerAdviceBean(String, BeanFactory) - Constructor for class org.springframework.web.method.ControllerAdviceBean
Create an instance using the given bean name.
ControllerAdviceBean(Object) - Constructor for class org.springframework.web.method.ControllerAdviceBean
Create an instance using the given bean instance.
ControllerBeanNameHandlerMapping - Class in org.springframework.web.servlet.mvc.support
Implementation of HandlerMapping that follows a simple convention for generating URL path mappings from the bean names of registered Controller beans as well as @Controller annotated beans.
ControllerBeanNameHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
 
ControllerClassNameHandlerMapping - Class in org.springframework.web.servlet.mvc.support
Implementation of HandlerMapping that follows a simple convention for generating URL path mappings from the class names of registered Controller beans as well as @Controller annotated beans.
ControllerClassNameHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
 
controllers - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
ControllerTypePredicate - Class in org.springframework.web.servlet.mvc.support
Internal helper class that identifies controller types.
ControllerTypePredicate() - Constructor for class org.springframework.web.servlet.mvc.support.ControllerTypePredicate
 
Conventions - Class in org.springframework.core
Provides methods to support various naming and other conventions used throughout the framework.
Conventions() - Constructor for class org.springframework.core.Conventions
 
CONVERSION_SERVICE_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the ConversionService bean in the factory.
ConversionException - Exception in org.springframework.core.convert
Base class for exceptions thrown by the conversion system.
ConversionException(String) - Constructor for exception org.springframework.core.convert.ConversionException
Construct a new conversion exception.
ConversionException(String, Throwable) - Constructor for exception org.springframework.core.convert.ConversionException
Construct a new conversion exception.
ConversionFailedException - Exception in org.springframework.core.convert
Exception to be thrown when an actual type conversion attempt fails.
ConversionFailedException(TypeDescriptor, TypeDescriptor, Object, Throwable) - Constructor for exception org.springframework.core.convert.ConversionFailedException
Create a new conversion exception.
conversionNecessary - Variable in class org.springframework.beans.PropertyValue
Package-visible field that indicates whether conversion is necessary
ConversionNotSupportedException - Exception in org.springframework.beans
Exception thrown when no suitable editor or converter can be found for a bean property.
ConversionNotSupportedException(PropertyChangeEvent, Class, Throwable) - Constructor for exception org.springframework.beans.ConversionNotSupportedException
Create a new ConversionNotSupportedException.
ConversionNotSupportedException(Object, Class, Throwable) - Constructor for exception org.springframework.beans.ConversionNotSupportedException
Create a new ConversionNotSupportedException.
conversionService - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Spring 3.0 ConversionService to use instead of PropertyEditors
conversionService - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
conversionService - Variable in class org.springframework.context.support.ConversionServiceFactoryBean
 
ConversionService - Interface in org.springframework.core.convert
A service interface for type conversion.
conversionService - Variable in class org.springframework.core.convert.converter.ConvertingComparator.ConversionServiceConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ArrayToArrayConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ArrayToCollectionConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ArrayToObjectConverter
 
conversionService - Variable in class org.springframework.core.convert.support.CollectionToArrayConverter
 
conversionService - Variable in class org.springframework.core.convert.support.CollectionToCollectionConverter
 
conversionService - Variable in class org.springframework.core.convert.support.CollectionToObjectConverter
 
conversionService - Variable in class org.springframework.core.convert.support.CollectionToStringConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
conversionService - Variable in class org.springframework.core.convert.support.EnumToStringConverter
 
conversionService - Variable in class org.springframework.core.convert.support.IdToEntityConverter
 
conversionService - Variable in class org.springframework.core.convert.support.MapToMapConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ObjectToArrayConverter
 
conversionService - Variable in class org.springframework.core.convert.support.ObjectToCollectionConverter
 
conversionService - Variable in class org.springframework.core.convert.support.StringToArrayConverter
 
conversionService - Variable in class org.springframework.core.convert.support.StringToCollectionConverter
 
conversionService - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
conversionService - Variable in class org.springframework.expression.spel.support.StandardTypeConverter
 
conversionService - Variable in class org.springframework.format.support.FormattingConversionService.ParserConverter
 
conversionService - Variable in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
conversionService - Variable in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
conversionService - Variable in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
conversionService - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
conversionService - Variable in class org.springframework.validation.AbstractPropertyBindingResult
 
conversionService - Variable in class org.springframework.validation.DataBinder
 
conversionService - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
conversionService - Variable in class org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
 
ConversionServiceExposingInterceptor - Class in org.springframework.web.servlet.handler
Interceptor that places the configured ConversionService in request scope so it's available during request processing.
ConversionServiceExposingInterceptor(ConversionService) - Constructor for class org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
ConversionServiceFactory - Class in org.springframework.core.convert.support
A factory for common ConversionService configurations.
ConversionServiceFactory() - Constructor for class org.springframework.core.convert.support.ConversionServiceFactory
 
ConversionServiceFactoryBean - Class in org.springframework.context.support
A factory providing convenient access to a ConversionService configured with converters appropriate for most environments.
ConversionServiceFactoryBean() - Constructor for class org.springframework.context.support.ConversionServiceFactoryBean
 
ConversionUtils - Class in org.springframework.core.convert.support
Internal utilities for the conversion package.
ConversionUtils() - Constructor for class org.springframework.core.convert.support.ConversionUtils
 
convert(Object, Class<T>) - Method in interface org.springframework.core.convert.ConversionService
Convert the source to targetType.
convert(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.ConversionService
Convert the source to targetType.
convert(S) - Method in interface org.springframework.core.convert.converter.Converter
Convert the source of type S to target type T.
convert(S) - Method in class org.springframework.core.convert.converter.ConvertingComparator.ConversionServiceConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.converter.GenericConverter
Convert the source to the targetType described by the TypeDescriptor.
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToArrayConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToCollectionConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToObjectConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToStringConverter
 
convert(Character) - Method in class org.springframework.core.convert.support.CharacterToNumberFactory.CharacterToNumber
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToArrayConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToCollectionConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToObjectConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToStringConverter
 
convert(Enum<?>) - Method in class org.springframework.core.convert.support.EnumToStringConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.FallbackObjectToStringConverter
 
convert(Object, Class<T>) - Method in class org.springframework.core.convert.support.GenericConversionService
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
convert(Object, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Convenience operation for converting a source object to the specified targetType, where the targetType is a descriptor that provides additional conversion context.
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.NoOpConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.IdToEntityConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
convert(Number) - Method in class org.springframework.core.convert.support.NumberToCharacterConverter
 
convert(Number) - Method in class org.springframework.core.convert.support.NumberToNumberConverterFactory.NumberToNumber
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToArrayConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToCollectionConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
convert(Object) - Method in class org.springframework.core.convert.support.ObjectToStringConverter
 
convert(Properties) - Method in class org.springframework.core.convert.support.PropertiesToStringConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StringToArrayConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToBooleanConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToCharacterConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StringToCollectionConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToEnumConverterFactory.StringToEnum
 
convert(String) - Method in class org.springframework.core.convert.support.StringToLocaleConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToNumberConverterFactory.StringToNumber
 
convert(String) - Method in class org.springframework.core.convert.support.StringToPropertiesConverter
 
convert(String) - Method in class org.springframework.core.convert.support.StringToUUIDConverter
 
convert(byte[]) - Method in class org.springframework.core.serializer.support.DeserializingConverter
 
convert(Object) - Method in class org.springframework.core.serializer.support.SerializingConverter
Serializes the source object and returns the byte array result.
convert(EvaluationContext, Object, Class<T>) - Static method in class org.springframework.expression.common.ExpressionUtils
Determines if there is a type converter available in the specified context and attempts to use it to convert the supplied value to the specified type.
convert(Calendar) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.CalendarToDateConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.CalendarToLongConverter
 
convert(Date) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.DateToCalendarConverter
 
convert(Date) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.DateToLongConverter
 
convert(Long) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.LongToCalendarConverter
 
convert(Long) - Method in class org.springframework.format.datetime.DateFormatterRegistrar.LongToDateConverter
 
convert(Calendar) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.CalendarToReadableInstantConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToCalendarConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateMidnightConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToInstantConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateTimeConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalTimeConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLongConverter
 
convert(DateTime) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToMutableDateTimeConverter
 
convert(Date) - Method in class org.springframework.format.datetime.joda.JodaTimeConverters.DateToReadableInstantConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.ParserConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
convertAllArguments(TypeConverter, Object[], Method) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Convert a supplied set of arguments into the requested types.
convertAndSend(Object) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the default destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Destination, Object) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Object, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the default destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Destination, Object, MessagePostProcessor) - Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object to a JMS message with a configured MessageConverter.
convertAndSend(Object) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(Destination, Object) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsTemplate
 
convertAndSend(Destination, Object, MessagePostProcessor) - Method in class org.springframework.jms.core.JmsTemplate
 
convertArguments(TypeConverter, Object[], Object, int[], Integer) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
Takes an input set of argument values and, following the positions specified in the int array, it converts them to the types specified as the required parameter types.
convertBurlapAccessException(Throwable) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Convert the given Burlap access exception to an appropriate Spring RemoteAccessException.
convertCastorException(XMLException, boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Convert the given XMLException to an appropriate exception from the org.springframework.oxm hierarchy.
convertClassLoaderURL(URL) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Convert the given URL as returned from the ClassLoader into a Resource object.
convertClassNameToResourcePath(String) - Static method in class org.springframework.util.ClassUtils
Convert a "."-based fully qualified class name to a "/"-based resource path.
convertClassValues(AnnotationAttributes, boolean) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
convertContextConfigToConfigAttributesAndAddToList(ContextConfiguration, Class<?>, List<ContextConfigurationAttributes>) - Static method in class org.springframework.test.context.ContextLoaderUtils
Convenience method for creating a ContextConfigurationAttributes instance from the supplied ContextConfiguration and declaring class and then adding the attributes to the supplied list.
convertCorbaAccessException(SystemException, Method) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Convert the given CORBA SystemException that happened during remote access to Spring's RemoteAccessException if the method signature does not declare RemoteException.
convertDataArrayToTargetArray(Object[], Class) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 
convertDataArrayToTargetCollection(Object[], Class, Class) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 
converted - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
converted - Variable in class org.springframework.beans.MutablePropertyValues
 
converted - Variable in class org.springframework.beans.PropertyValue
 
convertedExporterParameters - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Stores the converted exporter parameters - keyed by JRExporterParameter.
convertedValue - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
convertedValue - Variable in class org.springframework.beans.PropertyValue
 
convertElement(Object) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Hook to convert each encountered Collection/array element.
Converter<S,T> - Interface in org.springframework.core.convert.converter
A converter converts a source object of type S to a target of type T.
converter - Variable in class org.springframework.core.convert.converter.ConvertingComparator
 
converter - Variable in class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
converterCache - Variable in class org.springframework.core.convert.support.GenericConversionService
 
ConverterFactory<S,R> - Interface in org.springframework.core.convert.converter
A factory for "ranged" converters that can convert objects from S to subtypes of R.
converterFactory - Variable in class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
ConverterNotFoundException - Exception in org.springframework.core.convert
Thrown when a suitable converter could not be found in a conversion service.
ConverterNotFoundException(TypeDescriptor, TypeDescriptor) - Constructor for exception org.springframework.core.convert.ConverterNotFoundException
Creates a new conversion executor not found exception.
ConverterRegistry - Interface in org.springframework.core.convert.converter
For registering converters with a type conversion system.
converters - Variable in class org.springframework.context.support.ConversionServiceFactoryBean
 
converters - Variable in class org.springframework.core.convert.support.GenericConversionService
 
converters - Variable in class org.springframework.core.convert.support.GenericConversionService.Converters
 
converters - Variable in class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
 
converters - Variable in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
convertException(RuntimeException) - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
convertExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Converts the exporter parameters passed in by the user which may be keyed by Strings corresponding to the fully qualified name of the JRExporterParameter into parameters which are keyed by JRExporterParameter.
convertForProperty(Object, String) - Method in class org.springframework.beans.BeanWrapperImpl
Convert the given value for the specified property to the latter's type.
convertForProperty(String, Object, Object, PropertyDescriptor) - Method in class org.springframework.beans.BeanWrapperImpl
 
convertForProperty(Object, String, BeanWrapper, TypeConverter) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Convert the given value for the specified target property.
convertFromBytesMessage(BytesMessage, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Convert a BytesMessage to a Java Object with the specified type.
convertFromBytesMessage(BytesMessage, JavaType) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Convert a BytesMessage to a Java Object with the specified type.
convertFromMessage(Message, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Template method that allows for custom message mapping.
convertFromMessage(Message, JavaType) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Template method that allows for custom message mapping.
convertFromRuby(IRubyObject, Class) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
 
convertFromRubyArray(IRubyObject[], Class) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
 
convertFromTextMessage(TextMessage, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Convert a TextMessage to a Java Object with the specified type.
convertFromTextMessage(TextMessage, JavaType) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Convert a TextMessage to a Java Object with the specified type.
convertHessianAccessException(Throwable) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Convert the given Hessian access exception to an appropriate Spring RemoteAccessException.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateExceptionTranslator
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate4.HibernateExceptionTranslator
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHttpInvokerAccessException(Throwable) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Convert the given HTTP invoker access exception to an appropriate Spring RemoteAccessException.
convertIfNecessary(String, Object, Object, Class<?>, TypeDescriptor) - Method in class org.springframework.beans.BeanWrapperImpl
 
convertIfNecessary(Object, Class<T>) - Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertIfNecessary(Object, Class<T>, Field) - Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the specified required type.
convertIfNecessary(Object, Class<T>, Field) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the specified required type.
convertIfNecessary(String, Object, Object, Class<T>) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the required type for the specified property.
convertIfNecessary(String, Object, Object, Class<T>, TypeDescriptor) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the required type (if necessary from a String), for the specified property.
convertIfNecessary(Object, Class<T>) - Method in class org.springframework.beans.TypeConverterSupport
 
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.springframework.beans.TypeConverterSupport
 
convertIfNecessary(Object, Class<T>, Field) - Method in class org.springframework.beans.TypeConverterSupport
 
convertIfNecessary(Object, Class<T>) - Method in class org.springframework.validation.DataBinder
 
convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.springframework.validation.DataBinder
 
convertIfNecessary(Object, Class<T>, Field) - Method in class org.springframework.validation.DataBinder
 
ConvertingComparator<S,T> - Class in org.springframework.core.convert.converter
A Comparator that converts values before they are compared.
ConvertingComparator(Converter<S, T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator instance.
ConvertingComparator(Comparator<T>, Converter<S, T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
Create a new ConvertingComparator instance.
ConvertingComparator(Comparator<T>, ConversionService, Class<? extends T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator
Create a new ComparableComparator instance.
ConvertingComparator.ConversionServiceConverter<S,T> - Class in org.springframework.core.convert.converter
Adapts a ConversionService and targetType to a Converter.
ConvertingComparator.ConversionServiceConverter(ConversionService, Class<? extends T>) - Constructor for class org.springframework.core.convert.converter.ConvertingComparator.ConversionServiceConverter
 
ConvertingPropertyEditorAdapter - Class in org.springframework.core.convert.support
Adapter that exposes a PropertyEditor for any given ConversionService and specific target type.
ConvertingPropertyEditorAdapter(ConversionService, TypeDescriptor) - Constructor for class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
Create a new ConvertingPropertyEditorAdapter for a given ConversionService and the given target type.
convertJaxbException(JAXBException) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Convert the given JAXBException to an appropriate exception from the org.springframework.oxm hierarchy.
convertJdbcAccessException(JDBCException, SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Convert the given Hibernate JDBCException to an appropriate exception from the org.springframework.dao hierarchy, using the given SQLExceptionTranslator.
convertJdbcAccessException(SQLException) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Convert the given SQLException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(JDBCException, SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Convert the given Hibernate JDBCException to an appropriate exception from the org.springframework.dao hierarchy, using the given SQLExceptionTranslator.
convertJdoAccessException(JDOException) - Method in class org.springframework.orm.jdo.JdoAccessor
Deprecated.
Convert the given JDOException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdoAccessException(JDOException) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Convert the given JDOException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdoAccessException(JDOException) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Convert the given JDOException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdoAccessException(JDOException) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
Convert the given JDOException to an appropriate exception from the org.springframework.dao hierarchy.
convertJibxException(JiBXException, boolean) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Convert the given JiBXException to an appropriate exception from the org.springframework.oxm hierarchy.
convertJmsAccessException(JMSException) - Method in class org.springframework.jms.support.JmsAccessor
Convert the specified checked JMSException to a Spring runtime JmsException equivalent.
convertJmsAccessException(JMSException) - Static method in class org.springframework.jms.support.JmsUtils
Convert the specified checked JMSException to a Spring runtime JmsException equivalent.
convertJmsInvokerAccessException(JMSException) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Convert the given JMS invoker access exception to an appropriate Spring RemoteAccessException.
convertJndiName(String) - Method in class org.springframework.jndi.JndiLocatorSupport
Convert the given JNDI name into the actual JNDI name to use.
convertJpaAccessExceptionIfPossible(RuntimeException) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Convert the given runtime exception to an appropriate exception from the org.springframework.dao hierarchy.
convertKey(Object) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Hook to convert each encountered Map key.
convertKey(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
convertKey(String) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
Convert the given key to a case-insensitive key.
convertNullSource(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Template method to convert a null source.
convertNumberToTargetClass(Number, Class<T>) - Static method in class org.springframework.util.NumberUtils
Convert the given number into an instance of the given target class.
convertParameterValue(JRExporterParameter, Object) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Convert the supplied parameter value into the actual type required by the corresponding JRExporterParameter.
convertProperties(Properties) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given merged properties, converting property values if necessary.
convertProperty(String, String) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given property from the properties source to the value which should be applied.
convertPropertyValue(String) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given property value from the properties source to the value which should be applied.
convertReportData(Object) - Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Convert the given report data value to a JRDataSource.
convertReportData(Object) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Convert the given report data value to a JRDataSource.
convertResourcePathToClassName(String) - Static method in class org.springframework.util.ClassUtils
Convert a "/"-based resource path to a "."-based fully qualified class name.
convertResultValueIfNecessary(Object, MethodParameter) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Convert the given result object (from attribute access or operation invocation) to the specified target class for returning from the proxy method.
convertRmiAccessException(RemoteException, Method) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Convert the given RMI RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not declare RemoteException.
convertRmiAccessException(Method, Throwable, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Wrap the given arbitrary exception that happened during remote access in either a RemoteException or a Spring RemoteAccessException (if the method signature does not support RemoteException).
convertRmiAccessException(Method, RemoteException, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
convertRmiAccessException(Method, RemoteException, boolean, String) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
convertSource(Object) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Convert the supplied Object into an XSLT Source if the Object type is supported.
convertToCharacter(String) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the char mapped to the given entityReference or -1.
convertToDisplayString(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get a display String for the given value, converted by a PropertyEditor that the BindStatus may have registered for the value's Class.
convertToExporterParameter(String) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Convert the given fully qualified field name to a corresponding JRExporterParameter instance.
convertToModelMBeanNotificationInfo(ManagedNotification) - Static method in class org.springframework.jmx.export.metadata.JmxMetadataUtils
Convert the supplied ManagedNotification into the corresponding ModelMBeanNotificationInfo.
convertToObject(Message, JavaType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Convenience method to dispatch to converters for individual message types.
convertToObject(Message, JavaType) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Convenience method to dispatch to converters for individual message types.
convertToReference(char) - Method in class org.springframework.web.util.HtmlCharacterEntityReferences
Return the reference mapped to the given character or null.
convertToRuby(Object[]) - Method in class org.springframework.scripting.jruby.JRubyScriptUtils.RubyObjectInvocationHandler
 
convertToScriptSource(String, String, ResourceLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Convert the given script source locator to a ScriptSource instance.
convertToTypedArray(Object, String, Class<?>) - Method in class org.springframework.beans.TypeConverterDelegate
 
convertToTypedCollection(Collection, String, Class, TypeDescriptor) - Method in class org.springframework.beans.TypeConverterDelegate
 
convertToTypedMap(Map, String, Class, TypeDescriptor) - Method in class org.springframework.beans.TypeConverterDelegate
 
convertToXopPackage() - Method in interface org.springframework.oxm.mime.MimeContainer
Turn this message into a XOP package.
convertTypedValue(EvaluationContext, TypedValue, Class<T>) - Static method in class org.springframework.expression.common.ExpressionUtils
Determines if there is a type converter available in the specified context and attempts to use it to convert the supplied value to the specified type.
convertTypedValueToString(TypedValue, ExpressionState) - Static method in class org.springframework.expression.spel.ast.OpPlus
Convert operand value to string using registered converter or using toString method.
convertUnderscoreNameToPropertyName(String) - Static method in class org.springframework.jdbc.support.JdbcUtils
Convert a column name with underscores to the corresponding property name using "camel case".
convertValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Hook to convert each encountered Map value.
convertValue(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
convertValue(Object, TypeDescriptor) - Method in class org.springframework.expression.spel.ExpressionState
 
convertValue(TypedValue, TypeDescriptor) - Method in class org.springframework.expression.spel.ExpressionState
 
convertValue(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.expression.spel.support.StandardTypeConverter
 
convertValue(Object, TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.expression.TypeConverter
Convert (may coerce) a value from one type to another, for example from a boolean to a string.
convertValueToRequiredType(Object, Class) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Convert the given column value to the specified required type.
convertWebServiceFeature(Object) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter.FeatureEndpointProvider
 
convertWebServiceFeature(Object) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.FeaturePortProvider
 
convertXmlBeansException(Exception, boolean) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Convert the given XMLBeans exception to an appropriate exception from the org.springframework.oxm hierarchy.
convertXStreamException(Exception, boolean) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Convert the given XStream exception to an appropriate exception from the org.springframework.oxm hierarchy.
cookie(Cookie...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add the given cookies to the request.
cookie() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response cookie assertions.
cookieDomain - Variable in class org.springframework.web.util.CookieGenerator
 
CookieGenerator - Class in org.springframework.web.util
Helper class for cookie generation, carrying cookie descriptor settings as bean properties and being able to add and remove cookie to/from a given response.
CookieGenerator() - Constructor for class org.springframework.web.util.CookieGenerator
 
cookieHttpOnly - Variable in class org.springframework.web.util.CookieGenerator
 
CookieLocaleResolver - Class in org.springframework.web.servlet.i18n
LocaleResolver implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.
CookieLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.CookieLocaleResolver
Creates a new instance of the CookieLocaleResolver class using the default cookie name.
cookieMaxAge - Variable in class org.springframework.web.util.CookieGenerator
 
cookieName - Variable in class org.springframework.web.util.CookieGenerator
 
cookiePath - Variable in class org.springframework.web.util.CookieGenerator
 
CookieResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for response cookie assertions.
CookieResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.CookieResultMatchers
Protected constructor.
cookies - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
cookies - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
cookies - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
cookies - Variable in class org.springframework.mock.web.portlet.MockPortletResponse
 
cookies - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
cookieSecure - Variable in class org.springframework.web.util.CookieGenerator
 
CookieThemeResolver - Class in org.springframework.web.servlet.theme
Implementation of ThemeResolver that uses a cookie sent back to the user in case of a custom setting, with a fallback to the default theme.
CookieThemeResolver() - Constructor for class org.springframework.web.servlet.theme.CookieThemeResolver
 
CookieValue - Annotation Type in org.springframework.web.bind.annotation
Annotation which indicates that a method parameter should be bound to an HTTP cookie.
copy() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Create a copy of this ValueHolder: that is, an independent ValueHolder instance with the same contents.
copy - Variable in class org.springframework.instrument.classloading.glassfish.GlassFishClassLoaderAdapter
 
copy - Variable in class org.springframework.instrument.classloading.oc4j.OC4JClassLoaderAdapter
 
copy(String[]) - Static method in class org.springframework.mail.SimpleMailMessage
 
copy(File, File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given input File to the given output File.
copy(byte[], File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given byte array to the given output File.
copy(InputStream, OutputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream to the given OutputStream.
copy(byte[], OutputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given byte array to the given OutputStream.
copy(Reader, Writer) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given Reader to the given Writer.
copy(String, Writer) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given String to the given output Writer.
copy(byte[], OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given byte array to the given OutputStream.
copy(String, Charset, OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given String to the given output OutputStream.
copy(InputStream, OutputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream to the given OutputStream.
COPYABLE_FIELDS - Static variable in class org.springframework.util.ReflectionUtils
Pre-built FieldFilter that matches all non-static, non-final fields.
copyAttributesFrom(AttributeAccessor) - Method in class org.springframework.core.AttributeAccessorSupport
Copy the attributes from the supplied AttributeAccessor to this accessor.
copyBodyToResponse(byte[], HttpServletResponse) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
 
copyCharactersTillPotentialReference() - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
copyConfigurationFrom(AdvisedSupport) - Method in class org.springframework.aop.framework.AdvisedSupport
Call this method on a new instance created by the no-arg constructor to create an independent copy of the configuration from the given object.
copyConfigurationFrom(AdvisedSupport, TargetSource, List<Advisor>) - Method in class org.springframework.aop.framework.AdvisedSupport
Copy the AOP configuration from the given AdvisedSupport object, but allow substitution of a fresh TargetSource and a given interceptor chain.
copyConfigurationFrom(ConfigurableBeanFactory) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Copy all relevant configuration from the given other factory.
copyConfigurationFrom(ConfigurableBeanFactory) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
copyConfigurationFrom(ConfigurableBeanFactory) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
copyConfigurationFrom(ConfigurableBeanFactory) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
copyCustomEditorsTo(PropertyEditorRegistry, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Copy the custom editors registered in this instance to the given target registry.
copyDefaultEditorsTo(PropertyEditorRegistrySupport) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Copy the default editors registered in this instance to the given target registry.
copyFrom(ProxyConfig) - Method in class org.springframework.aop.framework.ProxyConfig
Copy configuration from the other config object.
copyFrom(AbstractBeanFactoryBasedTargetSource) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Copy configuration from the other AbstractBeanFactoryBasedTargetSource object.
copyModelParameters(Map<String, Object>, Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Copy all entries from the supplied Map into the parameter set of the supplied Transformer.
copyNonMethodProperties(PropertyDescriptor, PropertyDescriptor) - Static method in class org.springframework.beans.PropertyDescriptorUtils
 
copyOutputProperties(Transformer) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Copy the configured output Properties, if any, into the output property set of the supplied Transformer.
copyOverrides(ResourceOverridingShadowingClassLoader) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Copy all overrides from the given ClassLoader.
copyProperties(Object, Object) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the target bean.
copyProperties(Object, Object, Class<?>) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean, only setting properties defined in the given "editable" class (or interface).
copyProperties(Object, Object, String...) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean, ignoring the given "ignoreProperties".
copyProperties(Object, Object, Class<?>, String...) - Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean.
copyPropertiesToBean(Annotation, Object, String...) - Static method in class org.springframework.beans.annotation.AnnotationBeanUtils
Copy the properties of the supplied Annotation to the supplied target bean.
copyPropertiesToBean(Annotation, Object, StringValueResolver, String...) - Static method in class org.springframework.beans.annotation.AnnotationBeanUtils
Copy the properties of the supplied Annotation to the supplied target bean.
copyQualifiersFrom(AbstractBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Copy the qualifiers from the supplied AbstractBeanDefinition to this bean definition.
copyQualityValue(MediaType) - Method in class org.springframework.http.MediaType
Return a replica of this instance with the quality value of the given MediaType.
copyRecursively(File, File) - Static method in class org.springframework.util.FileSystemUtils
Recursively copy the contents of the src file/directory to the dest file/directory.
copyRegisteredEditorsTo(PropertyEditorRegistry) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Initialize the given PropertyEditorRegistry with the custom editors that have been registered with this BeanFactory.
copyRegisteredEditorsTo(PropertyEditorRegistry) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
copySortDefinition(SortDefinition) - Method in class org.springframework.beans.support.PagedListHolder
Create a deep copy of the given sort definition, for use as state holder to compare a modified sort definition against.
copyTo(MailMessage) - Method in class org.springframework.mail.SimpleMailMessage
Copy the contents of this message to the given target message.
copyToByteArray(File) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given input File into a new byte array.
copyToByteArray(InputStream) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream into a new byte array.
copyToByteArray(InputStream) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream into a new byte array.
copyToString(Reader) - Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given Reader into a String.
copyToString(InputStream, Charset) - Static method in class org.springframework.util.StreamUtils
Copy the contents of the given InputStream into a String.
copyTransformers(ShadowingClassLoader) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Copy all ClassFileTransformers from the given ClassLoader to the list of transformers that this ClassLoader will apply.
corePoolSize - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
corePoolSize - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
corePoolSize - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
couldMatchJoinPointsInType(Class) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
couldMatchJoinPointsInType(Class, MatchingContext) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
count - Variable in class org.springframework.aop.interceptor.DebugInterceptor
 
count - Variable in class org.springframework.http.converter.xml.SourceHttpMessageConverter.CountingOutputStream
 
count - Variable in class org.springframework.util.ConcurrentReferenceHashMap.Segment
The total number of references contained in this segment.
countAdvicesOfType(Class) - Method in class org.springframework.aop.framework.AdvisedSupport
Count advices of the given class.
countBeansIncludingAncestors(ListableBeanFactory) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Count all beans in any hierarchy in which this factory participates.
countIterator(Iterator) - Method in class org.springframework.util.xml.XMLEventStreamReader
 
countNumberOfUnboundAnnotationArguments() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
countNumberOfUnboundPrimitiveArguments() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
countOccurrencesOf(String, String) - Static method in class org.springframework.util.StringUtils
Count the occurrences of the substring in string s.
countRowsInTable(String) - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated.
Count the rows in the given table
countRowsInTable(String) - Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
Deprecated.
Count the rows in the given table.
countRowsInTable(String) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Count the rows in the given table.
countRowsInTable(String) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Count the rows in the given table.
countRowsInTable(JdbcTemplate, String) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Count the rows in the given table.
countRowsInTable(SimpleJdbcTemplate, String) - Static method in class org.springframework.test.jdbc.SimpleJdbcTestUtils
Deprecated.
Count the rows in the given table.
countRowsInTableWhere(String, String) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Count the rows in the given table, using the provided WHERE clause.
countRowsInTableWhere(String, String) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Count the rows in the given table, using the provided WHERE clause.
countRowsInTableWhere(JdbcTemplate, String, String) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Count the rows in the given table, using the provided WHERE clause.
create(Class) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver.LabeledEnumCache
Deprecated.
 
create() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Invokes the create() method on the cached EJB home object.
create(K) - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
Create a value to cache for the given key.
createActionURL() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
createActivationSpec(ResourceAdapter, JmsActivationSpecConfig) - Method in interface org.springframework.jms.listener.endpoint.JmsActivationSpecFactory
Create a JCA 1.5 ActivationSpec object based on the given JmsActivationSpecConfig object.
createActivationSpec(ResourceAdapter, JmsActivationSpecConfig) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
createAdviceDefinition(Element, ParserContext, String, int, RootBeanDefinition, RootBeanDefinition, List<BeanDefinition>, List<BeanReference>) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Creates the RootBeanDefinition for a POJO advice bean.
createAdvisorBeanDefinition(Element, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Create a RootBeanDefinition for the advisor described in the supplied.
createAdvisorIntroducingNamedBean(String) - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Create a new advisor that will expose the given bean name, introducing the NamedBean interface to make the bean name accessible without forcing the target object to be aware of this Spring IoC concept.
createAdvisorWithoutIntroduction(String) - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Create a new advisor that will expose the given bean name, with no introduction
createAndConfigureMBean(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
Creates an MBean that is configured with the appropriate management interface for the supplied managed resource.
createAndHoldSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Create a savepoint and hold it for the transaction.
createAopProxy(AdvisedSupport) - Method in interface org.springframework.aop.framework.AopProxyFactory
Create an AopProxy for the given AOP configuration.
createAopProxy(AdvisedSupport) - Method in class org.springframework.aop.framework.DefaultAopProxyFactory
 
createAopProxy() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Subclasses should call this to get a new AOP proxy.
createApplicationContext(String[]) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Create the ApplicationContext instance, given an array of class path resource Strings which should be combined
createApplicationContext(BootstrapContext) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
Build a Spring ApplicationContext for the given JCA BootstrapContext.
createApplicationContext(String[]) - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Create a Spring ConfigurableApplicationContext for use by this test.
createApplicationContext(Object) - Method in class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory
 
createApplicationManagedEntityManager(EntityManager, EntityManagerPlusOperations) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that can join transactions with the joinTransaction() method, but is not automatically managed by the container.
createApplicationManagedEntityManager(EntityManager, EntityManagerPlusOperations, PersistenceExceptionTranslator) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that can join transactions with the joinTransaction() method, but is not automatically managed by the container.
createApplicationManagedEntityManager(EntityManager, EntityManagerFactoryInfo) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that can join transactions with the joinTransaction() method, but is not automatically managed by the container.
createApproximateCollection(Object, int) - Static method in class org.springframework.core.CollectionFactory
Create the most approximate collection for the given collection.
createApproximateMap(Object, int) - Static method in class org.springframework.core.CollectionFactory
Create the most approximate map for the given map.
createArgumentArray(String, RootBeanDefinition, ConstructorArgumentValues, BeanWrapper, Class<?>[], String[], Object, boolean) - Method in class org.springframework.beans.factory.support.ConstructorResolver
Create an array of arguments to invoke a constructor or factory method, given the resolved constructor argument values.
createArray(ExpressionState) - Method in class org.springframework.expression.spel.ast.ConstructorReference
Create an array and return it.
createAspectComponentDefinition(Element, String, List<BeanDefinition>, List<BeanReference>, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
createAspectInstanceFactory(AspectMetadata, Class, String) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a MetadataAwareAspectInstanceFactory for the supplied aspect type.
createAspectMetadata(Class, String) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create an AspectMetadata instance for the supplied aspect type.
createAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
Create an AsyncWebRequest instance.
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Extension point to create the model attribute if not found in the model.
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Instantiate the model attribute from a URI template variable or from a request parameter if the name matches to the model attribute name and if there is an appropriate type conversion strategy.
createAttributeEvaluatorFactory(ApplicationContext, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createAttributeFromRequestValue(String, String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Create a model attribute from a String request value (e.g.
createBatch(Map[]) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create an array of MapSqlParameterSource objects populated with data from the values passed in.
createBatch(Object[]) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create an array of BeanPropertySqlParameterSource objects populated with data from the values passed in.
createBean(Class<T>) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Fully create a new bean instance of the given class.
createBean(Class<?>, int, boolean) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Fully create a new bean instance of the given class with the specified autowire strategy.
createBean(Class<T>) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
createBean(Class<?>, int, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
 
createBean(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Central method of this class: creates a bean instance, populates the bean instance, applies post-processors, etc.
createBean(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Create a bean instance for the given bean definition.
createBean(Class<T>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
createBean(Class, int, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext.StubBeanFactory
 
createBeanDefinition(String, String, ClassLoader) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Create a new GenericBeanDefinition for the given parent name and class name, eagerly loading the bean class if a ClassLoader has been specified.
createBeanDefinition(String, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Create a bean definition for the given class name and parent name.
createBeanDefinitionDocumentReader() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the BeanDefinitionDocumentReader to use for actually reading bean definitions from an XML document.
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Factory method for creating new BeanDefinitionReaders for loading bean definitions into the supplied context.
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Factory method for creating a new BeanDefinitionReader for loading bean definitions into the supplied context.
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.GenericPropertiesContextLoader
createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.GenericXmlContextLoader
createBeanFactory(String[]) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Create the BeanFactory instance, given an array of class path resource Strings which should be combined.
createBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Create an internal bean factory for this context.
createBeanFactoryBasedTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Subclasses must implement this method to return a new AbstractPrototypeBasedTargetSource if they wish to create a custom TargetSource for this bean, or null if they are not interested it in, in which case no special target source will be created.
createBeanFactoryBasedTargetSource(Class, String) - Method in class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
 
createBeanFactoryBasedTargetSource(Class, String) - Method in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
createBeanInstance(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new instance for the specified bean, using an appropriate instantiation strategy: factory method, constructor autowiring, or simple instantiation.
createBeanWrapper() - Method in class org.springframework.validation.BeanPropertyBindingResult
Create a new BeanWrapper for the underlying target object.
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Create a new WebDataBinder for the given target object and initialize it through a WebBindingInitializer.
createBinder(NativeWebRequest, Object, String) - Method in interface org.springframework.web.bind.support.WebDataBinderFactory
Create a WebDataBinder for the given object.
createBinder(PortletRequest, Object, String) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Template method for creating a new PortletRequestDataBinder instance.
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
 
createBinder(PortletRequest, Object) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Create a new binder instance for the given command and request.
createBinder(HttpServletRequest, Object, String) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Template method for creating a new ServletRequestDataBinder instance.
createBinder(NativeWebRequest, Object, String) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
createBinder(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Create a new binder instance for the given command and request.
createBinder(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Create a new binder instance for the given command and request.
createBinderInstance(Object, String, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Extension point to create the WebDataBinder instance.
createBinderInstance(Object, String, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
Returns an instance of ExtendedServletRequestDataBinder.
createBrowser(Session, Queue, String) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageProducer for the given Session and Destination, configuring it to disable message ids and/or timestamps (if necessary).
createBrowser(Session, Queue, String) - Method in class org.springframework.jms.core.JmsTemplate102
Deprecated.
 
createBshObject(String) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source.
createBshObject(String, Class[]) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source, using the default ClassLoader.
createBshObject(String, Class[], ClassLoader) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source.
createBurlapProxy(BurlapProxyFactory) - Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Create the Burlap proxy that is wrapped by this interceptor.
createCache() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Create a raw Cache object based on the configuration of this FactoryBean.
createCachedRowSet() - Method in interface org.springframework.jdbc.core.SqlRowSetResultSetExtractor.CachedRowSetFactory
 
createCachedRowSet() - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor.StandardCachedRowSetFactory
 
createCachedRowSet() - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor.SunCachedRowSetFactory
 
createCallableStatement(Connection) - Method in interface org.springframework.jdbc.core.CallableStatementCreator
Create a callable statement in this connection.
createCallableStatement(Connection) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory.CallableStatementCreatorImpl
 
createCallableStatement(Connection) - Method in class org.springframework.jdbc.core.JdbcTemplate.SimpleCallableStatementCreator
 
createCallString() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Build the call string based on configuration and metadata information.
createCciTemplate(ConnectionFactory) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Create a CciTemplate for the given ConnectionFactory.
createCglibProxy(AdvisedSupport) - Static method in class org.springframework.aop.framework.DefaultAopProxyFactory.CglibProxyFactory
 
createClass(Enhancer) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer
Uses enhancer to generate a subclass of superclass, ensuring that ConfigurationClassEnhancer.callbackInstances are registered for the new subclass.
createCollection(Class, int) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a Collection of the given type, with the given initial capacity (if supported by the Collection type).
createCollection(Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
Create the most appropriate collection for the given collection type.
createCollection(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Create a Collection of the given type, with the given initial capacity (if supported by the Collection type).
createColumnMap(int) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
Create a Map instance to be used as column map.
createCommand() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Create a new command instance for the command class of this controller.
createCommand() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Create a new command instance for the command class of this controller.
createCommonsHttpMethod(HttpMethod, String) - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
Create a Commons HttpMethodBase object for the given HTTP method and URI specification.
createCompositeInterface(Class[]) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createCompositeInterface(Class<?>[]) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createCompositeInterface(Class[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createCompositeInterface(Class<?>[], ClassLoader) - Static method in class org.springframework.util.ClassUtils
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createConcurrentMap(int) - Static method in class org.springframework.core.CollectionFactory
Deprecated.
as of Spring 3.0, for usage on JDK 1.5 or higher
createConcurrentMapCache(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Create a new ConcurrentMapCache instance for the specified cache name.
createConcurrentMapIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Deprecated.
as of Spring 3.0, for usage on JDK 1.5 or higher
createConfigInterface(BeanDefinition, Class[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a config interface for the given bean definition, defining setter methods for the defined property values as well as an init method and a destroy method (if defined).
createConfiguration() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Prepare the FreeMarker Configuration and return it.
createConnection() - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Create a new JMS Connection for registration with a JmsResourceHolder.
createConnection() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createConnection(String, String) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createConnection() - Method in class org.springframework.jms.connection.JmsTransactionManager
Create a JMS Connection via this template's ConnectionFactory.
createConnection() - Method in class org.springframework.jms.connection.JmsTransactionManager102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createConnection(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createConnection() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createConnection(String, String) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createConnection() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e.
createConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target ConnectionFactory.
createConnection() - Method in class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
 
createConnection() - Method in class org.springframework.jms.core.JmsTemplate102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
 
createConnection() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create a new JMS Connection for this JMS invoker.
createConnection() - Method in class org.springframework.jms.support.JmsAccessor
Create a JMS Connection via this template's ConnectionFactory.
createConnectionProxy(Connection) - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a close-suppressing proxy for the given JDBC Connection.
createConnectionSpec(Integer, Boolean, String, String) - Method in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Create a WebSphere JDBCConnectionSpec object for the given charateristics.
createConsumer(Session, Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageConsumer for the given Session and Destination.
createConsumer(Session, Destination, String) - Method in class org.springframework.jms.core.JmsTemplate102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConsumer(Session, Destination) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Create a JMS MessageConsumer for the given Session and Destination.
createConsumer(Session, Destination) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConsumer(Session, Destination) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Create a JMS MessageConsumer for the given Session and Destination.
createConsumer(Session, Destination) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
createContainer(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringCompleteAutoloadTilesContainerFactory
 
createContainer(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createContainerFactory(TilesApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesInitializer
 
createContainerFactory(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringCompleteAutoloadTilesInitializer
 
createContainerFactory(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesInitializer
 
createContainerManagedEntityManager(EntityManager, EntityManagerPlusOperations) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that automatically joins transactions on each operation in a transaction.
createContainerManagedEntityManager(EntityManager, EntityManagerPlusOperations, PersistenceExceptionTranslator) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that automatically joins transactions on each operation in a transaction.
createContainerManagedEntityManager(EntityManager, EntityManagerFactoryInfo) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that automatically joins transactions on each operation in a transaction.
createContainerManagedEntityManager(EntityManagerFactory) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that automatically joins transactions on each operation in a transaction.
createContainerManagedEntityManager(EntityManagerFactory, Map) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that automatically joins transactions on each operation in a transaction.
createContainerManagedEntityManager() - Method in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
Create an EntityManager that will always automatically enlist itself in current transactions, in contrast to an EntityManager returned by EntityManagerFactory.createEntityManager() (which requires an explicit joinTransaction() call).
createContentHandler(Node) - Static method in class org.springframework.util.xml.DomUtils
Returns a SAX ContentHandler that transforms callback calls to DOM Nodes.
createContentHandler(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a SAX ContentHandler that writes to the given StAX XMLStreamWriter.
createContentHandler(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a SAX ContentHandler that writes events to the given StAX XMLEventWriter.
createContextLoader() - Method in class org.springframework.web.context.ContextLoaderListener
Deprecated.
in favor of simply subclassing ContextLoaderListener itself (which extends ContextLoader, as of Spring 3.0)
createControlFlow() - Static method in class org.springframework.core.ControlFlowFactory
Return an appropriate ControlFlow instance.
createConversionService() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
Create the ConversionService instance returned by this factory bean.
createConverterBeanDefinition(Class<? extends HttpMessageConverter>, Object) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
createCookie(String) - Method in class org.springframework.web.util.CookieGenerator
Create a cookie with the given value, using the cookie descriptor settings of this generator (except for "cookieMaxAge").
createCopyOnWriteSet() - Static method in class org.springframework.core.CollectionFactory
Deprecated.
as of Spring 3.0, for usage on JDK 1.5 or higher
createCustomException(String, String, SQLException, Class) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a custom DataAccessException, based on a given exception class from a CustomSQLErrorCodesTranslation definition.
createCustomStaxResult(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Result for the given XMLStreamWriter.
createCustomStaxResult(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Result for the given XMLEventWriter.
createCustomStaxSource(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Source for the given XMLStreamReader.
createCustomStaxSource(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Source for the given XMLEventReader.
created - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
createDatabasePopulator(Element, List<Element>, String) - Static method in class org.springframework.jdbc.config.DatabasePopulatorConfigUtils
 
createDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema creation script, determined by the Configuration object used for creating the SessionFactory.
createDataBinderFactory(List<InvocableHandlerMethod>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Template method to create a new ServletRequestDataBinderFactory instance.
createDataSource(InputStreamSource, String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Create an Activation Framework DataSource for the given InputStreamSource.
createDateFormat(Locale) - Method in class org.springframework.format.datetime.DateFormatter
 
createDateTimeFormatter() - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDefaultBeanWiringInfoResolver() - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Create the default BeanWiringInfoResolver to be used if none was specified explicitly.
createDefaultConversionService() - Static method in class org.springframework.core.convert.support.ConversionServiceFactory
Deprecated.
createDefaultEditors() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Actually register the default editors for this registry instance.
createDefaultInOutParameter(String, CallParameterMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default inout parameter based on the provided meta data.
createDefaultInOutParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
createDefaultInParameter(String, CallParameterMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default in parameter based on the provided meta data.
createDefaultInParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
createDefaultNamespaceHandlerResolver() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the default implementation of NamespaceHandlerResolver used if none is specified.
createDefaultOutParameter(String, CallParameterMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default out parameter based on the provided meta data.
createDefaultOutParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
createDefaultOutParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
createDefaultOutParameter(String, CallParameterMetaData) - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
createDefaultPropertyValue(BeanWrapperImpl.PropertyTokenHolder) - Method in class org.springframework.beans.BeanWrapperImpl
 
createDefaultResourceRefLocator() - Static method in class org.springframework.jndi.JndiLocatorDelegate
Configure a JndiLocatorDelegate with its "resourceRef" property set to true, meaning that all names will be prefixed with "java:comp/env/".
createDefaultStrategy(ApplicationContext, Class<?>) - Method in class org.springframework.web.portlet.DispatcherPortlet
Create a default strategy.
createDefaultStrategy(ApplicationContext, Class<?>) - Method in class org.springframework.web.servlet.DispatcherServlet
Create a default strategy.
createDefaultTaskExecutor() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Create a default TaskExecutor.
createDefinition(String, String) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Actually creates definition in the form of a BeanFactory, given a resource name which supports standard Spring resource prefixes ('classpath:', 'classpath*:', etc.) This is split out as a separate method so that subclasses can override the actual type used (to be an ApplicationContext, for example).
createDefinition(String, String) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Overrides the default method to create definition object as an ApplicationContext instead of the default BeanFactory.
createDefinitionsFactory(DefinitionsFactoryConfig) - Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
Create the Tiles DefinitionsFactory and expose it to the ServletContext.
createDefinitionsFactory(TilesApplicationContext, TilesRequestContextFactory, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
createDefinitionsFactory(ApplicationContext, LocaleResolver) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createDefinitionsReader(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
createDefinitionsReader(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createDelegate(XmlReaderContext, Element, BeanDefinitionParserDelegate) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
createDependencyProvider(DependencyDescriptor, String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyProviderFactory
 
createDirectFieldAccessor() - Method in class org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldAccessor for the underlying target object.
createDocumentBuilder(DocumentBuilderFactory, EntityResolver, ErrorHandler) - Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
Create a JAXP DocumentBuilder that this bean definition reader will use for parsing XML documents.
createDocumentBuilder(DocumentBuilderFactory) - Method in class org.springframework.oxm.support.AbstractMarshaller
Create a DocumentBuilder that this marshaller will use for creating DOM documents when passed an empty DOMSource.
createDocumentBuilderFactory(int, boolean) - Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
Create the DocumentBuilderFactory instance.
createDocumentBuilderFactory() - Method in class org.springframework.oxm.support.AbstractMarshaller
Create a DocumentBuilder that this marshaller will use for creating DOM documents when passed an empty DOMSource.
createdRegistry - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
createElement(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
createElement(int) - Method in interface org.springframework.util.AutoPopulatingList.ElementFactory
Create the element for the supplied index.
createElement(int) - Method in class org.springframework.util.AutoPopulatingList.ReflectiveElementFactory
 
createELEvaluator(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createEndpoint(XAResource) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
The standard JCA 1.5 version of createEndpoint.
createEndpoint(XAResource, long) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
The alternative JCA 1.6 version of createEndpoint.
createEndpoint(XAResource) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
Wrap each concrete endpoint instance with an AOP proxy, exposing the message listener's interfaces as well as the endpoint SPI through an AOP introduction.
createEndpoint(Object) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Create the actual Endpoint instance.
createEndpoint(String, Object, Object[]) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter.FeatureEndpointProvider
 
createEndpointInternal() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Create the actual endpoint instance, as a subclass of the AbstractMessageEndpointFactory.AbstractMessageEndpoint inner class of this factory.
createEndpointInternal() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
Creates a concrete generic message endpoint, internal to this factory.
createEndpointInternal() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
Creates a concrete JMS message endpoint, internal to this factory.
createEnhancer() - Method in class org.springframework.aop.framework.CglibAopProxy
Creates the CGLIB Enhancer.
createEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Obtain a new EntityManager from this accessor's EntityManagerFactory.
createEntityManager(EntityManagerFactory) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Create a JPA EntityManager to be bound to a request.
createEntityManagerFactoryProxy(EntityManagerFactory) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Create a proxy of the given EntityManagerFactory.
createEntityManagerForTransaction() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Create a JPA EntityManager to be used for a transaction.
createEntityManagerProxy(EntityManager) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
Create a close-suppressing proxy for the given JPA EntityManager.
createEnvironment() - Method in class org.springframework.context.support.AbstractApplicationContext
Create and return a new StandardEnvironment.
createEnvironment() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
Return a new StandardEnvironment.
createEnvironment() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
Create and return a new StandardPortletEnvironment.
createEnvironment() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
createEnvironment() - Method in class org.springframework.web.portlet.GenericPortletBean
Create and return a new StandardPortletEnvironment.
createEnvironment() - Method in class org.springframework.web.servlet.HttpServletBean
Create and return a new StandardServletEnvironment.
createEvaluationContext(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
 
createEvaluationContext(Collection<Cache>, Method, Object[], Object, Class<?>) - Method in class org.springframework.cache.interceptor.ExpressionEvaluator
Create an EvaluationContext without a return value.
createEvaluationContext(Collection<Cache>, Method, Object[], Object, Class<?>, Object) - Method in class org.springframework.cache.interceptor.ExpressionEvaluator
createEvaluationContext(PageContext) - Method in class org.springframework.web.servlet.tags.EvalTag
 
createEvaluator() - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.TilesElActivator
 
createEventStreamReader(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
Return a XMLStreamReader that reads from a XMLEventReader.
createEventStreamWriter(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
Return a XMLStreamWriter that writes to a XMLEventWriter.
createEventStreamWriter(XMLEventWriter, XMLEventFactory) - Static method in class org.springframework.util.xml.StaxUtils
Return a XMLStreamWriter that writes to a XMLEventWriter.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Create a new ScheduledExecutorService instance.
createExecutor(int, int, int, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Create a new instance of ThreadPoolExecutor or a subclass thereof.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Create a new ScheduledExecutorService instance.
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
Create a JasperReports exporter for a specific output format, which will be used to render the report to the HTTP response.
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
Returns a new instance of the specified JRExporter class.
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsCsvView
 
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsHtmlView
 
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
 
createExporter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
 
createFileTypeMap(Resource, String[]) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Compile a FileTypeMap from the mappings in the given mapping file and the given mapping entries.
createHandlerMethod(Object, Method) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Create the HandlerMethod instance.
createHelper(XmlReaderContext, Element, BeanDefinitionParserDelegate) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Deprecated.
createHessianProxy(HessianProxyFactory) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Create the Hessian proxy that is wrapped by this interceptor.
createHibernateTemplate(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Create a HibernateTemplate for the given SessionFactory.
createHttpContext(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Template methods that creates a HttpContext for the given HTTP method and URI.
createHttpInputMessage(NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Return a HttpInputMessage for the given NativeWebRequest.
createHttpInputMessage(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Template method for creating a new HttpInputMessage instance.
createHttpInputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
createHttpOutputMessage(NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Return a HttpOutputMessage for the given NativeWebRequest.
createHttpOutputMessage(HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
Template method for creating a new HttpOuputMessage instance.
createHttpOutputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
createHttpPost(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a HttpPost for the given configuration.
createHttpUriRequest(HttpMethod, URI) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a Commons HttpMethodBase object for the given HTTP method and URI specification.
createIdentityMapIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Deprecated.
as of Spring 2.5, for usage on JDK 1.4 or higher
createImageInputStream(InputStream) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
createImageOutputStream(OutputStream) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
createIndexedRecord(String) - Method in class org.springframework.jca.cci.connection.NotSupportedRecordFactory
 
createIndexedRecord(String) - Method in class org.springframework.jca.cci.core.CciTemplate
Create an indexed Record through the ConnectionFactory's RecordFactory.
createInitBinderMethod(Object, Method) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
createInitialContext() - Method in class org.springframework.jndi.JndiTemplate
Create a new JNDI initial context.
createInitialContextFactory(Hashtable<?, ?>) - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Simple InitialContextFactoryBuilder implementation, creating a new SimpleNamingContext instance.
createInputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Creates a new HttpInputMessage from the given NativeWebRequest.
createInputRecord(RecordFactory, Object) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
 
createInputRecord(RecordFactory, Object) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Subclasses must implement this method to generate an input Record from an input object passed into the execute method.
createInputSource(Resource) - Static method in class org.springframework.oxm.support.SaxResourceUtils
Create a SAX InputSource from the given resource.
createInsertString(String[]) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Build the insert string based on configuration and metadata information
createInsertTypes() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Build the array of Types based on configuration and metadata information
createInstance() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Template method that subclasses must override to construct the object returned by this factory.
createInstance() - Method in class org.springframework.beans.factory.config.ListFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.MapFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Deprecated.
as of Spring 3.0, in favor of PropertiesFactoryBean.createProperties()
createInstance() - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.config.SetFactoryBean
 
createInstance() - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
createInstance() - Method in class org.springframework.jdbc.config.SortedResourcesFactoryBean
 
createInterceptorDefinition(Node) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
Subclasses should implement this method to return the BeanDefinition for the interceptor they wish to apply to the bean being decorated.
createInvocationTraceName(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Create a String name for the given MethodInvocation that can be used for trace/logging purposes.
createJaxbContextFromClasses() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
createJaxbContextFromContextPath() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
createJaxbContextFromPackages() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
createJaxRpcService() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Create a JAX-RPC Service according to the parameters of this factory.
createJaxWsService() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Create a JAX-WS Service according to the parameters of this factory.
createJdbcTemplate(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Create a JdbcTemplate for the given DataSource.
createJdoTemplate(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
Create a JdoTemplate for the given PersistenceManagerFactory.
createJmsTemplate(ConnectionFactory) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Create a JmsTemplate for the given ConnectionFactory.
createJndiObjectProxy(JndiObjectFactoryBean) - Static method in class org.springframework.jndi.JndiObjectFactoryBean.JndiObjectProxyFactory
 
createJobInstance(TriggerFiredBundle) - Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
Create an instance of the specified job class.
createJobInstance(TriggerFiredBundle) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
Create the job instance, populating it with property values taken from the scheduler context, job data map and trigger data map.
createJpaTemplate(EntityManagerFactory) - Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Deprecated.
Create a JpaTemplate for the given EntityManagerFactory.
createJpaTemplate(EntityManager) - Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Deprecated.
Create a JpaTemplate for the given EntityManager.
createJRubyObject(String, Class[]) - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Create a new JRuby-scripted object from the given script source, using the default ClassLoader.
createJRubyObject(String, Class[], ClassLoader) - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Create a new JRuby-scripted object from the given script source.
createLazyConnection() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Creates lazy proxies for the JMXConnector and MBeanServerConnection
createLinkedCaseInsensitiveMapIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Deprecated.
as of Spring 3.0, for usage on JDK 1.5 or higher
createLinkedMapIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Deprecated.
as of Spring 2.5, for usage on JDK 1.4 or higher
createLinkedSetIfPossible(int) - Static method in class org.springframework.core.CollectionFactory
Deprecated.
as of Spring 2.5, for usage on JDK 1.4 or higher
createListener(Class<T>) - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
createListenerConsumer(Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Create a MessageConsumer for the given JMS Session, registering a MessageListener for the specified listener.
createListenerConsumer(Session) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Create a MessageConsumer for the given JMS Session, registering a MessageListener for the specified listener.
createLiteralExpression(ParserContext, String) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
 
createLob(PreparedStatement, boolean, OracleLobHandler.LobCallback) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Deprecated.
Create a LOB instance for the given PreparedStatement, populating it via the given callback.
createLocaleResolver(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
createLocaleResolver(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createMainInterceptor() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Create the "main" interceptor for this proxy factory bean.
createMainInterceptor() - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
 
createMainInterceptor() - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Creates an advisor for this FactoryBean's TransactionInterceptor.
createMap(Class, int) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Create a Map of the given type, with the given initial capacity (if supported by the Map type).
createMap(Class<?>, int) - Static method in class org.springframework.core.CollectionFactory
Create the most approximate map for the given map.
createMap(Connection) - Method in interface org.springframework.jdbc.core.ParameterMapper
Create a Map of input parameters, keyed by name.
createMappedRecord(String) - Method in class org.springframework.jca.cci.connection.NotSupportedRecordFactory
 
createMappedRecord(String) - Method in class org.springframework.jca.cci.core.CciTemplate
Create a mapped Record from the ConnectionFactory's RecordFactory.
createMarshaller(Class) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Create a new Marshaller for the given class.
createMarshaller() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return a newly created JAXB marshaller.
createMarshallingContext() - Method in class org.springframework.oxm.jibx.JibxMarshaller
Create a new IMarshallingContext, configured with the correct indentation.
createMBeanServer(String, boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Create a new MBeanServer instance and register it with the MBeanServerFactory, if desired.
createMergedOutputModel(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
Creates a combined output Map (never null) that includes dynamic values and static attributes.
createMessage(Session) - Method in interface org.springframework.jms.core.MessageCreator
Create a Message to be sent.
createMessage(HttpServletRequest, String, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Create a log message for the given request, prefix and suffix.
createMessageForByteArray(byte[], Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS BytesMessage for the given byte array.
createMessageForMap(Map<?, ?>, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS MapMessage for the given Map.
createMessageFormat(String, Locale) - Method in class org.springframework.context.support.MessageSourceSupport
Create a MessageFormat for the given message and Locale.
createMessageForNoExceptionThrown() - Method in class org.springframework.test.AssertThrows
Deprecated.
Creates the failure message used if the test fails (i.e.
createMessageForSerializable(Serializable, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS ObjectMessage for the given Serializable object.
createMessageForString(String, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS TextMessage for the given String.
createMessageForWrongThrownExceptionType(Exception) - Method in class org.springframework.test.AssertThrows
Deprecated.
Creates the failure message used if the wrong type of Exception is thrown in the body of the test.
createMessageSource(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
Create a MessageSource for the given basename, to be used as MessageSource for the corresponding theme.
createMetaDataProvider(DataSource, CallMetaDataContext) - Static method in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
Create a CallMetaDataProvider based on the database metedata
createMetaDataProvider(DataSource, TableMetaDataContext) - Static method in class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
Create a TableMetaDataProvider based on the database metedata
createMetaDataProvider(DataSource, TableMetaDataContext, NativeJdbcExtractor) - Static method in class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
Create a TableMetaDataProvider based on the database metedata
createMethod - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
The no-arg create() method required on EJB homes, potentially cached.
createMimeMessage() - Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender.
createMimeMessage(InputStream) - Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender, using the given input stream as the message source.
createMimeMessage() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
This implementation creates a SmartMimeMessage, holding the specified default encoding and default FileTypeMap.
createMimeMessage(InputStream) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
createMimeMultiparts(MimeMessage, int) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Determine the MimeMultipart objects to use, which will be used to store attachments on the one hand and text(s) and inline elements on the other hand.
createMockMvc(Filter[], MockServletConfig, WebApplicationContext, RequestBuilder, List<ResultMatcher>, List<ResultHandler>, Boolean) - Method in class org.springframework.test.web.servlet.MockMvcBuilderSupport
 
createModelAttributeMethod(WebDataBinderFactory, Object, Method) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
createModelMBean() - Method in class org.springframework.jmx.export.MBeanExporter
Create an instance of a class that implements ModelMBean.
createModelMBeanOperationInfo(Method, String, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Creates an instance of ModelMBeanOperationInfo for the given method.
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Create the AbstractNamedValueMethodArgumentResolver.NamedValueInfo object for the given method parameter.
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
createNamespaces(SimpleNamespaceContext) - Method in class org.springframework.util.xml.StaxEventContentHandler
Create and return a list of NameSpace objects from the NamespaceContext.
createNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Subclasses must implement this method to create the EntityManagerFactory that will be returned by the getObject() method.
createNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
createNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.LocalEntityManagerFactoryBean
Initialize the EntityManagerFactory for the given configuration.
createNewDelegate() - Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
 
createNewInstance(ExpressionState) - Method in class org.springframework.expression.spel.ast.ConstructorReference
Create a new ordinary object and return it.
createObject() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
Subclasses should implement this method to return the lazy initialized object.
createObject() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.JMXConnectorLazyInitTargetSource
 
createObject() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.MBeanServerConnectionLazyInitTargetSource
 
createObject(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
createObject(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext.BindingEnumeration
 
createObject(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext.NameClassPairEnumeration
 
createObjectInputStream(InputStream, String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Create an ObjectInputStream for the given InputStream and codebase.
createObjectInputStream(InputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Create an ObjectInputStream for the given InputStream.
createObjectOutputStream(OutputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Create an ObjectOutputStream for the given OutputStream.
createObjectPool() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Subclasses can override this if they want to return a specific Commons pool.
createOperationContext(Collection<CacheOperation>, Method, Object[], Object, Class<?>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
createOptimalAccessor(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
Attempt to create an optimized property accessor tailored for a property of a particular name on a particular class.
createOutputMessage(NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Creates a new HttpOutputMessage from the given NativeWebRequest.
createParameterNameDiscoverer() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Create a ParameterNameDiscoverer to be used for argument binding.
createPersistenceManagerProxy(PersistenceManager) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
Create a close-suppressing proxy for the given JDO PersistenceManager.
createPlaceholderHelper(boolean) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
createPointcut() - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create the actual pointcut: By default, a JdkRegexpMethodPointcut will be used.
createPointcutDefinition(String) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Creates a BeanDefinition for the AspectJExpressionPointcut class using the supplied pointcut expression.
createPointcutExpression(Method, Class, String[]) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
The pointcut and advice annotations both have an "argNames" member which contains a comma-separated list of the argument names.
createPool() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Create the pool.
createPool() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Creates and holds an ObjectPool instance.
createPortletApplicationContext(ApplicationContext) - Method in class org.springframework.web.portlet.FrameworkPortlet
Instantiate the Portlet ApplicationContext for this portlet, either a default XmlPortletApplicationContext or a custom context class if set.
createPostMethod(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Create a PostMethod for the given configuration.
createPreparedStatement(Connection) - Method in class org.springframework.jdbc.core.JdbcTemplate.SimplePreparedStatementCreator
 
createPreparedStatement(Connection) - Method in interface org.springframework.jdbc.core.PreparedStatementCreator
Create a statement in this connection.
createPreparedStatement(Connection) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory.PreparedStatementCreatorImpl
 
createPreparerFactory(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer.SpringTilesContainerFactory
 
createPreparerFactory(ApplicationContext) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer.SpringTilesContainerFactory
 
createProducer(Session, Destination) - Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageProducer for the given Session and Destination, configuring it to disable message ids and/or timestamps (if necessary).
createProperties() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Template method that subclasses may override to construct the object returned by this factory.
createProxy(Class<?>, String, Object[], TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Create an AOP proxy for the given bean.
createProxy(EntityManager, EntityManagerFactoryInfo, boolean) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Actually create the EntityManager proxy.
createProxy(EntityManager, Class<? extends EntityManager>, ClassLoader, EntityManagerPlusOperations, PersistenceExceptionTranslator, Boolean, boolean) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Actually create the EntityManager proxy.
createQueryString(List<Param>, Set<String>, boolean) - Method in class org.springframework.web.servlet.tags.UrlTag
Build the query string from available parameters that have not already been applied as template params.
createQueue(int) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Create the BlockingQueue to use for the ThreadPoolExecutor.
createQueue(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Create the BlockingQueue to use for the ThreadPoolExecutor.
createQueue(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Create the BlockingQueue to use for the ThreadPoolExecutor.
createQueueConnection() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createQueueConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createQueueConnection() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createQueueConnection() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e.
createQueueConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target QueueConnectionFactory.
createReaderContext(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the XmlReaderContext to pass over to the document reader.
createRecord(RecordCreator) - Method in class org.springframework.jca.cci.core.CciTemplate
Invoke the given RecordCreator, converting JCA ResourceExceptions to Spring's DataAccessException hierarchy.
createRecord(RecordFactory) - Method in interface org.springframework.jca.cci.core.RecordCreator
Create a CCI Record instance, usually based on the passed-in CCI RecordFactory.
createRecord(RecordFactory) - Method in class org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
 
createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - Method in class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
Factory method used to create a new ConcurrentReferenceHashMap.Reference.
createReferenceArray(int) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
createReferenceManager() - Method in class org.springframework.util.ConcurrentReferenceHashMap
Factory method that returns the ConcurrentReferenceHashMap.ReferenceManager.
createRefreshableProxy(TargetSource, Class[], boolean) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a refreshable proxy for the given AOP TargetSource.
createRelative(String) - Method in class org.springframework.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that relative resources cannot be created for this resource.
createRelative(String) - Method in class org.springframework.core.io.ClassPathResource
This implementation creates a ClassPathResource, applying the given path relative to the path of the underlying resource of this descriptor.
createRelative(String) - Method in class org.springframework.core.io.ClassRelativeResourceLoader.ClassRelativeContextResource
 
createRelative(String) - Method in class org.springframework.core.io.DefaultResourceLoader.ClassPathContextResource
 
createRelative(String) - Method in class org.springframework.core.io.FileSystemResource
This implementation creates a FileSystemResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - Method in interface org.springframework.core.io.Resource
Create a resource relative to this resource.
createRelative(String) - Method in class org.springframework.core.io.UrlResource
This implementation creates a UrlResource, applying the given path relative to the path of the underlying URL of this resource descriptor.
createRelative(String) - Method in class org.springframework.core.io.VfsResource
 
createRelative(String) - Method in class org.springframework.web.context.support.ServletContextResource
This implementation creates a ServletContextResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - Method in class org.springframework.web.portlet.context.PortletContextResource
 
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.DefaultRemoteInvocationFactory
 
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - Method in interface org.springframework.remoting.support.RemoteInvocationFactory
Create a serializable RemoteInvocation object from the given AOP MethodInvocation.
createRenderURL() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
createReport(JRDataSourceProvider) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Create a report using the given provider.
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
This implementation simply calls AbstractClientHttpRequestFactoryWrapper.createRequest(URI, HttpMethod, ClientHttpRequestFactory) with the wrapped request factory provided to the constructor.
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Create a new ClientHttpRequest for the specified URI and HTTP method by using the passed-on request factory.
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in interface org.springframework.http.client.ClientHttpRequestFactory
Create a new ClientHttpRequest for the specified URI and HTTP method.
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - Method in class org.springframework.http.client.InterceptingClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.http.client.support.HttpAccessor
Create a new ClientHttpRequest via this template's ClientHttpRequestFactory.
createRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockMvcClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockRestServiceServer.RequestMatcherClientHttpRequestFactory
 
createRequestContext(HttpServletRequest, HttpServletResponse, Map<String, Object>) - Method in class org.springframework.web.servlet.view.AbstractView
Create a RequestContext to expose under the specified attribute name.
createRequestMappingInfo(RequestMapping, RequestCondition<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Created a RequestMappingInfo from a RequestMapping annotation.
createRequestMappingMethod(HandlerMethod, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
createRequestMessage(Session, RemoteInvocation) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create the invoker request message.
createResourceURL() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
createResponse(ClientHttpRequest) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
 
createResponse(ClientHttpRequest) - Method in interface org.springframework.test.web.client.ResponseCreator
Create a response for the given request.
createResponseMessage(Message, Session, RemoteInvocationResult) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
Create the invocation result response message.
createResult(HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Create the XSLT Result used to render the result of the transformation.
createResultsMap() - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a Map instance to be used as results map.
createReturnResultSetParameter(String, RowMapper) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Create a ReturnResultSetParameter/SqlOutParameter depending on the support provided by the JDBC driver used for the database in use.
createRootApplicationContext() - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
Create the "root" application context to be provided to the ContextLoaderListener.
createRootApplicationContext() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
Create the "root" application context to be provided to the ContextLoaderListener.
createSavepoint() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Create a new JDBC 3.0 Savepoint for the current Connection, using generated savepoint names that are unique for the Connection.
createSavepoint() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation creates a JDBC 3.0 Savepoint and returns it.
createSavepoint() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
createSavepoint() - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaTransactionData
 
createSavepoint() - Method in interface org.springframework.transaction.SavepointManager
Create a new savepoint.
createSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
createScanner(XmlReaderContext, boolean) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
createScheduler(SchedulerFactory, String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Create the Scheduler instance for the given factory and scheduler name.
createScopedProxy(BeanDefinitionHolder, BeanDefinitionRegistry, boolean) - Static method in class org.springframework.aop.scope.ScopedProxyUtils
Generate a scoped proxy for the supplied target bean, registering the target bean with an internal name and setting 'targetBeanName' on the scoped proxy.
createScopedProxy(BeanDefinitionHolder, BeanDefinitionRegistry, boolean) - Static method in class org.springframework.context.annotation.ScopedProxyCreator
 
createScriptedObjectBeanDefinition(BeanDefinition, String, ScriptSource, Class[]) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a bean definition for the scripted object, based on the given script definition, extracting the definition data that is relevant for the scripted object (that is, everything but bean class and constructor arguments).
createScriptFactoryBeanDefinition(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a ScriptFactory bean definition based on the given script definition, extracting only the definition data that is relevant for the ScriptFactory (that is, only bean class and constructor arguments).
createServer(RestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
Create a MockRestServiceServer and set up the given RestTemplate with a mock ClientHttpRequestFactory.
createServer(RestGatewaySupport) - Static method in class org.springframework.test.web.client.MockRestServiceServer
Create a MockRestServiceServer and set up the given RestGatewaySupport with a mock ClientHttpRequestFactory.
createServerSpecificLoadTimeWeaver(ClassLoader) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
createService(ServiceFactory) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Actually create the JAX-RPC Service instance, based on this factory's settings.
createServiceFactory() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.
Create a JAX-RPC ServiceFactory, either of the specified class or the default.
createServiceLocatorException(Constructor, BeansException) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Create a service locator exception for the given cause.
createServlet3Request(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
createServlet3Request() - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
 
createServletApplicationContext() - Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
Create a servlet application context to be provided to the DispatcherServlet.
createServletApplicationContext() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Create a servlet application context to be provided to the DispatcherServlet.
createServletRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Creates a new MockHttpServletRequest based on the given ServletContext.
createServletRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
 
createSession(Connection) - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Create a new JMS Session for registration with a JmsResourceHolder.
createSession(Connection) - Method in class org.springframework.jms.connection.JmsTransactionManager
Create a JMS Session for the given Connection.
createSession(Connection) - Method in class org.springframework.jms.connection.JmsTransactionManager102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection, Integer) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Create a default Session for this ConnectionFactory, adaptign to JMS 1.0.2 style queue/topic mode if necessary.
createSession(Connection) - Method in class org.springframework.jms.core.JmsTemplate.JmsTemplateResourceFactory
 
createSession(Connection) - Method in class org.springframework.jms.core.JmsTemplate102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer.MessageListenerContainerResourceFactory
 
createSession(Connection) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create a new JMS Session for this JMS invoker.
createSession(Connection) - Method in class org.springframework.jms.support.JmsAccessor
Create a JMS Session for the given Connection.
createSessionProxy(Session) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Create a close-suppressing proxy for the given Hibernate Session.
createShadowingClassLoader(ClassLoader) - Method in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
NB: This method must not have a return type of ShadowingClassLoader as that would cause that class to be loaded eagerly when this test case loads, creating verify errors at runtime.
createSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Create a shared Connection for this container.
createSharedEntityManager(EntityManagerFactory) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map, Class...) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSqlMapParser(SqlMapConfigParser) - Static method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean.SqlMapParserFactory
Deprecated.
 
createSqlRowSet(ResultSet) - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
Create a SqlRowSet that wraps the given ResultSet, representing its data in a disconnected fashion.
createStandardServletAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
 
createStaxResult(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a StAX Result for the given XMLStreamWriter.
createStaxResult(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils
Create a StAX Result for the given XMLEventWriter.
createStaxResult(XMLStreamWriter) - Static method in class org.springframework.util.xml.StaxUtils.Jaxp14StaxHandler
 
createStaxResult(XMLEventWriter) - Static method in class org.springframework.util.xml.StaxUtils.Jaxp14StaxHandler
 
createStaxSource(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a StAX Source for the given XMLStreamReader.
createStaxSource(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a StAX Source for the given XMLEventReader.
createStaxSource(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils.Jaxp14StaxHandler
 
createStaxSource(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils.Jaxp14StaxHandler
 
createSubcontext(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
createSubcontext(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
createTagWriter() - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Create the TagWriter which all output will be written to.
createTargetSource(Object) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Determine a TargetSource for the given target (or TargetSource).
createTargetUrl(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.RedirectView
Creates the target URL by checking if the redirect string is a URI template first, expanding it with the given model, and then optionally appending simple type model attributes as query String parameters.
createTemporaryLob - Variable in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
createTemporaryOutputStream() - Method in class org.springframework.web.servlet.view.AbstractView
Create a temporary OutputStream for this view.
createTest() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Delegates to the parent implementation for creating the test instance and then allows the TestContextManager to prepare the test instance before returning it.
createTestContextManager(Class<?>) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Creates a new TestContextManager for the supplied test class and the configured default ContextLoader class name.
createThread(Runnable) - Method in class org.springframework.util.CustomizableThreadCreator
Template method for the creation of a Thread.
createTilesInitializer() - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Creates a new instance of org.apache.tiles.startup.BasicTilesInitializer.
createTilesRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
Create a Tiles Request.
createTimer() - Method in class org.springframework.jca.support.SimpleBootstrapContext
 
createTimer(String, boolean) - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
Create a new Timer instance.
createTimer() - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
Create a new Timer instance.
createTopicConnection() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
 
createTopicConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
 
createTopicConnection() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
 
createTopicConnection() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e.
createTopicConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target TopicConnectionFactory.
createTransaction(JDBCContext, Context) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
 
createTransaction(String, int) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
createTransaction(String, int) - Method in class org.springframework.transaction.jta.OC4JJtaTransactionManager
Deprecated.
 
createTransaction(String, int) - Method in class org.springframework.transaction.jta.SimpleTransactionFactory
 
createTransaction(String, int) - Method in interface org.springframework.transaction.jta.TransactionFactory
Create an active Transaction object based on the given name and timeout.
createTransaction(String, int) - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
createTransactionIfNecessary(Method, Class) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
createTransactionIfNecessary(PlatformTransactionManager, TransactionAttribute, String) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Create a transaction if necessary based on the given TransactionAttribute.
createTransformer(Templates) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Create the Transformer instance used to prefer the XSLT transformation.
createTypeFilter(Element, ClassLoader) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
createTypeValue(Connection, int, String) - Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
Create the type value to be passed into PreparedStatement.setObject.
createUnmarshaller(Class) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Create a new Unmarshaller for the given class.
createUnmarshaller() - Method in class org.springframework.oxm.castor.CastorMarshaller
 
createUnmarshaller() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return a newly created JAXB unmarshaller.
createUnmarshallingContext() - Method in class org.springframework.oxm.jibx.JibxMarshaller
Create a new IUnmarshallingContext.
createURI(String) - Method in class org.springframework.beans.propertyeditors.URIEditor
Create a URI instance for the given (resolved) String value.
createUrl() - Method in class org.springframework.web.servlet.tags.UrlTag
Build the URL for the tag from the tag attributes and parameters.
createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
Overridden to create a ChainedContext, which is part of the view package of Velocity Tools, as special context.
createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Create a Velocity Context instance for the given model, to be passed to the template for merging.
createVelocityContext(Map<String, Object>) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Create a Velocity Context instance for the given model, to be passed to the template for merging.
createVelocityEngine() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Prepare the VelocityEngine instance and return it.
createView(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Create the actual View object.
createView(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Overridden to implement check for "redirect:" prefix.
createWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Instantiate the root WebApplicationContext for this loader, either the default context class or a custom context class if specified.
createWebApplicationContext(ServletContext, ApplicationContext) - Method in class org.springframework.web.context.ContextLoader
createWebApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
Instantiate the WebApplicationContext for this servlet, either a default XmlWebApplicationContext or a custom context class, if set.
createWebApplicationContext(WebApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
Instantiate the WebApplicationContext for this servlet, either a default XmlWebApplicationContext or a custom context class, if set.
createWebApplicationContext(WebApplicationContext) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Instantiate the WebApplicationContext for the ActionServlet, either a default XmlWebApplicationContext or a custom context class if set.
createWithConfiguration - Static variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
createWithResolvedBean() - Method in class org.springframework.web.method.HandlerMethod
If the provided instance contains a bean name rather than an object instance, the bean name is resolved before a HandlerMethod is created and returned.
createXMLContext(Resource[], Class[], String[]) - Method in class org.springframework.oxm.castor.CastorMarshaller
Create the Castor XMLContext.
createXmlInputFactory() - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Create a XMLInputFactory that this converter will use to create XMLStreamReader and XMLEventReader objects.
createXmlReader() - Method in class org.springframework.oxm.support.AbstractMarshaller
Create a XMLReader that this marshaller will when passed an empty SAXSource.
createXMLReader(XMLStreamReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a SAX XMLReader that reads from the given StAX XMLStreamReader.
createXMLReader(XMLEventReader) - Static method in class org.springframework.util.xml.StaxUtils
Create a SAX XMLReader that reads from the given StAX XMLEventReader.
createXsltSource(Map<String, Object>, String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Return the XML Source to transform.
creationTime - Variable in class org.springframework.mock.web.MockHttpSession
 
creationTime - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
cronExpression - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
CronSequenceGenerator - Class in org.springframework.scheduling.support
Date sequence generator for a Crontab pattern, allowing clients to specify a pattern that the sequence matches.
CronSequenceGenerator(String) - Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
Construct a CronSequenceGenerator from the pattern provided, using the default TimeZone.
CronSequenceGenerator(String, TimeZone) - Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
Construct a CronSequenceGenerator from the pattern provided, using the specified TimeZone.
CronTask - Class in org.springframework.scheduling.config
TriggerTask implementation defining a Runnable to be executed according to a standard cron expression.
CronTask(Runnable, String) - Constructor for class org.springframework.scheduling.config.CronTask
Create a new CronTask.
CronTask(Runnable, CronTrigger) - Constructor for class org.springframework.scheduling.config.CronTask
Create a new CronTask.
cronTaskReference(String, String, Element, ParserContext) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
cronTasks - Variable in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
cronTrigger - Variable in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
CronTrigger - Class in org.springframework.scheduling.support
Trigger implementation for cron expressions.
CronTrigger(String) - Constructor for class org.springframework.scheduling.support.CronTrigger
Build a CronTrigger from the pattern provided in the default time zone.
CronTrigger(String, TimeZone) - Constructor for class org.springframework.scheduling.support.CronTrigger
Build a CronTrigger from the pattern provided.
CronTriggerBean - Class in org.springframework.scheduling.quartz
Convenience subclass of Quartz's org.quartz.CronTrigger class, making bean-style usage easier.
CronTriggerBean() - Constructor for class org.springframework.scheduling.quartz.CronTriggerBean
 
CronTriggerFactoryBean - Class in org.springframework.scheduling.quartz
A Spring FactoryBean for creating a Quartz org.quartz.CronTrigger instance, supporting bean-style usage for trigger configuration.
CronTriggerFactoryBean() - Constructor for class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
cssClass - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
cssErrorClass - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
cssStyle - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ctor - Variable in class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
 
currency - Variable in class org.springframework.format.number.CurrencyFormatter
 
CurrencyEditor - Class in org.springframework.beans.propertyeditors
Editor for java.util.Currency, translating currency codes into Currency objects.
CurrencyEditor() - Constructor for class org.springframework.beans.propertyeditors.CurrencyEditor
 
CurrencyFormatter - Class in org.springframework.format.number
A BigDecimal formatter for currency values.
CurrencyFormatter() - Constructor for class org.springframework.format.number.CurrencyFormatter
 
currencyTimeLimit - Variable in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
CURRENT_PATH - Static variable in class org.springframework.util.StringUtils
 
currentConnection - Variable in class org.springframework.jdbc.datasource.ConnectionHolder
 
currentContext - Static variable in class org.springframework.web.context.ContextLoader
The 'current' WebApplicationContext, if the ContextLoader class is deployed in the web app ClassLoader itself.
currentContextPerThread - Static variable in class org.springframework.web.context.ContextLoader
Map from (thread context) ClassLoader to corresponding 'current' WebApplicationContext.
currentFormObject(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Return the current form object to use for binding and further processing, based on the passed-in form object as found in the HttpSession.
currentFuture - Variable in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
currentInterceptorIndex - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
Index from 0 of the current interceptor we're invoking.
currentInvocation() - Static method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Return the AOP Alliance MethodInvocation object associated with the current invocation.
currentJoinPoint() - Static method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Lazily instantiate joinpoint for the current invocation.
currentlyInvokedFactoryMethod - Static variable in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
currentPosition - Variable in class org.springframework.web.filter.CompositeFilter.VirtualFilterChain
 
currentPosition - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
currentProxiedBeanName - Static variable in class org.springframework.aop.framework.autoproxy.ProxyCreationContext
ThreadLocal holding the current proxied bean name during Advisor matching
currentProxy - Static variable in class org.springframework.aop.framework.AopContext
ThreadLocal holder for AOP proxy associated with this thread.
currentProxy() - Static method in class org.springframework.aop.framework.AopContext
Try to return the current AOP proxy.
currentRecoveryMarker - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
currentRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
Return the RequestAttributes currently bound to the thread.
currentRequestAttributes() - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Return the current RequestAttributes instance as ServletRequestAttributes.
currentRequestAttributes() - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Return the current RequestAttributes instance as PortletRequestAttributes.
currentSession() - Method in class org.springframework.orm.hibernate3.SpringSessionContext
Retrieve the Spring-managed Session for the current thread, if any.
currentSession() - Method in class org.springframework.orm.hibernate4.SpringSessionContext
Retrieve the Spring-managed Session for the current thread, if any.
currentState() - Method in class org.springframework.web.servlet.tags.form.TagWriter
 
currentTaskName - Variable in class org.springframework.util.StopWatch
Name of the current task
currentTransactionInfo() - Static method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Subclasses can use this to return the current TransactionInfo.
currentTransactionIsolationLevel - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
currentTransactionName - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
currentTransactionReadOnly - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
currentTransactionStatus() - Static method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the transaction status of the current method invocation.
customArgumentResolvers - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
customArgumentResolvers - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
customArgumentResolvers - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
customArgumentResolvers - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
customArgumentResolvers - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
customArgumentResolvers - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
 
customArgumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
customArgumentResolvers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
CustomAutowireConfigurer - Class in org.springframework.beans.factory.annotation
A BeanFactoryPostProcessor implementation that allows for convenient registration of custom autowire qualifier types.
CustomAutowireConfigurer() - Constructor for class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
CustomBooleanEditor - Class in org.springframework.beans.propertyeditors
Property editor for Boolean/boolean properties.
CustomBooleanEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new CustomBooleanEditor instance, with "true"/"on"/"yes" and "false"/"off"/"no" as recognized String values.
CustomBooleanEditor(String, String, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new CustomBooleanEditor instance, with configurable String values for true and false.
CustomCollectionEditor - Class in org.springframework.beans.propertyeditors
Property editor for Collections, converting any source Collection to a given target Collection type.
CustomCollectionEditor(Class) - Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a new CustomCollectionEditor for the given target type, keeping an incoming null as-is.
CustomCollectionEditor(Class, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a new CustomCollectionEditor for the given target type.
customConditionHolder - Variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
customContentTypeSet - Variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
CustomDateEditor - Class in org.springframework.beans.propertyeditors
Property editor for java.util.Date, supporting a custom java.text.DateFormat.
CustomDateEditor(DateFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new CustomDateEditor instance, using the given DateFormat for parsing and rendering.
CustomDateEditor(DateFormat, boolean, int) - Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new CustomDateEditor instance, using the given DateFormat for parsing and rendering.
customEditorCache - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
CustomEditorConfigurer - Class in org.springframework.beans.factory.config
BeanFactoryPostProcessor implementation that allows for convenient registration of custom property editors.
CustomEditorConfigurer() - Constructor for class org.springframework.beans.factory.config.CustomEditorConfigurer
 
CustomEditorConfigurer.SharedPropertyEditorRegistrar - Class in org.springframework.beans.factory.config
PropertyEditorRegistrar that registers a (deprecated) shared editor.
CustomEditorConfigurer.SharedPropertyEditorRegistrar(Class, PropertyEditor) - Constructor for class org.springframework.beans.factory.config.CustomEditorConfigurer.SharedPropertyEditorRegistrar
 
customEditors - Variable in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
customEditors - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Custom PropertyEditors to apply to the beans of this factory
customEditors - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
customEditorsForPath - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
CustomizableThreadCreator - Class in org.springframework.util
Simple customizable helper class for creating threads.
CustomizableThreadCreator() - Constructor for class org.springframework.util.CustomizableThreadCreator
Create a new CustomizableThreadCreator with default thread name prefix.
CustomizableThreadCreator(String) - Constructor for class org.springframework.util.CustomizableThreadCreator
Create a new CustomizableThreadCreator with the given thread name prefix.
CustomizableThreadCreator.SerializableMonitor - Class in org.springframework.util
Empty class used for a serializable monitor object.
CustomizableThreadCreator.SerializableMonitor() - Constructor for class org.springframework.util.CustomizableThreadCreator.SerializableMonitor
 
CustomizableThreadFactory - Class in org.springframework.scheduling.backportconcurrent
Deprecated.
as of Spring 3.2, in favor of using the native JDK 6 concurrent support
CustomizableThreadFactory() - Constructor for class org.springframework.scheduling.backportconcurrent.CustomizableThreadFactory
Deprecated.
Create a new CustomizableThreadFactory with default thread name prefix.
CustomizableThreadFactory(String) - Constructor for class org.springframework.scheduling.backportconcurrent.CustomizableThreadFactory
Deprecated.
Create a new CustomizableThreadFactory with the given thread name prefix.
CustomizableThreadFactory - Class in org.springframework.scheduling.concurrent
Implementation of the JDK 1.5 ThreadFactory interface, allowing for customizing the created threads (name, priority, etc).
CustomizableThreadFactory() - Constructor for class org.springframework.scheduling.concurrent.CustomizableThreadFactory
Create a new CustomizableThreadFactory with default thread name prefix.
CustomizableThreadFactory(String) - Constructor for class org.springframework.scheduling.concurrent.CustomizableThreadFactory
Create a new CustomizableThreadFactory with the given thread name prefix.
CustomizableTraceInterceptor - Class in org.springframework.aop.interceptor
MethodInterceptor implementation that allows for highly customizable method-level tracing, using placeholders.
CustomizableTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.CustomizableTraceInterceptor
 
customize(GroovyObject) - Method in interface org.springframework.scripting.groovy.GroovyObjectCustomizer
Customize the supplied GroovyObject.
customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Customize the internal bean factory used by this context.
customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Customize the internal bean factory of the ApplicationContext used by this test.
customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Customize the internal bean factory of the ApplicationContext created by this ContextLoader.
customizeBeanFactory(DefaultListableBeanFactory, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Customize the internal bean factory of the WebApplicationContext created by this context loader.
customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
customizeContext(GenericApplicationContext) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Customize the GenericApplicationContext created by this ContextLoader after bean definitions have been loaded into the context but before the context is refreshed.
customizeContext(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Customize the GenericWebApplicationContext created by this context loader after bean definitions have been loaded into the context but before the context is refreshed.
customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.springframework.web.context.ContextLoader
Customize the ConfigurableWebApplicationContext created by this ContextLoader after config locations have been supplied to the context but before the context is refreshed.
customizeEvaluationContext(StandardEvaluationContext) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
Template method for customizing the expression evaluation context.
customizeMarshaller(Marshaller) - Method in class org.springframework.oxm.castor.CastorMarshaller
Template method that allows for customizing of the given Castor Marshaller.
customizePropertySources(MutablePropertySources) - Method in class org.springframework.core.env.AbstractEnvironment
Customize the set of PropertySource objects to be searched by this Environment during calls to AbstractEnvironment.getProperty(String) and related methods.
customizePropertySources(MutablePropertySources) - Method in class org.springframework.core.env.StandardEnvironment
Customize the set of property sources with those appropriate for any standard Java environment: "systemProperties" "systemEnvironment"
customizePropertySources(MutablePropertySources) - Method in class org.springframework.web.context.support.StandardServletEnvironment
Customize the set of property sources with those contributed by superclasses as well as those appropriate for standard servlet-based environments: "servletConfigInitParams" "servletContextInitParams" "jndiProperties"
customizePropertySources(MutablePropertySources) - Method in class org.springframework.web.portlet.context.StandardPortletEnvironment
Customize the set of property sources with those contributed by superclasses as well as those appropriate for standard portlet-based environments: "portletConfigInitParams" "portletContextInitParams" "servletContextInitParams" "jndiProperties"
customizeProxyFactory(ProxyFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Subclasses may choose to implement this: for example, to change the interfaces exposed.
CUSTOMIZER_REF_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
customizeRegistration(ServletRegistration.Dynamic) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Optionally perform further registration customization once AbstractDispatcherServletInitializer.registerDispatcherServlet(ServletContext) has completed.
customizeResourceOverridingShadowingClassLoader(ClassLoader) - Method in class org.springframework.test.jpa.AbstractAspectjJpaTests
Deprecated.
 
customizeResourceOverridingShadowingClassLoader(ClassLoader) - Method in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
Customize the shadowing class loader.
customizeUnmarshaller(Unmarshaller) - Method in class org.springframework.oxm.castor.CastorMarshaller
Template method that allows for customizing of the given Castor Unmarshaller.
customizeXStream(XStream) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Template to allow for customizing of the given XStream.
CustomMapEditor - Class in org.springframework.beans.propertyeditors
Property editor for Maps, converting any source Map to a given target Map type.
CustomMapEditor(Class) - Constructor for class org.springframework.beans.propertyeditors.CustomMapEditor
Create a new CustomMapEditor for the given target type, keeping an incoming null as-is.
CustomMapEditor(Class, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomMapEditor
Create a new CustomMapEditor for the given target type.
customModelAndViewResolvers - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
customModelAndViewResolvers - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
CustomNumberEditor - Class in org.springframework.beans.propertyeditors
Property editor for any Number subclass such as Short, Integer, Long, BigInteger, Float, Double, BigDecimal.
CustomNumberEditor(Class<? extends Number>, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new CustomNumberEditor instance, using the default valueOf methods for parsing and toString methods for rendering.
CustomNumberEditor(Class<? extends Number>, NumberFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new CustomNumberEditor instance, using the given NumberFormat for parsing and rendering.
customProperties - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
customPropertyMap - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Map of custom properties, keyed by property name (String)
customQualifierTypes - Variable in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
customReturnValueHandlers - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
customReturnValueHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
customReturnValueHandlers - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
CustomScopeConfigurer - Class in org.springframework.beans.factory.config
Simple BeanFactoryPostProcessor implementation that registers custom Scope(s) with the containing ConfigurableBeanFactory.
CustomScopeConfigurer() - Constructor for class org.springframework.beans.factory.config.CustomScopeConfigurer
 
CustomSQLErrorCodesTranslation - Class in org.springframework.jdbc.support
JavaBean for holding custom JDBC error codes translation for a particular database.
CustomSQLErrorCodesTranslation() - Constructor for class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
 
customSqlExceptionTranslator - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
CustomSQLExceptionTranslatorRegistrar - Class in org.springframework.jdbc.support
Registry for registering custom SQLExceptionTranslator instances for specific databases.
CustomSQLExceptionTranslatorRegistrar() - Constructor for class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
 
CustomSQLExceptionTranslatorRegistry - Class in org.springframework.jdbc.support
Registry for custom SQLExceptionTranslator instances associated with specific databases allowing for overriding translation based on values contained in the configuration file named "sql-error-codes.xml".
CustomSQLExceptionTranslatorRegistry() - Constructor for class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
Create a new instance of the CustomSQLExceptionTranslatorRegistry class.
customTargetSourceCreators - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
customTranslate(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Subclasses can override this method to attempt a custom mapping from SQLException to DataAccessException.
customTranslations - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
CustomValidatorBean - Class in org.springframework.validation.beanvalidation
Configurable bean class that exposes a specific JSR-303 Validator through its original interface as well as through the Spring Validator interface.
CustomValidatorBean() - Constructor for class org.springframework.validation.beanvalidation.CustomValidatorBean
 

D

daemon - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
daemon - Variable in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
 
daemon - Variable in class org.springframework.util.CustomizableThreadCreator
 
DaoSupport - Class in org.springframework.dao.support
Generic base class for DAOs, defining template methods for DAO initialization.
DaoSupport() - Constructor for class org.springframework.dao.support.DaoSupport
 
data - Variable in class org.springframework.expression.spel.standard.Token
 
data - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
DATA_ACCESS_RESOURCE_FAILURE_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
DATA_INTEGRITY_VIOLATION_CODES - Static variable in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
DataAccessException - Exception in org.springframework.dao
Root of the hierarchy of data access exceptions discussed in Expert One-On-One J2EE Design and Development.
DataAccessException(String) - Constructor for exception org.springframework.dao.DataAccessException
Constructor for DataAccessException.
DataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.DataAccessException
Constructor for DataAccessException.
dataAccessResourceFailureCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
DataAccessResourceFailureException - Exception in org.springframework.dao
Data access exception thrown when a resource fails completely: for example, if we can't connect to a database using JDBC.
DataAccessResourceFailureException(String) - Constructor for exception org.springframework.dao.DataAccessResourceFailureException
Constructor for DataAccessResourceFailureException.
DataAccessResourceFailureException(String, Throwable) - Constructor for exception org.springframework.dao.DataAccessResourceFailureException
Constructor for DataAccessResourceFailureException.
DataAccessUtils - Class in org.springframework.dao.support
Miscellaneous utility methods for DAO implementations.
DataAccessUtils() - Constructor for class org.springframework.dao.support.DataAccessUtils
 
database - Variable in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
Database - Enum in org.springframework.orm.jpa.vendor
Enumeration for common database platforms.
Database() - Constructor for enum org.springframework.orm.jpa.vendor.Database
 
databaseCleaner - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
databaseCleaner - Variable in class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
databaseConfigurer - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
databaseFactory - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
 
DatabaseMetaDataCallback - Interface in org.springframework.jdbc.support
A callback interface used by the JdbcUtils class.
databaseName - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
databasePlatform - Variable in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
databasePopulator - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
 
databasePopulator - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
DatabasePopulator - Interface in org.springframework.jdbc.datasource.init
Strategy used to populate a database during initialization.
databasePopulator - Variable in class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
DatabasePopulatorConfigUtils - Class in org.springframework.jdbc.config
 
DatabasePopulatorConfigUtils() - Constructor for class org.springframework.jdbc.config.DatabasePopulatorConfigUtils
 
DatabasePopulatorUtils - Class in org.springframework.jdbc.datasource.init
Utility methods for executing a DatabasePopulator.
DatabasePopulatorUtils() - Constructor for class org.springframework.jdbc.datasource.init.DatabasePopulatorUtils
 
databaseProductNames - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
DatabaseStartupValidator - Class in org.springframework.jdbc.support
Bean that checks if a database has already started up.
DatabaseStartupValidator() - Constructor for class org.springframework.jdbc.support.DatabaseStartupValidator
 
databaseVersion - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
the version of the database
DataBinder - Class in org.springframework.validation
Binder that allows for setting property values onto a target object, including support for validation and binding result analysis.
DataBinder(Object) - Constructor for class org.springframework.validation.DataBinder
Create a new DataBinder instance, with default object name.
DataBinder(Object, String) - Constructor for class org.springframework.validation.DataBinder
Create a new DataBinder instance.
dataBinder - Variable in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
dataBinderFactory - Variable in class org.springframework.web.method.support.InvocableHandlerMethod
 
DataFieldMaxValueIncrementer - Interface in org.springframework.jdbc.support.incrementer
Interface that defines contract of incrementing any data store field's maximum value.
dataIntegrityViolationCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
DataIntegrityViolationException - Exception in org.springframework.dao
Exception thrown when an attempt to insert or update data results in violation of an integrity constraint.
DataIntegrityViolationException(String) - Constructor for exception org.springframework.dao.DataIntegrityViolationException
Constructor for DataIntegrityViolationException.
DataIntegrityViolationException(String, Throwable) - Constructor for exception org.springframework.dao.DataIntegrityViolationException
Constructor for DataIntegrityViolationException.
DataRetrievalFailureException - Exception in org.springframework.dao
Exception thrown if certain expected data could not be retrieved, e.g.
DataRetrievalFailureException(String) - Constructor for exception org.springframework.dao.DataRetrievalFailureException
Constructor for DataRetrievalFailureException.
DataRetrievalFailureException(String, Throwable) - Constructor for exception org.springframework.dao.DataRetrievalFailureException
Constructor for DataRetrievalFailureException.
dataSource - Variable in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
dataSource - Variable in class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
dataSource - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
dataSource - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
dataSource - Variable in class org.springframework.jdbc.datasource.embedded.SimpleDriverDataSourceFactory
 
dataSource - Variable in class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
dataSource - Variable in class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
 
dataSource - Variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
dataSource - Variable in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
dataSource - Variable in class org.springframework.jdbc.support.JdbcAccessor
 
dataSource - Variable in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
dataSource - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
dataSource - Variable in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 
dataSource - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
dataSource - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
dataSource - Variable in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Deprecated.
 
dataSource - Variable in class org.springframework.orm.jdo.JdoTransactionManager
 
dataSource - Variable in class org.springframework.orm.jpa.JpaTransactionManager
 
dataSource - Variable in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
dataSource - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
dataSourceCache - Variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
Map to cache the SQLErrorCodes instance per DataSource.
DataSourceFactory - Interface in org.springframework.jdbc.datasource.embedded
Encapsulates the creation of a particular DataSource implementation, such as a SimpleDriverDataSource or connection pool such as Apache DBCP or C3P0.
dataSourceFactory - Variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
DataSourceInitializer - Class in org.springframework.jdbc.datasource.init
Used to populate a database during initialization.
DataSourceInitializer() - Constructor for class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
dataSourceLookup - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
DataSourceLookup - Interface in org.springframework.jdbc.datasource.lookup
Strategy interface for looking up DataSources by name.
dataSourceLookup - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
dataSourceLookup - Variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
DataSourceLookupFailureException - Exception in org.springframework.jdbc.datasource.lookup
Exception to be thrown by a DataSourceLookup implementation, indicating that the specified DataSource could not be obtained.
DataSourceLookupFailureException(String) - Constructor for exception org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException
Constructor for DataSourceLookupFailureException.
DataSourceLookupFailureException(String, Throwable) - Constructor for exception org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException
Constructor for DataSourceLookupFailureException.
dataSources - Variable in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
 
dataSourceToUse - Variable in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 
DataSourceTransactionManager - Class in org.springframework.jdbc.datasource
PlatformTransactionManager implementation for a single JDBC DataSource.
DataSourceTransactionManager() - Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionManager
Create a new DataSourceTransactionManager instance.
DataSourceTransactionManager(DataSource) - Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionManager
Create a new DataSourceTransactionManager instance.
DataSourceTransactionManager.DataSourceTransactionObject - Class in org.springframework.jdbc.datasource
DataSource transaction object, representing a ConnectionHolder.
DataSourceTransactionManager.DataSourceTransactionObject() - Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
DataSourceUtils - Class in org.springframework.jdbc.datasource
Helper class that provides static methods for obtaining JDBC Connections from a DataSource.
DataSourceUtils() - Constructor for class org.springframework.jdbc.datasource.DataSourceUtils
 
DataSourceUtils.ConnectionSynchronization - Class in org.springframework.jdbc.datasource
Callback for resource cleanup at the end of a non-native JDBC transaction (e.g.
DataSourceUtils.ConnectionSynchronization(ConnectionHolder, DataSource) - Constructor for class org.springframework.jdbc.datasource.DataSourceUtils.ConnectionSynchronization
 
DATE - Static variable in class org.springframework.http.HttpHeaders
 
DATE_FORMATS - Static variable in class org.springframework.http.HttpHeaders
 
dateFormat - Variable in class org.springframework.beans.propertyeditors.CustomDateEditor
 
dateFormat - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
dateFormat - Variable in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
 
DateFormatter - Class in org.springframework.format.datetime
A formatter for Date types.
DateFormatter() - Constructor for class org.springframework.format.datetime.DateFormatter
Create a new default DateFormatter.
DateFormatter(String) - Constructor for class org.springframework.format.datetime.DateFormatter
Create a new DateFormatter for the given date pattern.
dateFormatter - Variable in class org.springframework.format.datetime.DateFormatterRegistrar
 
DateFormatterRegistrar - Class in org.springframework.format.datetime
Configures Date formatting for use with Spring.
DateFormatterRegistrar() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar
 
DateFormatterRegistrar.CalendarToDateConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.CalendarToDateConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.CalendarToDateConverter
 
DateFormatterRegistrar.CalendarToLongConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.CalendarToLongConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.CalendarToLongConverter
 
DateFormatterRegistrar.DateToCalendarConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.DateToCalendarConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.DateToCalendarConverter
 
DateFormatterRegistrar.DateToLongConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.DateToLongConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.DateToLongConverter
 
DateFormatterRegistrar.LongToCalendarConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.LongToCalendarConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.LongToCalendarConverter
 
DateFormatterRegistrar.LongToDateConverter - Class in org.springframework.format.datetime
 
DateFormatterRegistrar.LongToDateConverter() - Constructor for class org.springframework.format.datetime.DateFormatterRegistrar.LongToDateConverter
 
DateTimeFormat - Annotation Type in org.springframework.format.annotation
Declares that a field should be formatted as a date time.
DateTimeFormat.ISO - Enum in org.springframework.format.annotation
Common ISO date time format patterns.
DateTimeFormat.ISO() - Constructor for enum org.springframework.format.annotation.DateTimeFormat.ISO
 
DateTimeFormatAnnotationFormatterFactory - Class in org.springframework.format.datetime
Formats fields annotated with the DateTimeFormat annotation using a DateFormatter.
DateTimeFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
dateTimeFormatter - Variable in class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
DateTimeFormatterFactory - Class in org.springframework.format.datetime.joda
Factory that creates a Joda-Time DateTimeFormatter.
DateTimeFormatterFactory() - Constructor for class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory(String) - Constructor for class org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactoryBean - Class in org.springframework.format.datetime.joda
FactoryBean that creates a Joda-Time DateTimeFormatter.
DateTimeFormatterFactoryBean() - Constructor for class org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
DateTimeParser - Class in org.springframework.format.datetime.joda
Parses Joda Time DateTime instances using a DateTimeFormatter.
DateTimeParser(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.DateTimeParser
Create a new DateTimeParser.
dateToCalendarConverter - Variable in class org.springframework.format.datetime.DateFormatterRegistrar.LongToCalendarConverter
 
dateToolAttribute - Variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
dateToolAttribute - Variable in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
daysOfMonth - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
daysOfWeek - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
Db2CallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
DB2 specific implementation for the CallMetaDataProvider interface.
Db2CallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
 
DB2MainframeSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given sequence on DB2/390 or DB2/400.
DB2MainframeSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.DB2MainframeSequenceMaxValueIncrementer
Default constructor for bean property style usage.
DB2MainframeSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.DB2MainframeSequenceMaxValueIncrementer
Convenience constructor.
DB2SequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given sequence on DB2 UDB (for Unix and Windows).
DB2SequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
Default constructor for bean property style usage.
DB2SequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
Convenience constructor.
deactivate() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Temporarily deactivate this context builder.
deadline - Variable in class org.springframework.transaction.support.ResourceHolderSupport
 
deadlockLoserCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
DeadlockLoserDataAccessException - Exception in org.springframework.dao
Generic exception thrown when the current process was a deadlock loser, and its transaction rolled back.
DeadlockLoserDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.DeadlockLoserDataAccessException
Constructor for DeadlockLoserDataAccessException.
debug - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
debug - Variable in class org.springframework.transaction.support.DefaultTransactionStatus
 
DebugInterceptor - Class in org.springframework.aop.interceptor
AOP Alliance MethodInterceptor that can be introduced in a chain to display verbose information about intercepted invocations to the logger.
DebugInterceptor() - Constructor for class org.springframework.aop.interceptor.DebugInterceptor
Create a new DebugInterceptor with a static logger.
DebugInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.DebugInterceptor
Create a new DebugInterceptor with dynamic or static logger, according to the given flag.
debugLogger - Variable in class org.springframework.remoting.caucho.HessianExporter
 
DECIMAL_REFERENCE_START - Static variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
DECLARATION_ORDER_PROPERTY - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
declarationOrder - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
The order of declaration of this advice within the aspect.
declarationOrder - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
DECLARE_PARENTS - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
declaredColumns - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
List of columns objects to be used in insert statement
declaredInSameAspect(Advisor, Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
declaredParameters - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory
List of SqlParameter objects.
declaredParameters - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
List of SqlParameter objects.
declaredParameters - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
List of SqlParameter objects
declaredParameters - Variable in class org.springframework.jdbc.object.RdbmsOperation
 
declaredPointcut - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
declaredPointcut - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
declaredRoles - Variable in class org.springframework.mock.web.MockServletContext
 
declaredRowMappers - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
List of RefCursor/ResultSet RowMapper objects
declareParameter(SqlParameter) - Method in class org.springframework.jdbc.object.RdbmsOperation
Declare a parameter for this operation.
declareParameter(SqlParameter) - Method in class org.springframework.jdbc.object.StoredProcedure
Declare a parameter.
declareParameters(SqlParameter...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
declareParameters(SqlParameter...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Specify one or more parameters if desired.
DeclareParentsAdvisor - Class in org.springframework.aop.aspectj
Introduction advisor delegating to the given object.
DeclareParentsAdvisor(Class, String, Class) - Constructor for class org.springframework.aop.aspectj.DeclareParentsAdvisor
Create a new advisor for this DeclareParents field.
DeclareParentsAdvisor(Class, String, Object) - Constructor for class org.springframework.aop.aspectj.DeclareParentsAdvisor
Create a new advisor for this DeclareParents field.
DeclareParentsAdvisor(Class, String, Class, Advice) - Constructor for class org.springframework.aop.aspectj.DeclareParentsAdvisor
Private constructor to share common code between impl-based delegate and reference-based delegate (cannot use method such as init() to share common code, due the the use of final fields)
declareRoles(String...) - Method in class org.springframework.mock.web.MockServletContext
 
declaresException(Method, Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Determine whether the given method explicitly declares the given exception or one of its superclasses, which means that an exception of that type can be propagated as-is within a reflective invocation.
declaringClass - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
declaringClass() - Method in class org.springframework.core.convert.Property
 
declaringClass - Variable in class org.springframework.test.context.ContextConfigurationAttributes
 
declaringClassName - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
decode() - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
decode(String, String) - Static method in class org.springframework.web.util.UriUtils
Decodes the given encoded source String into an URI.
decodeAndCleanUriString(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
Decode the supplied URI string and strips any extraneous portion after a ';'.
decodeAndNormalizePath(String, HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
decodeBigInteger(String) - Static method in class org.springframework.util.NumberUtils
Decode a BigInteger from a String value.
decodedMessage - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
decodeInternal(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
 
decodeMatrixVariables(HttpServletRequest, MultiValueMap<String, String>) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given matrix variables via UrlPathHelper.decodeRequestString(HttpServletRequest, String) unless UrlPathHelper.setUrlDecode(boolean) is set to true in which case it is assumed the URL path from which the variables were extracted is already decoded through a call to UrlPathHelper.getLookupPathForRequest(HttpServletRequest).
decodeParameters(MultiValueMap<String, String>, HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
decodePathVariables(HttpServletRequest, Map<String, String>) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given URI path variables via UrlPathHelper.decodeRequestString(HttpServletRequest, String) unless UrlPathHelper.setUrlDecode(boolean) is set to true in which case it is assumed the URL path from which the variables were extracted is already decoded through a call to UrlPathHelper.getLookupPathForRequest(HttpServletRequest).
decodeRequestString(HttpServletRequest, String) - Method in class org.springframework.web.util.UrlPathHelper
Decode the given source string with a URLDecoder.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.aop.config.ScopedProxyBeanDefinitionDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in interface org.springframework.beans.factory.xml.BeanDefinitionDecorator
Parse the specified Node (either an element or an attribute) and decorate the supplied BeanDefinition, returning the decorated definition.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in interface org.springframework.beans.factory.xml.NamespaceHandler
Parse the specified Node and decorate the supplied BeanDefinitionHolder, returning the decorated definition.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Decorates the supplied Node by delegating to the BeanDefinitionDecorator that is registered to handle that Node.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
 
decorateBeanDefinitionIfRequired(Element, BeanDefinitionHolder) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
decorateBeanDefinitionIfRequired(Element, BeanDefinitionHolder, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
decorateCache(Ehcache) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Decorate the given Cache, if necessary.
decorateCache(Cache) - Method in class org.springframework.cache.support.AbstractCacheManager
Decorate the given Cache object if necessary.
decorateCache(Cache) - Method in class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
 
decoratedDefinition - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
decoratedNavigationHandler - Variable in class org.springframework.web.jsf.DecoratingNavigationHandler
 
decorateIfRequired(Node, BeanDefinitionHolder, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
decorateInputStream(InputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the InputStream to use for reading remote invocation results, potentially decorating the given original InputStream.
decorateInputStream(HttpServletRequest, InputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Return the InputStream to use for reading remote invocations, potentially decorating the given original InputStream.
decorateInputStream(HttpExchange, InputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Return the InputStream to use for reading remote invocations, potentially decorating the given original InputStream.
decorateOutputStream(OutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the OutputStream to use for writing remote invocations, potentially decorating the given original OutputStream.
decorateOutputStream(HttpServletRequest, HttpServletResponse, OutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Return the OutputStream to use for writing remote invocation results, potentially decorating the given original OutputStream.
decorateOutputStream(HttpExchange, OutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Return the OutputStream to use for writing remote invocation results, potentially decorating the given original OutputStream.
decorateTaskWithErrorHandler(Runnable, ErrorHandler, boolean) - Static method in class org.springframework.scheduling.support.TaskUtils
Decorates the task for error handling.
DecoratingClassLoader - Class in org.springframework.core
Base class for decorating ClassLoaders such as OverridingClassLoader and ShadowingClassLoader, providing common handling of excluded packages and classes.
DecoratingClassLoader() - Constructor for class org.springframework.core.DecoratingClassLoader
Create a new DecoratingClassLoader with no parent ClassLoader.
DecoratingClassLoader(ClassLoader) - Constructor for class org.springframework.core.DecoratingClassLoader
Create a new DecoratingClassLoader using the given parent ClassLoader for delegation.
DecoratingNavigationHandler - Class in org.springframework.web.jsf
Base class for JSF NavigationHandler implementations that want to be capable of decorating an original NavigationHandler.
DecoratingNavigationHandler() - Constructor for class org.springframework.web.jsf.DecoratingNavigationHandler
Create a DecoratingNavigationHandler without fixed original NavigationHandler.
DecoratingNavigationHandler(NavigationHandler) - Constructor for class org.springframework.web.jsf.DecoratingNavigationHandler
Create a DecoratingNavigationHandler with fixed original NavigationHandler.
decorators - Variable in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Stores the BeanDefinitionDecorator implementations keyed by the local name of the Elements they handle.
decreaseActiveInvokerCount() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
decreaseNestingLevel() - Method in class org.springframework.core.MethodParameter
Decrease this parameter's nesting level.
decrementParticipateCount(WebRequest) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
 
decrementParticipateCount(WebRequest) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
decrementParticipateCount(WebRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
DEDICATED_SYSTEM - Static variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
deepCopy(Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the passed-in value as-is.
deepCopy(Object) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
deepCopy(Object) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
DEFAULT_ADVICE_MODE_ATTRIBUTE_NAME - Static variable in class org.springframework.context.annotation.AdviceModeImportSelector
 
DEFAULT_AFTER_MESSAGE_PREFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_AFTER_MESSAGE_SUFFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_AOP_XML_LOCATION - Static variable in class org.springframework.test.jpa.AbstractAspectjJpaTests
Deprecated.
Default location of the aop.xml file in the class path: "META-INF/aop.xml"
DEFAULT_ARGUMENT_SEPARATOR - Static variable in class org.springframework.web.servlet.tags.MessageTag
Default separator for splitting an arguments String: a comma (",")
DEFAULT_AUTO_GROW_COLLECTION_LIMIT - Static variable in class org.springframework.validation.DataBinder
Default limit for array and collection growing: 256
DEFAULT_AUTOWIRE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_AUTOWIRE_CANDIDATES_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_BASE_ADDRESS - Static variable in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
DEFAULT_BASENAME - Static variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
The default basename if no other basename is supplied.
DEFAULT_BATCH_SIZE - Static variable in class org.springframework.jdbc.object.BatchSqlUpdate
Default number of inserts to accumulate before commiting a batch (5000).
DEFAULT_BEAN_NAME_SEPARATOR - Static variable in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 
DEFAULT_BEFORE_MESSAGE_PREFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_BEFORE_MESSAGE_SUFFIX - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_BINDING_NAME - Static variable in class org.springframework.oxm.jibx.JibxMarshaller
 
DEFAULT_CACHE_LIMIT - Static variable in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Default maximum number of entries for the MetadataReader cache: 256
DEFAULT_CACHE_LIMIT - Static variable in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Default maximum number of entries for this template's SQL cache: 256
DEFAULT_CACHE_LIMIT - Static variable in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Default maximum number of entries for the view cache: 1024
DEFAULT_CACHE_MANAGER_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheNamespaceHandler
 
DEFAULT_CHARACTER_ENCODING - Static variable in class org.springframework.web.util.WebUtils
Default character encoding to use when request.getCharacterEncoding returns null, according to the Servlet spec.
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.http.converter.StringHttpMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.mock.http.MockHttpOutputMessage
 
DEFAULT_CHARSET - Static variable in exception org.springframework.web.client.HttpStatusCodeException
 
DEFAULT_CHARSET - Static variable in exception org.springframework.web.client.UnknownHttpStatusCodeException
 
DEFAULT_CHUNK_SIZE - Static variable in class org.springframework.http.client.SimpleClientHttpRequestFactory
 
DEFAULT_COMMAND_NAME - Static variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
 
DEFAULT_COMMAND_NAME - Static variable in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Default command name used for binding command objects: "command"
DEFAULT_COMMAND_NAME - Static variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Default command name used for binding command objects: "command"
DEFAULT_COMMAND_NAME - Static variable in class org.springframework.web.servlet.tags.form.FormTag
The default attribute name: "command"
DEFAULT_COMMENT_PREFIX - Static variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
DEFAULT_COMMENT_PREFIX - Static variable in class org.springframework.test.jdbc.JdbcTestUtils
 
DEFAULT_CONCURRENCY_LEVEL - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
DEFAULT_CONFIG_LOCATION - Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
Default config location for the root context
DEFAULT_CONFIG_LOCATION - Static variable in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Default config location for the root context
DEFAULT_CONFIG_LOCATION_PREFIX - Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
Default prefix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_PREFIX - Static variable in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Default prefix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_SUFFIX - Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
Default suffix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_SUFFIX - Static variable in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Default suffix for building a config location for a namespace
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.AbstractView
Default content type.
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Default content type: "application/json".
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Default content type: "application/json".
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.xml.MarshallingView
Default content type.
DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.web.portlet.FrameworkPortlet
Default context class for FrameworkPortlet.
DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.web.servlet.FrameworkServlet
Default context class for FrameworkServlet.
DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Default context class for ContextLoaderPlugIn.
DEFAULT_CONTEXT_CONFIG_LOCATION - Static variable in class org.springframework.jca.context.SpringContextResourceAdapter
 
DEFAULT_CONTEXT_LOADER_CLASS_NAME - Static variable in class org.springframework.test.context.ContextLoaderUtils
 
DEFAULT_COOKIE_MAX_AGE - Static variable in class org.springframework.web.util.CookieGenerator
Deprecated.
in favor of setting no max age value at all in such a case
DEFAULT_COOKIE_NAME - Static variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
The default cookie name used if none is explicitly set.
DEFAULT_COOKIE_NAME - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
 
DEFAULT_COOKIE_PATH - Static variable in class org.springframework.web.util.CookieGenerator
Default path that cookies will be visible to: "/", i.e.
DEFAULT_DEFAULT_ROLLBACK - Static variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
DEFAULT_DEPENDENCY_CHECK_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_DESTROY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_DOMAIN_ATTRIBUTE - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
DEFAULT_DUMMY_NAME - Static variable in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
The default for dummy name
DEFAULT_ENCODING - Static variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
The default encoding used for writing to text messages: UTF-8.
DEFAULT_ENCODING - Static variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
The default encoding used for writing to text messages: UTF-8.
DEFAULT_ENCODING - Static variable in class org.springframework.oxm.castor.CastorMarshaller
The default encoding used for stream access: UTF-8.
DEFAULT_ENCODING - Static variable in class org.springframework.oxm.xstream.XStreamMarshaller
The default encoding used for stream access: UTF-8.
DEFAULT_ENCODING - Static variable in class org.springframework.util.xml.XMLEventStreamWriter
 
DEFAULT_ENCODING - Static variable in class org.springframework.web.util.UriComponents
 
DEFAULT_ENTER_MESSAGE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The default message used for writing method entry messages.
DEFAULT_ENTITY_MANAGER_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Default EntityManagerFactory bean name: "entityManagerFactory".
DEFAULT_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
The default name of the exception attribute: "exception".
DEFAULT_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
The default name of the exception attribute: "exception".
DEFAULT_EXCEPTION_MESSAGE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The default message used for writing exception messages.
DEFAULT_EXCLUDED_PACKAGES - Static variable in class org.springframework.core.OverridingClassLoader
Packages that are excluded by default
DEFAULT_EXCLUDED_PACKAGES - Static variable in class org.springframework.instrument.classloading.ShadowingClassLoader
Packages that are excluded by default
DEFAULT_EXIT_MESSAGE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The default message used for writing method exit messages.
DEFAULT_EXPRESSION_PREFIX - Static variable in class org.springframework.context.expression.StandardBeanExpressionResolver
Default expression prefix: "#{"
DEFAULT_EXPRESSION_SUFFIX - Static variable in class org.springframework.context.expression.StandardBeanExpressionResolver
Default expression suffix: "}"
DEFAULT_FEED_TYPE - Static variable in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 
DEFAULT_FIELD_DEFAULT_PREFIX - Static variable in class org.springframework.web.bind.WebDataBinder
Default prefix that field default parameters start with, followed by the field name: e.g.
DEFAULT_FIELD_MARKER_PREFIX - Static variable in class org.springframework.web.bind.WebDataBinder
Default prefix that field marker parameters start with, followed by the field name: e.g.
DEFAULT_FORMAT_KEY - Static variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Default value used for format key: "format"
DEFAULT_FORMATTER - Static variable in class org.springframework.validation.DefaultMessageCodesResolver
 
DEFAULT_HANDLER_MAPPINGS_LOCATION - Static variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
The location to look for the mapping files.
DEFAULT_IMPL - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
DEFAULT_INDENT_AMOUNT - Static variable in class org.springframework.util.xml.TransformerUtils
The indent amount of characters if indenting is enabled.
DEFAULT_INIT_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_INITIAL_CAPACITY - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
DEFAULT_INTERVAL - Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_KEY - Static variable in class org.springframework.orm.hibernate3.SessionHolder
 
DEFAULT_LAYOUT_KEY - Static variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
The default layout key.
DEFAULT_LAYOUT_URL - Static variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
The default layout url.
DEFAULT_LAZY_INIT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_LOAD_FACTOR - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
DEFAULT_LOAD_TIME_WEAVER_CLASS_NAME - Static variable in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
DEFAULT_LOCATION - Static variable in class org.springframework.web.servlet.view.XmlViewResolver
Default if no other location is supplied
DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
DEFAULT_MAX_DISTANCE - Static variable in class org.springframework.beans.PropertyMatches
Default maximum property distance: 2
DEFAULT_MAX_LINKED_PAGES - Static variable in class org.springframework.beans.support.PagedListHolder
 
DEFAULT_MAX_PAYLOAD_LENGTH - Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
DEFAULT_MERGE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_METHOD - Static variable in class org.springframework.web.servlet.tags.form.FormTag
The default HTTP method using which form values are sent to the server: "post"
DEFAULT_METHOD_PARAM - Static variable in class org.springframework.web.filter.HiddenHttpMethodFilter
Default method parameter: _method
DEFAULT_METHOD_PARAM - Static variable in class org.springframework.web.servlet.tags.form.FormTag
Default method parameter, i.e.
DEFAULT_MULTIPART_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.multipart.support.MultipartFilter
 
DEFAULT_NAMESPACE_SUFFIX - Static variable in class org.springframework.web.portlet.FrameworkPortlet
Suffix for Portlet ApplicationContext namespaces.
DEFAULT_NAMESPACE_SUFFIX - Static variable in class org.springframework.web.servlet.FrameworkServlet
Suffix for WebApplicationContext namespaces.
DEFAULT_NAMESPACE_SUFFIX - Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Suffix for WebApplicationContext namespaces.
DEFAULT_NON_OPTION_ARGS_PROPERTY_NAME - Static variable in class org.springframework.core.env.CommandLinePropertySource
The default name of the property representing non-option arguments: "nonOptionArgs"
DEFAULT_NONE - Static variable in interface org.springframework.web.bind.annotation.ValueConstants
Constant defining a value for no default - as a replacement for null which we cannot use in annotation attributes.
DEFAULT_OBJECT - Static variable in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
DEFAULT_OBJECT_NAME - Static variable in class org.springframework.validation.DataBinder
Default object name used for binding: "target"
DEFAULT_ORDER - Static variable in interface org.springframework.core.enums.LabeledEnum
Deprecated.
Shared Comparator instance that sorts enumerations by LABEL_ORDER, then CODE_ORDER.
DEFAULT_ORM_XML_LOCATION - Static variable in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
 
DEFAULT_ORM_XML_LOCATION - Static variable in class org.springframework.test.jpa.OrmXmlOverridingShadowingClassLoader
Default location of the orm.xml file in the class path: "META-INF/orm.xml"
DEFAULT_PAGE_SIZE - Static variable in class org.springframework.beans.support.PagedListHolder
 
DEFAULT_PARAM_NAME - Static variable in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Default name of the locale specification parameter: "locale".
DEFAULT_PARAM_NAME - Static variable in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Default name for the parameter whose value identifies the method to invoke: "action".
DEFAULT_PARAM_NAME - Static variable in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
Default name of the theme specification parameter: "theme".
DEFAULT_PARAMETER_NAME - Static variable in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Default request parameter name to use for mapping to handlers: "action".
DEFAULT_PARAMETER_NAME - Static variable in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
Request parameter name to use for mapping to handlers
DEFAULT_PARAMETER_NAME - Static variable in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Default request parameter name to use for mapping to handlers: "action".
DEFAULT_PATH_SEPARATOR - Static variable in class org.springframework.util.AntPathMatcher
Default path separator: "/"
DEFAULT_PERSISTENCE_MANAGER_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
 
DEFAULT_PERSISTENCE_XML_LOCATION - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Default location of the persistence.xml file: "classpath*:META-INF/persistence.xml".
DEFAULT_PLACEHOLDER_PREFIX - Static variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Default placeholder prefix: "${"
DEFAULT_PLACEHOLDER_SUFFIX - Static variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Default placeholder suffix: "}"
DEFAULT_PORT - Static variable in class org.springframework.mail.javamail.JavaMailSenderImpl
The default port: -1
DEFAULT_PRECEDENCE_COMPARATOR - Static variable in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
 
DEFAULT_PREFIX_SEPARATOR - Static variable in class org.springframework.web.bind.ServletRequestParameterPropertyValues
Default prefix separator
DEFAULT_PREFIX_SEPARATOR - Static variable in class org.springframework.web.portlet.bind.PortletRequestParameterPropertyValues
Default prefix separator
DEFAULT_PROFILES_PROPERTY_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
Name of property to set to specify profiles active by default: "spring.profiles.default".
DEFAULT_PROTOCOL - Static variable in class org.springframework.mail.javamail.JavaMailSenderImpl
The default protocol: 'smtp'
DEFAULT_PROTOCOL - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default protocol: 'http'.
DEFAULT_READ_TIMEOUT_MILLISECONDS - Static variable in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
 
DEFAULT_READ_TIMEOUT_MILLISECONDS - Static variable in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
DEFAULT_READ_TIMEOUT_MILLISECONDS - Static variable in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Default timeout value if no HttpClient is explicitly provided.
DEFAULT_READ_TIMEOUT_MILLISECONDS - Static variable in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
 
DEFAULT_RECEIVE_TIMEOUT - Static variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
The default receive timeout: 1000 ms = 1 second.
DEFAULT_RECOVERY_INTERVAL - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
The default recovery interval: 5000 ms = 5 seconds.
DEFAULT_REF - Static variable in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
DEFAULT_REFERENCE_TYPE - Static variable in class org.springframework.util.ConcurrentReferenceHashMap
 
DEFAULT_REMOTE_ADDR - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default remote address: '127.0.0.1'.
DEFAULT_REMOTE_HOST - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default remote host: 'localhost'.
DEFAULT_RESOURCE_LOCATION - Static variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
DEFAULT_RESOURCE_LOCATION - Static variable in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
 
DEFAULT_RESOURCE_PATTERN - Static variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
DEFAULT_ROOT - Static variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
The default document root name
DEFAULT_SCHEMA_MAPPINGS_LOCATION - Static variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
The location of the file that defines schema mappings.
DEFAULT_SCREEN_CONTENT_KEY - Static variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
The default screen content key.
DEFAULT_SEPARATOR - Static variable in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Default separator for splitting a String: a comma (",")
DEFAULT_SEPARATOR - Static variable in class org.springframework.core.io.support.LocalizedResourceHelper
The default separator to use inbetween file name parts: an underscore
DEFAULT_SERVER_ADDR - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default server address: '127.0.0.1'.
DEFAULT_SERVER_NAME - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default server name: 'localhost'.
DEFAULT_SERVER_PORT - Static variable in class org.springframework.mock.web.MockHttpServletRequest
The default server port: '80'.
DEFAULT_SERVICE_URL - Static variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
The default service URL
DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
The default servlet name.
DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
 
DEFAULT_SHARED_CACHE_MODE_NAME - Static variable in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
DEFAULT_STATEMENT_SEPARATOR - Static variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
DEFAULT_STATEMENT_SEPARATOR - Static variable in class org.springframework.test.jdbc.JdbcTestUtils
 
DEFAULT_STRATEGIES_PATH - Static variable in class org.springframework.web.context.ContextLoader
Name of the class path resource (relative to the ContextLoader class) that defines ContextLoader's default strategy names.
DEFAULT_STRATEGIES_PATH - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Name of the class path resource (relative to the DispatcherPortlet class) that defines DispatcherPortet's default strategy names.
DEFAULT_STRATEGIES_PATH - Static variable in class org.springframework.web.servlet.DispatcherServlet
Name of the class path resource (relative to the DispatcherServlet class) that defines DispatcherServlet's default strategy names.
DEFAULT_TARGET_BEAN_NAME - Static variable in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Default name of the target bean in the Spring application context: "jsfNavigationHandler"
DEFAULT_TEST_EXECUTION_LISTENER_CLASS_NAMES - Static variable in class org.springframework.test.context.TestContextManager
 
DEFAULT_THEME_NAME - Static variable in class org.springframework.web.servlet.support.RequestContext
Default theme name used if the RequestContext cannot find a ThemeResolver.
DEFAULT_THREAD_COUNT - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
DEFAULT_THREAD_NAME_PREFIX - Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
Default thread name prefix: "DefaultMessageListenerContainer-".
DEFAULT_TIMEOUT - Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_TO_STRING_STYLER - Static variable in class org.springframework.core.style.ToStringCreator
Default ToStringStyler instance used by this ToStringCreator.
DEFAULT_TRANSACTION_MANAGER_BEAN_NAME - Static variable in class org.springframework.transaction.config.TxNamespaceHandler
 
DEFAULT_TRANSACTION_MANAGER_NAME - Static variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
DEFAULT_TRANSACTION_SYNCHRONIZATION_REGISTRY_NAME - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
Standard Java EE 5 JNDI location for the JTA TransactionSynchronizationRegistry.
DEFAULT_UOW_MANAGER_NAME - Static variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager
Default JNDI location for the WebSphere UOWManager.
DEFAULT_USER_TRANSACTION_NAME - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
Default JNDI location for the JTA UserTransaction.
DEFAULT_USERINFO_ATTRIBUTE_NAMES - Static variable in class org.springframework.web.portlet.FrameworkPortlet
Default USER_INFO attribute names to search for the current username: "user.login.id", "user.name".
DEFAULT_VALIDATION_MODE_NAME - Static variable in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
DEFAULT_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEFAULT_VALUE - Static variable in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
DEFAULT_VALUE_SEPARATOR - Static variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Default value separator: ":"
DEFAULT_VALUE_STYLER - Static variable in class org.springframework.core.style.StylerUtils
Default ValueStyler instance used by the style method.
DEFAULT_VARIABLE_PATTERN - Static variable in class org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
DEFAULT_VARIABLE_PATTERN - Static variable in class org.springframework.web.util.UriTemplate
Replaces template variables in the URI template.
DEFAULT_VIEW_RENDERER_URL - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Default URL to ViewRendererServlet.
DEFAULT_WEB_APP_ROOT_KEY - Static variable in class org.springframework.web.util.WebUtils
Default web app root key: "webapp.root"
DEFAULT_WEB_CONTEXT_LOADER_CLASS_NAME - Static variable in class org.springframework.test.context.ContextLoaderUtils
 
DEFAULT_WORK_MANAGER_MBEAN_NAME - Static variable in class org.springframework.jca.work.jboss.JBossWorkManagerUtils
 
DEFAULT_XML_VERSION - Static variable in class org.springframework.util.xml.StaxEventXMLReader
 
DEFAULT_XML_VERSION - Static variable in class org.springframework.util.xml.StaxStreamXMLReader
 
defaultActionMessageAvailable - Static variable in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
 
DefaultAdvisorAdapterRegistry - Class in org.springframework.aop.framework.adapter
Default implementation of the AdvisorAdapterRegistry interface.
DefaultAdvisorAdapterRegistry() - Constructor for class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
Create a new DefaultAdvisorAdapterRegistry, registering well-known adapters.
DefaultAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
BeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory.
DefaultAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
 
DefaultAdvisorChainFactory - Class in org.springframework.aop.framework
A simple but definitive way of working out an advice chain for a Method, given an Advised object.
DefaultAdvisorChainFactory() - Constructor for class org.springframework.aop.framework.DefaultAdvisorChainFactory
 
DefaultAnnotationHandlerMapping - Class in org.springframework.web.portlet.mvc.annotation
Implementation of the HandlerMapping interface that maps handlers based on portlet modes expressed through the RequestMapping annotation at the type or method level.
DefaultAnnotationHandlerMapping() - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
 
DefaultAnnotationHandlerMapping - Class in org.springframework.web.servlet.mvc.annotation
Deprecated.
in Spring 3.2 in favor of RequestMappingHandlerMapping
DefaultAnnotationHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
 
DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate(String[]) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.AbstractParameterMappingPredicate
 
DefaultAnnotationHandlerMapping.ActionMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.ActionMappingPredicate(String, String[]) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ActionMappingPredicate
 
DefaultAnnotationHandlerMapping.EventMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.EventMappingPredicate(String) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.EventMappingPredicate
 
DefaultAnnotationHandlerMapping.MethodLevelMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.MethodLevelMappingPredicate(String[]) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.MethodLevelMappingPredicate
 
DefaultAnnotationHandlerMapping.RenderMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.RenderMappingPredicate(String, String[]) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.RenderMappingPredicate
 
DefaultAnnotationHandlerMapping.ResourceMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.ResourceMappingPredicate(String) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ResourceMappingPredicate
 
DefaultAnnotationHandlerMapping.SpecialRequestTypePredicate - Interface in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.TypeLevelMappingPredicate - Class in org.springframework.web.portlet.mvc.annotation
 
DefaultAnnotationHandlerMapping.TypeLevelMappingPredicate(String[], String[], RequestMethod[]) - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.TypeLevelMappingPredicate
 
DefaultAopProxyFactory - Class in org.springframework.aop.framework
Default AopProxyFactory implementation, creating either a CGLIB proxy or a JDK dynamic proxy.
DefaultAopProxyFactory() - Constructor for class org.springframework.aop.framework.DefaultAopProxyFactory
 
DefaultAopProxyFactory.CglibProxyFactory - Class in org.springframework.aop.framework
Inner factory class used to just introduce a CGLIB dependency when actually creating a CGLIB proxy.
DefaultAopProxyFactory.CglibProxyFactory() - Constructor for class org.springframework.aop.framework.DefaultAopProxyFactory.CglibProxyFactory
 
defaultAutoCommit - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
defaultAutoCommit() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Expose the default auto-commit value.
DefaultBeanDefinitionDocumentReader - Class in org.springframework.beans.factory.xml
Default implementation of the BeanDefinitionDocumentReader interface.
DefaultBeanDefinitionDocumentReader() - Constructor for class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
DefaultBeanFactoryPointcutAdvisor - Class in org.springframework.aop.support
Concrete BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in the BeanFactory, as well as the Pointcut to be configured through a bean property.
DefaultBeanFactoryPointcutAdvisor() - Constructor for class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
 
DefaultBeanNameGenerator - Class in org.springframework.beans.factory.support
DefaultBeanNameGenerator() - Constructor for class org.springframework.beans.factory.support.DefaultBeanNameGenerator
 
DefaultBindingErrorProcessor - Class in org.springframework.validation
Default BindingErrorProcessor implementation.
DefaultBindingErrorProcessor() - Constructor for class org.springframework.validation.DefaultBindingErrorProcessor
 
defaultCharset - Variable in class org.springframework.http.converter.StringHttpMessageConverter
 
defaultContentType - Variable in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
defaultContentType - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
defaultContentType - Variable in class org.springframework.web.accept.FixedContentNegotiationStrategy
 
defaultContentType(MediaType) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Set the default content type.
defaultContext - Variable in class org.springframework.expression.spel.standard.SpelExpression
 
DefaultContextLoadTimeWeaver - Class in org.springframework.context.weaving
Default LoadTimeWeaver bean for use in an application context, decorating an automatically detected internal LoadTimeWeaver.
DefaultContextLoadTimeWeaver() - Constructor for class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
DefaultContextLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
DefaultConversionService - Class in org.springframework.core.convert.support
A specialization of GenericConversionService configured by default with converters appropriate for most environments.
DefaultConversionService() - Constructor for class org.springframework.core.convert.support.DefaultConversionService
Create a new DefaultConversionService with the set of default converters.
defaultConversionService - Static variable in class org.springframework.expression.spel.support.StandardTypeConverter
 
defaultCurrencyTimeLimit - Variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Default value for the JMX field "currencyTimeLimit".
DefaultDataBinderFactory - Class in org.springframework.web.bind.support
Create a WebRequestDataBinder instance and initialize it with a WebBindingInitializer.
DefaultDataBinderFactory(WebBindingInitializer) - Constructor for class org.springframework.web.bind.support.DefaultDataBinderFactory
Create new instance.
defaultDataSource - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
DefaultDeserializer - Class in org.springframework.core.serializer
Deserializer that reads an input stream using Java Serialization.
DefaultDeserializer() - Constructor for class org.springframework.core.serializer.DefaultDeserializer
 
defaultDestination - Variable in class org.springframework.jms.core.JmsTemplate
 
DefaultDocumentLoader - Class in org.springframework.beans.factory.xml
Spring's default DocumentLoader implementation.
DefaultDocumentLoader() - Constructor for class org.springframework.beans.factory.xml.DefaultDocumentLoader
 
defaultDomain - Variable in class org.springframework.jmx.export.naming.MetadataNamingStrategy
 
defaultDomain - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
defaultEditors - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
defaultEditorsActive - Variable in class org.springframework.beans.PropertyEditorRegistrySupport
 
defaultEncoding - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
defaultEncoding - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
defaultEncoding - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
defaultEncoding - Variable in class org.springframework.mail.javamail.SmartMimeMessage
 
defaultEncoding - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
defaultEncoding - Variable in class org.springframework.web.util.UrlPathHelper
 
defaultErrorView - Variable in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
 
defaultErrorView - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
defaultExecutor - Variable in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
 
defaultFileTypeMap - Variable in class org.springframework.mail.javamail.JavaMailSenderImpl
 
defaultFileTypeMap - Variable in class org.springframework.mail.javamail.SmartMimeMessage
 
defaultFilterCondition - Variable in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
DefaultFormattingConversionService - Class in org.springframework.format.support
A specialization of FormattingConversionService configured by default with converters and formatters appropriate for most applications.
DefaultFormattingConversionService() - Constructor for class org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and default formatters.
DefaultFormattingConversionService(boolean) - Constructor for class org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and, based on the value of registerDefaultFormatters, the set of default formatters.
DefaultFormattingConversionService(StringValueResolver, boolean) - Constructor for class org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and, based on the value of registerDefaultFormatters, the set of default formatters
defaultFunctionReturnName - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Default name to use for the return value in the output map
defaultHandler - Variable in class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
defaultHandler - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
DefaultHandlerExceptionResolver - Class in org.springframework.web.servlet.mvc.support
Default implementation of the HandlerExceptionResolver interface that resolves standard Spring exceptions and translates them to corresponding HTTP status codes.
DefaultHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
defaultHtmlEscape - Variable in class org.springframework.web.servlet.support.RequestContext
 
defaultHtmlEscape - Variable in class org.springframework.web.servlet.tags.HtmlEscapeTag
 
defaultImplType - Variable in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
 
DefaultIntroductionAdvisor - Class in org.springframework.aop.support
Simple IntroductionAdvisor implementation that by default applies to any class.
DefaultIntroductionAdvisor(Advice) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Create a DefaultIntroductionAdvisor for the given advice.
DefaultIntroductionAdvisor(Advice, IntroductionInfo) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Create a DefaultIntroductionAdvisor for the given advice.
DefaultIntroductionAdvisor(DynamicIntroductionAdvice, Class) - Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
Create a DefaultIntroductionAdvisor for the given advice.
defaultJdbcExceptionTranslator - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
 
defaultJdbcExceptionTranslator - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
DefaultJdoDialect - Class in org.springframework.orm.jdo
Default implementation of the JdoDialect interface.
DefaultJdoDialect() - Constructor for class org.springframework.orm.jdo.DefaultJdoDialect
Create a new DefaultJdoDialect.
DefaultJdoDialect(Object) - Constructor for class org.springframework.orm.jdo.DefaultJdoDialect
Create a new DefaultJdoDialect.
DefaultJdoDialect.DataStoreConnectionHandle - Class in org.springframework.orm.jdo
ConnectionHandle implementation that fetches a new JDO2 DataStoreConnection for every getConnection call and closes the Connection on releaseConnection.
DefaultJdoDialect.DataStoreConnectionHandle(PersistenceManager) - Constructor for class org.springframework.orm.jdo.DefaultJdoDialect.DataStoreConnectionHandle
 
DefaultJmsActivationSpecFactory - Class in org.springframework.jms.listener.endpoint
Default implementation of the JmsActivationSpecFactory interface.
DefaultJmsActivationSpecFactory() - Constructor for class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
 
DefaultJpaDialect - Class in org.springframework.orm.jpa
Default implementation of the JpaDialect interface.
DefaultJpaDialect() - Constructor for class org.springframework.orm.jpa.DefaultJpaDialect
 
defaultJtaDataSource - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
DefaultKeyGenerator - Class in org.springframework.cache.interceptor
Default key generator.
DefaultKeyGenerator() - Constructor for class org.springframework.cache.interceptor.DefaultKeyGenerator
 
DefaultLifecycleProcessor - Class in org.springframework.context.support
Default implementation of the LifecycleProcessor strategy.
DefaultLifecycleProcessor() - Constructor for class org.springframework.context.support.DefaultLifecycleProcessor
 
DefaultLifecycleProcessor.LifecycleGroup - Class in org.springframework.context.support
Helper class for maintaining a group of Lifecycle beans that should be started and stopped together based on their 'phase' value (or the default value of 0).
DefaultLifecycleProcessor.LifecycleGroup(int, long, Map<String, ? extends Lifecycle>, boolean) - Constructor for class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
DefaultLifecycleProcessor.LifecycleGroupMember - Class in org.springframework.context.support
Adapts the Comparable interface onto the lifecycle phase model.
DefaultLifecycleProcessor.LifecycleGroupMember(String, Lifecycle) - Constructor for class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroupMember
 
DefaultListableBeanFactory - Class in org.springframework.beans.factory.support
Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definition objects.
DefaultListableBeanFactory() - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory
Create a new DefaultListableBeanFactory.
DefaultListableBeanFactory(BeanFactory) - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory
Create a new DefaultListableBeanFactory with the given parent.
DefaultListableBeanFactory.DependencyObjectFactory - Class in org.springframework.beans.factory.support
Serializable ObjectFactory for lazy resolution of a dependency.
DefaultListableBeanFactory.DependencyObjectFactory(DependencyDescriptor, String) - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectFactory
 
DefaultListableBeanFactory.DependencyProvider - Class in org.springframework.beans.factory.support
Serializable ObjectFactory for lazy resolution of a dependency.
DefaultListableBeanFactory.DependencyProvider(DependencyDescriptor, String) - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyProvider
 
DefaultListableBeanFactory.DependencyProviderFactory - Class in org.springframework.beans.factory.support
Separate inner class for avoiding a hard dependency on the javax.inject API.
DefaultListableBeanFactory.DependencyProviderFactory() - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyProviderFactory
 
DefaultListableBeanFactory.SerializedBeanFactoryReference - Class in org.springframework.beans.factory.support
Minimal id reference to the factory.
DefaultListableBeanFactory.SerializedBeanFactoryReference(String) - Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory.SerializedBeanFactoryReference
 
defaultListenerMethod - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
DefaultLobHandler - Class in org.springframework.jdbc.support.lob
Default implementation of the LobHandler interface.
DefaultLobHandler() - Constructor for class org.springframework.jdbc.support.lob.DefaultLobHandler
 
DefaultLobHandler.DefaultLobCreator - Class in org.springframework.jdbc.support.lob
Default LobCreator implementation as an inner class.
DefaultLobHandler.DefaultLobCreator() - Constructor for class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
defaultLocale - Variable in class org.springframework.context.support.MessageSourceAccessor
 
defaultLocale - Variable in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
 
defaultLocale - Variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
 
DefaultLocatorFactory - Class in org.springframework.context.access
A factory class to get a default ContextSingletonBeanFactoryLocator instance.
DefaultLocatorFactory() - Constructor for class org.springframework.context.access.DefaultLocatorFactory
 
defaultLogger - Variable in class org.springframework.aop.interceptor.AbstractTraceInterceptor
The default Log instance used to write trace messages.
defaultMessage - Variable in class org.springframework.context.support.DefaultMessageSourceResolvable
 
DefaultMessageCodesResolver - Class in org.springframework.validation
Default implementation of the MessageCodesResolver interface.
DefaultMessageCodesResolver() - Constructor for class org.springframework.validation.DefaultMessageCodesResolver
 
DefaultMessageCodesResolver.Format - Enum in org.springframework.validation
Common message code formats.
DefaultMessageCodesResolver.Format() - Constructor for enum org.springframework.validation.DefaultMessageCodesResolver.Format
 
DefaultMessageListenerContainer - Class in org.springframework.jms.listener
Message listener container variant that uses plain JMS client APIs, specifically a loop of MessageConsumer.receive() calls that also allow for transactional reception of messages (registering them with XA transactions).
DefaultMessageListenerContainer() - Constructor for class org.springframework.jms.listener.DefaultMessageListenerContainer
 
DefaultMessageListenerContainer.AsyncMessageListenerInvoker - Class in org.springframework.jms.listener
Runnable that performs looped MessageConsumer.receive() calls.
DefaultMessageListenerContainer.AsyncMessageListenerInvoker() - Constructor for class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
DefaultMessageListenerContainer102 - Class in org.springframework.jms.listener
Deprecated.
as of Spring 3.0, in favor of the JMS 1.1 based DefaultMessageListenerContainer
DefaultMessageListenerContainer102() - Constructor for class org.springframework.jms.listener.DefaultMessageListenerContainer102
Deprecated.
 
DefaultMessageSourceResolvable - Class in org.springframework.context.support
Default implementation of the MessageSourceResolvable interface.
DefaultMessageSourceResolvable(String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[]) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[], String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[], Object[]) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(String[], Object[], String) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Create a new DefaultMessageSourceResolvable.
DefaultMessageSourceResolvable(MessageSourceResolvable) - Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
Copy constructor: Create a new instance from another resolvable.
defaultMethodName - Variable in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
DefaultMockMvcBuilder<Self extends DefaultMockMvcBuilder> - Class in org.springframework.test.web.servlet.setup
An concrete implementation of MockMvcBuilder with methods for configuring filters, default request properties, and global expectations and result actions.
DefaultMockMvcBuilder(WebApplicationContext) - Constructor for class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
Protected constructor.
defaultModel - Variable in class org.springframework.web.method.support.ModelAndViewContainer
 
DefaultMultipartActionRequest - Class in org.springframework.web.portlet.multipart
Default implementation of the MultipartActionRequest interface.
DefaultMultipartActionRequest(ActionRequest, MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - Constructor for class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Wrap the given Portlet ActionRequest in a MultipartActionRequest.
DefaultMultipartActionRequest(ActionRequest) - Constructor for class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Wrap the given Portlet ActionRequest in a MultipartActionRequest.
DefaultMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
Default implementation of the MultipartHttpServletRequest interface.
DefaultMultipartHttpServletRequest(HttpServletRequest, MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - Constructor for class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
DefaultMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
defaultMultipartResolver - Variable in class org.springframework.web.multipart.support.MultipartFilter
 
DefaultMvcResult - Class in org.springframework.test.web.servlet
A simple implementation of MvcResult with setters.
DefaultMvcResult(MockHttpServletRequest, MockHttpServletResponse) - Constructor for class org.springframework.test.web.servlet.DefaultMvcResult
Create a new instance with the given request and response.
defaultNamespace - Variable in class org.springframework.mock.web.portlet.MockPortletConfig
 
DefaultNamespaceHandlerResolver - Class in org.springframework.beans.factory.xml
Default implementation of the NamespaceHandlerResolver interface.
DefaultNamespaceHandlerResolver() - Constructor for class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Create a new DefaultNamespaceHandlerResolver using the default mapping file location.
DefaultNamespaceHandlerResolver(ClassLoader) - Constructor for class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Create a new DefaultNamespaceHandlerResolver using the default mapping file location.
DefaultNamespaceHandlerResolver(ClassLoader, String) - Constructor for class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Create a new DefaultNamespaceHandlerResolver using the supplied mapping file location.
defaultNamespaceUri - Variable in class org.springframework.util.xml.SimpleNamespaceContext
 
defaultObject - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
defaultParentBean - Variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
 
defaultParentView - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
DefaultPersistenceUnitManager - Class in org.springframework.orm.jpa.persistenceunit
Default implementation of the PersistenceUnitManager interface.
DefaultPersistenceUnitManager() - Constructor for class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
DefaultPersistenceUnitManager.Jpa2PersistenceUnitInfoDecorator - Class in org.springframework.orm.jpa.persistenceunit
Decorator that exposes a JPA 2.0 compliant PersistenceUnitInfo interface for a JPA 1.0 based SpringPersistenceUnitInfo object, adapting the getSharedCacheMode and getValidationMode methods from String names to enum return values.
DefaultPersistenceUnitManager.Jpa2PersistenceUnitInfoDecorator(SpringPersistenceUnitInfo) - Constructor for class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager.Jpa2PersistenceUnitInfoDecorator
 
defaultPersistenceUnitName - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
defaultPersistenceUnitName - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
defaultPersistenceUnitRootLocation - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
DefaultPointcutAdvisor - Class in org.springframework.aop.support
Convenient Pointcut-driven Advisor implementation.
DefaultPointcutAdvisor() - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
Create an empty DefaultPointcutAdvisor.
DefaultPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
Create a DefaultPointcutAdvisor that matches all methods.
DefaultPointcutAdvisor(Pointcut, Advice) - Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
Create a DefaultPointcutAdvisor, specifying Pointcut and Advice.
defaultProfiles - Variable in class org.springframework.core.env.AbstractEnvironment
 
defaultProperties - Variable in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
DefaultPropertiesPersister - Class in org.springframework.util
Default implementation of the PropertiesPersister interface.
DefaultPropertiesPersister() - Constructor for class org.springframework.util.DefaultPropertiesPersister
 
defaultProxyMode - Variable in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
 
defaultProxyTargetClass - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
defaultRefreshCheckDelay - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
DefaultRemoteInvocationExecutor - Class in org.springframework.remoting.support
Default implementation of the RemoteInvocationExecutor interface.
DefaultRemoteInvocationExecutor() - Constructor for class org.springframework.remoting.support.DefaultRemoteInvocationExecutor
 
DefaultRemoteInvocationFactory - Class in org.springframework.remoting.support
Default implementation of the RemoteInvocationFactory interface.
DefaultRemoteInvocationFactory() - Constructor for class org.springframework.remoting.support.DefaultRemoteInvocationFactory
 
defaultRequest(RequestBuilder) - Method in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
Define default request properties that should be merged into all performed requests.
defaultRequestBuilder - Variable in class org.springframework.test.web.servlet.MockMvc
 
defaultRequestBuilder - Variable in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
 
DefaultRequestToViewNameTranslator - Class in org.springframework.web.servlet.view
RequestToViewNameTranslator that simply transforms the URI of the incoming request into a view name.
DefaultRequestToViewNameTranslator() - Constructor for class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
 
DefaultResourceLoader - Class in org.springframework.core.io
Default implementation of the ResourceLoader interface.
DefaultResourceLoader() - Constructor for class org.springframework.core.io.DefaultResourceLoader
Create a new DefaultResourceLoader.
DefaultResourceLoader(ClassLoader) - Constructor for class org.springframework.core.io.DefaultResourceLoader
Create a new DefaultResourceLoader.
DefaultResourceLoader.ClassPathContextResource - Class in org.springframework.core.io
ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
DefaultResourceLoader.ClassPathContextResource(String, ClassLoader) - Constructor for class org.springframework.core.io.DefaultResourceLoader.ClassPathContextResource
 
DefaultResponseCreator - Class in org.springframework.test.web.client.response
A ResponseCreator with builder-style methods for adding response details.
DefaultResponseCreator(HttpStatus) - Constructor for class org.springframework.test.web.client.response.DefaultResponseCreator
Protected constructor.
defaultResponseDestination - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
DefaultResponseErrorHandler - Class in org.springframework.web.client
Default implementation of the ResponseErrorHandler interface.
DefaultResponseErrorHandler() - Constructor for class org.springframework.web.client.DefaultResponseErrorHandler
 
defaultResultHandlers - Variable in class org.springframework.test.web.servlet.MockMvc
 
defaultResultMatchers - Variable in class org.springframework.test.web.servlet.MockMvc
 
defaultRetriever - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
defaultRollback - Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Should we roll back by default?
defaultRollback - Variable in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
 
defaults - Variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
defaultSchema - Variable in class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
 
DefaultScopedObject - Class in org.springframework.aop.scope
Default implementation of the ScopedObject interface.
DefaultScopedObject(ConfigurableBeanFactory, String) - Constructor for class org.springframework.aop.scope.DefaultScopedObject
Creates a new instance of the DefaultScopedObject class.
DefaultsDefinition - Interface in org.springframework.beans.factory.parsing
Marker interface for a defaults definition, extending BeanMetadataElement to inherit source exposure.
DefaultSerializer - Class in org.springframework.core.serializer
Serializer that writes an object to an output stream using Java Serialization.
DefaultSerializer() - Constructor for class org.springframework.core.serializer.DefaultSerializer
 
DefaultServletHandlerBeanDefinitionParser - Class in org.springframework.web.servlet.config
BeanDefinitionParser that parses a default-servlet-handler element to register a DefaultServletHttpRequestHandler.
DefaultServletHandlerBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.DefaultServletHandlerBeanDefinitionParser
 
DefaultServletHandlerConfigurer - Class in org.springframework.web.servlet.config.annotation
Configures a request handler for serving static resources by forwarding the request to the Servlet container's "default" Servlet.
DefaultServletHandlerConfigurer(ServletContext) - Constructor for class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
defaultServletHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a handler mapping ordered at Integer.MAX_VALUE with a mapped default servlet handler.
DefaultServletHttpRequestHandler - Class in org.springframework.web.servlet.resource
An HttpRequestHandler for serving static files using the Servlet container's "default" Servlet.
DefaultServletHttpRequestHandler() - Constructor for class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
 
defaultServletName - Variable in class org.springframework.mock.web.MockServletContext
 
defaultServletName - Variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
 
DefaultSessionAttributeStore - Class in org.springframework.web.bind.support
Default implementation of the SessionAttributeStore interface, storing the attributes in the WebRequest session (i.e.
DefaultSessionAttributeStore() - Constructor for class org.springframework.web.bind.support.DefaultSessionAttributeStore
 
DefaultSingletonBeanRegistry - Class in org.springframework.beans.factory.support
Generic registry for shared bean instances, implementing the SingletonBeanRegistry.
DefaultSingletonBeanRegistry() - Constructor for class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
defaultsRegistered(DefaultsDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
defaultsRegistered(DefaultsDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given defaults has been registered.
defaultStatusCode - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
defaultStrategies - Static variable in class org.springframework.web.context.ContextLoader
 
defaultStrategies - Static variable in class org.springframework.web.portlet.DispatcherPortlet
 
defaultStrategies - Static variable in class org.springframework.web.servlet.DispatcherServlet
 
defaultTargetDataSource - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
defaultThemeName - Variable in class org.springframework.web.servlet.theme.AbstractThemeResolver
 
defaultThemeName - Variable in class org.springframework.web.servlet.theme.CookieThemeResolver
 
defaultTimeout - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
DefaultToStringStyler - Class in org.springframework.core.style
Spring's default toString() styler.
DefaultToStringStyler(ValueStyler) - Constructor for class org.springframework.core.style.DefaultToStringStyler
Create a new DefaultToStringStyler.
DefaultTransactionAttribute - Class in org.springframework.transaction.interceptor
Transaction attribute that takes the EJB approach to rolling back on runtime, but not checked, exceptions.
DefaultTransactionAttribute() - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Create a new DefaultTransactionAttribute, with default settings.
DefaultTransactionAttribute(TransactionAttribute) - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Copy constructor.
DefaultTransactionAttribute(int) - Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Create a new DefaultTransactionAttribute with the the given propagation behavior.
DefaultTransactionDefinition - Class in org.springframework.transaction.support
Default implementation of the TransactionDefinition interface, offering bean-style configuration and sensible default values (PROPAGATION_REQUIRED, ISOLATION_DEFAULT, TIMEOUT_DEFAULT, readOnly=false).
DefaultTransactionDefinition() - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition, with default settings.
DefaultTransactionDefinition(TransactionDefinition) - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
Copy constructor.
DefaultTransactionDefinition(int) - Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition with the the given propagation behavior.
defaultTransactionIsolation - Variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
defaultTransactionIsolation() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Expose the default transaction isolation value.
DefaultTransactionStatus - Class in org.springframework.transaction.support
Default implementation of the TransactionStatus interface, used by AbstractPlatformTransactionManager.
DefaultTransactionStatus(Object, boolean, boolean, boolean, boolean, Object) - Constructor for class org.springframework.transaction.support.DefaultTransactionStatus
Create a new DefaultTransactionStatus instance.
defaultUrl - Variable in class org.springframework.web.servlet.ResourceServlet
 
defaultValue - Variable in class org.springframework.jmx.export.metadata.ManagedAttribute
 
defaultValue - Variable in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
 
DefaultValueStyler - Class in org.springframework.core.style
Converts objects to String form, generally for debugging purposes, using Spring's toString styling conventions.
DefaultValueStyler() - Constructor for class org.springframework.core.style.DefaultValueStyler
 
defaultViews - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
defensiveCopyOfArgs - Variable in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
deferredCloseHolder - Static variable in class org.springframework.orm.hibernate3.SessionFactoryUtils
 
DeferredResult<T> - Class in org.springframework.web.context.request.async
DeferredResult provides an alternative to using a Callable for asynchronous request processing.
DeferredResult() - Constructor for class org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult.
DeferredResult(long) - Constructor for class org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult with a timeout value.
DeferredResult(Long, Object) - Constructor for class org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult with a timeout value and a default result to use in case of timeout.
DeferredResult.DeferredResultHandler - Interface in org.springframework.web.context.request.async
Handles a DeferredResult value when set.
DeferredResultInterceptorChain - Class in org.springframework.web.context.request.async
Assists with the invocation of DeferredResultProcessingInterceptor's.
DeferredResultInterceptorChain(List<DeferredResultProcessingInterceptor>) - Constructor for class org.springframework.web.context.request.async.DeferredResultInterceptorChain
 
deferredResultInterceptors - Variable in class org.springframework.web.context.request.async.WebAsyncManager
 
deferredResultInterceptors - Variable in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
deferredResultInterceptors - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
DeferredResultMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles return values of type DeferredResult.
DeferredResultMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
 
DeferredResultProcessingInterceptor - Interface in org.springframework.web.context.request.async
Intercepts concurrent request handling, where the concurrent result is obtained by waiting for a DeferredResult to be set from a thread chosen by the application (e.g.
DeferredResultProcessingInterceptorAdapter - Class in org.springframework.web.context.request.async
Abstract adapter class for the DeferredResultProcessingInterceptor interface for simplified implementation of individual methods.
DeferredResultProcessingInterceptorAdapter() - Constructor for class org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
 
definesVariable(String) - Method in class org.springframework.expression.spel.ExpressionState.VariableScope
 
definition - Variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.BeanFactoryGroup
 
definition - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
definitions - Variable in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
Definition URLs mapped to descriptions
definitions - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
definitions - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
definitionsFactory - Variable in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
 
definitionsFactoryClass - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
definitionsFactoryClass - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
DEFS_ELEMENT - Static variable in class org.springframework.cache.config.CacheAdviceParser
 
delay - Variable in class org.springframework.scheduling.commonj.ScheduledTimerListener
 
delay - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
 
delay - Variable in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
 
delay - Variable in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
 
delegate - Variable in class org.springframework.aop.support.DelegatingIntroductionInterceptor
Object that actually implements the interfaces.
delegate - Variable in class org.springframework.beans.ExtendedBeanInfo
 
delegate - Variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
delegate - Variable in class org.springframework.beans.factory.xml.ParserContext
 
delegate - Variable in class org.springframework.context.event.GenericApplicationListenerAdapter
 
delegate - Variable in class org.springframework.context.event.SourceFilteringListener
 
delegate - Variable in class org.springframework.context.weaving.AspectJWeavingEnabler.AspectJClassBypassingClassFileTransformer
 
delegate - Variable in class org.springframework.jca.work.DelegatingWork
 
delegate - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
delegate - Variable in class org.springframework.scheduling.commonj.DelegatingWork
 
delegate - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable
 
delegate - Variable in class org.springframework.scheduling.quartz.DelegatingJob
 
delegate - Variable in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
 
delegate - Variable in class org.springframework.scheduling.timer.DelegatingTimerTask
Deprecated.
 
delegate - Variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
delegate - Variable in class org.springframework.web.client.RestTemplate.ResponseEntityResponseExtractor
 
delegate - Variable in class org.springframework.web.filter.DelegatingFilterProxy
 
delegate - Variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Object we'll invoke methods on.
DELEGATE_REF - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
delegateLoading(SmartContextLoader, MergedContextConfiguration) - Static method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
delegateMap - Variable in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
Hold weak references to keys as we don't want to interfere with garbage collection..
delegateMonitor - Variable in class org.springframework.web.filter.DelegatingFilterProxy
 
DelegatePerTargetObjectIntroductionInterceptor - Class in org.springframework.aop.support
Convenient implementation of the IntroductionInterceptor interface.
DelegatePerTargetObjectIntroductionInterceptor(Class, Class) - Constructor for class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
 
delegateProcessing(SmartContextLoader, ContextConfigurationAttributes) - Static method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
delegates - Variable in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
List of PersistenceExceptionTranslators
delegates - Variable in class org.springframework.jms.connection.ChainedExceptionListener
List of ExceptionListeners
delegates - Variable in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite
 
delegateServlet - Variable in class org.springframework.mock.web.MockFilterChain.ServletFilterProxy
 
DELEGATING_TRANSFORMER_CLASS_NAME - Static variable in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
DelegatingActionProxy - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
DelegatingActionProxy() - Constructor for class org.springframework.web.struts.DelegatingActionProxy
Deprecated.
 
DelegatingActionUtils - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
DelegatingActionUtils() - Constructor for class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
 
DelegatingConnectionFactory - Class in org.springframework.jca.cci.connection
CCI ConnectionFactory implementation that delegates all calls to a given target ConnectionFactory.
DelegatingConnectionFactory() - Constructor for class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
DelegatingConnectionFactory - Class in org.springframework.jms.connection
javax.jms.ConnectionFactory implementation that delegates all calls to a given target javax.jms.ConnectionFactory, adapting specific create(Queue/Topic)Connection calls to the target ConnectionFactory if necessary (e.g.
DelegatingConnectionFactory() - Constructor for class org.springframework.jms.connection.DelegatingConnectionFactory
 
DelegatingDataSource - Class in org.springframework.jdbc.datasource
JDBC DataSource implementation that delegates all calls to a given target DataSource.
DelegatingDataSource() - Constructor for class org.springframework.jdbc.datasource.DelegatingDataSource
Create a new DelegatingDataSource.
DelegatingDataSource(DataSource) - Constructor for class org.springframework.jdbc.datasource.DelegatingDataSource
Create a new DelegatingDataSource.
DelegatingEntityResolver - Class in org.springframework.beans.factory.xml
EntityResolver implementation that delegates to a BeansDtdResolver and a PluggableSchemaResolver for DTDs and XML schemas, respectively.
DelegatingEntityResolver(ClassLoader) - Constructor for class org.springframework.beans.factory.xml.DelegatingEntityResolver
Create a new DelegatingEntityResolver that delegates to a default BeansDtdResolver and a default PluggableSchemaResolver.
DelegatingEntityResolver(EntityResolver, EntityResolver) - Constructor for class org.springframework.beans.factory.xml.DelegatingEntityResolver
Create a new DelegatingEntityResolver that delegates to the given EntityResolvers.
DelegatingErrorHandlingRunnable - Class in org.springframework.scheduling.support
Runnable wrapper that catches any exception or error thrown from its delegate Runnable and allows an ErrorHandler to handle it.
DelegatingErrorHandlingRunnable(Runnable, ErrorHandler) - Constructor for class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
Create a new DelegatingErrorHandlingRunnable.
DelegatingFilterProxy - Class in org.springframework.web.filter
Proxy for a standard Servlet 2.3 Filter, delegating to a Spring-managed bean that implements the Filter interface.
DelegatingFilterProxy() - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy.
DelegatingFilterProxy(Filter) - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy with the given Filter delegate.
DelegatingFilterProxy(String, WebApplicationContext) - Constructor for class org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy that will retrieve the named target bean from the given Spring WebApplicationContext.
DelegatingIntroductionInterceptor - Class in org.springframework.aop.support
Convenient implementation of the IntroductionInterceptor interface.
DelegatingIntroductionInterceptor(Object) - Constructor for class org.springframework.aop.support.DelegatingIntroductionInterceptor
Construct a new DelegatingIntroductionInterceptor, providing a delegate that implements the interfaces to be introduced.
DelegatingIntroductionInterceptor() - Constructor for class org.springframework.aop.support.DelegatingIntroductionInterceptor
Construct a new DelegatingIntroductionInterceptor.
DelegatingJob - Class in org.springframework.scheduling.quartz
Simple Quartz org.quartz.Job adapter that delegates to a given Runnable instance.
DelegatingJob(Runnable) - Constructor for class org.springframework.scheduling.quartz.DelegatingJob
Create a new DelegatingJob.
DelegatingMessageSource - Class in org.springframework.context.support
Empty MessageSource that delegates all calls to the parent MessageSource.
DelegatingMessageSource() - Constructor for class org.springframework.context.support.DelegatingMessageSource
 
DelegatingNavigationHandlerProxy - Class in org.springframework.web.jsf
JSF NavigationHandler implementation that delegates to a NavigationHandler bean obtained from the Spring root WebApplicationContext.
DelegatingNavigationHandlerProxy() - Constructor for class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Create a new DelegatingNavigationHandlerProxy.
DelegatingNavigationHandlerProxy(NavigationHandler) - Constructor for class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Create a new DelegatingNavigationHandlerProxy.
DelegatingPhaseListenerMulticaster - Class in org.springframework.web.jsf
JSF PhaseListener implementation that delegates to one or more Spring-managed PhaseListener beans coming from the Spring root WebApplicationContext.
DelegatingPhaseListenerMulticaster() - Constructor for class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
DelegatingRequestProcessor - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
DelegatingRequestProcessor() - Constructor for class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
 
DelegatingServletInputStream - Class in org.springframework.mock.web
Delegating implementation of javax.servlet.ServletInputStream.
DelegatingServletInputStream(InputStream) - Constructor for class org.springframework.mock.web.DelegatingServletInputStream
Create a DelegatingServletInputStream for the given source stream.
DelegatingServletOutputStream - Class in org.springframework.mock.web
Delegating implementation of javax.servlet.ServletOutputStream.
DelegatingServletOutputStream(OutputStream) - Constructor for class org.springframework.mock.web.DelegatingServletOutputStream
Create a DelegatingServletOutputStream for the given target stream.
DelegatingSmartContextLoader - Class in org.springframework.test.context.support
DelegatingSmartContextLoader is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a GenericXmlContextLoader and an AnnotationConfigContextLoader.
DelegatingSmartContextLoader() - Constructor for class org.springframework.test.context.support.DelegatingSmartContextLoader
 
DelegatingThemeSource - Class in org.springframework.ui.context.support
Empty ThemeSource that delegates all calls to the parent ThemeSource.
DelegatingThemeSource() - Constructor for class org.springframework.ui.context.support.DelegatingThemeSource
 
DelegatingTilesRequestProcessor - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
DelegatingTilesRequestProcessor() - Constructor for class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
 
DelegatingTimerListener - Class in org.springframework.scheduling.commonj
Simple TimerListener adapter that delegates to a given Runnable.
DelegatingTimerListener(Runnable) - Constructor for class org.springframework.scheduling.commonj.DelegatingTimerListener
Create a new DelegatingTimerListener.
DelegatingTimerTask - Class in org.springframework.scheduling.timer
Deprecated.
as of Spring 3.0, in favor of the scheduling.concurrent package which is based on Java 5's java.util.concurrent.ExecutorService
DelegatingTimerTask(Runnable) - Constructor for class org.springframework.scheduling.timer.DelegatingTimerTask
Deprecated.
Create a new DelegatingTimerTask.
DelegatingTransactionAttribute - Class in org.springframework.transaction.interceptor
TransactionAttribute implementation that delegates all calls to a given target TransactionAttribute instance.
DelegatingTransactionAttribute(TransactionAttribute) - Constructor for class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
Create a DelegatingTransactionAttribute for the given target attribute.
DelegatingTransactionDefinition - Class in org.springframework.transaction.support
TransactionDefinition implementation that delegates all calls to a given target TransactionDefinition instance.
DelegatingTransactionDefinition(TransactionDefinition) - Constructor for class org.springframework.transaction.support.DelegatingTransactionDefinition
Create a DelegatingTransactionAttribute for the given target attribute.
delegatingTransformer - Variable in class org.springframework.instrument.classloading.jboss.JBossModulesAdapter
 
DelegatingVariableResolver - Class in org.springframework.web.jsf
Deprecated.
as of Spring 3.2, in favor of the JSF 1.2 based SpringBeanFacesELResolver
DelegatingVariableResolver(VariableResolver) - Constructor for class org.springframework.web.jsf.DelegatingVariableResolver
Deprecated.
Create a new DelegatingVariableResolver, using the given original VariableResolver.
DelegatingWebMvcConfiguration - Class in org.springframework.web.servlet.config.annotation
A sub-class of WebMvcConfigurationSupport that detects and delegates to all beans of type WebMvcConfigurer allowing them to customize the configuration provided by WebMvcConfigurationSupport.
DelegatingWebMvcConfiguration() - Constructor for class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
DelegatingWork - Class in org.springframework.jca.work
Simple Work adapter that delegates to a given Runnable.
DelegatingWork(Runnable) - Constructor for class org.springframework.jca.work.DelegatingWork
Create a new DelegatingWork.
DelegatingWork - Class in org.springframework.scheduling.commonj
Simple Work adapter that delegates to a given Runnable.
DelegatingWork(Runnable) - Constructor for class org.springframework.scheduling.commonj.DelegatingWork
Create a new DelegatingWork.
delete(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Delete the given persistent instance.
delete(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Delete the given persistent instance.
delete(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Delete the given persistent instance.
delete(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Delete the given persistent instance.
delete(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
delete(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
delete(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
delete(String, Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
delete(String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
delete(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
 
delete(String, Object, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Deprecated.
Convenience method provided by Spring: execute a delete operation with an automatic check that the delete affected the given required number of rows.
delete(String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
delete(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
delete(String, Object, int) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
 
delete(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a DELETE request.
delete(String, String) - Static method in class org.springframework.util.StringUtils
Delete all occurrences of the given substring.
delete(String, Object...) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URI.
delete(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URI.
delete(URI) - Method in interface org.springframework.web.client.RestOperations
Delete the resources at the specified URL.
delete(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
delete(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
delete(URI) - Method in class org.springframework.web.client.RestTemplate
 
deleteAll(Collection) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Delete all given persistent instances.
deleteAll(Collection) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
deleteAny(String, String) - Static method in class org.springframework.util.StringUtils
Delete any character in a given String.
deleteFromTables(String[]) - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated.
Convenient method to delete all rows from these tables.
deleteFromTables(String...) - Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
Deprecated.
Convenience method for deleting all rows from the specified tables.
deleteFromTables(String...) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for deleting all rows from the specified tables.
deleteFromTables(String...) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for deleting all rows from the specified tables.
deleteFromTables(JdbcTemplate, String...) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Delete all rows from the specified tables.
deleteFromTables(SimpleJdbcTemplate, String...) - Static method in class org.springframework.test.jdbc.SimpleJdbcTestUtils
Deprecated.
Delete all rows from the specified tables.
deleteFromTableWhere(JdbcTemplate, String, String, Object...) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Delete rows from the given table, using the provided WHERE clause.
deletePersistent(Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Delete the given persistent instance.
deletePersistent(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
deletePersistentAll(Collection) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Delete all given persistent instances.
deletePersistentAll(Collection) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
deleteRecursively(File) - Static method in class org.springframework.util.FileSystemUtils
Delete the supplied File - for directories, recursively delete any nested directories or files as well.
delimitedListToStringArray(String, String) - Static method in class org.springframework.util.StringUtils
Take a String which is a delimited list and convert it to a String array.
delimitedListToStringArray(String, String, String) - Static method in class org.springframework.util.StringUtils
Take a String which is a delimited list and convert it to a String array.
DELIMITER - Static variable in class org.springframework.core.convert.support.CollectionToStringConverter
 
delimiter - Variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Delimiter to use between each 'input type="checkbox/radio"' tags.
delimiter - Variable in class org.springframework.web.servlet.tags.form.ErrorsTag
 
DELIMITER_PREFIX - Static variable in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
 
delistResource(XAResource, int) - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
deliveryMode - Variable in class org.springframework.jms.connection.CachedMessageProducer
 
deliveryMode - Variable in class org.springframework.jms.core.JmsTemplate
 
dependenciesForBeanMap - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Map between depending bean names: bean name --> Set of bean names for the bean's dependencies
DEPENDENCY_CHECK_ALL - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates dependency checking for all properties (object references as well as "simple" properties).
DEPENDENCY_CHECK_ALL_ATTRIBUTE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEPENDENCY_CHECK_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEPENDENCY_CHECK_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
DEPENDENCY_CHECK_NONE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates no dependency check at all.
DEPENDENCY_CHECK_OBJECTS - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates dependency checking for object references.
DEPENDENCY_CHECK_OBJECTS_ATTRIBUTE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEPENDENCY_CHECK_SIMPLE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant that indicates dependency checking for "simple" properties.
DEPENDENCY_CHECK_SIMPLE_ATTRIBUTE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
dependencyCheck - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
dependencyCheck - Variable in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
dependencyCheck - Variable in class org.springframework.beans.factory.wiring.BeanWiringInfo
 
dependencyCheck - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
dependencyCheck - Variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
 
dependencyCheck - Variable in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
 
dependencyCheck - Variable in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
 
DependencyDescriptor - Class in org.springframework.beans.factory.config
Descriptor for a specific dependency that is about to be injected.
DependencyDescriptor(MethodParameter, boolean) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Create a new descriptor for a method or constructor parameter.
DependencyDescriptor(MethodParameter, boolean, boolean) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Create a new descriptor for a method or constructor parameter.
DependencyDescriptor(Field, boolean) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Create a new descriptor for a field.
DependencyDescriptor(Field, boolean, boolean) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Create a new descriptor for a field.
DependencyDescriptor(DependencyDescriptor) - Constructor for class org.springframework.beans.factory.config.DependencyDescriptor
Copy constructor.
DependencyInjectionTestExecutionListener - Class in org.springframework.test.context.support
TestExecutionListener which provides support for dependency injection and initialization of test instances.
DependencyInjectionTestExecutionListener() - Constructor for class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
 
dependentBeanMap - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Map between dependent bean names: bean name --> Set of dependent bean names
DEPENDS_ON_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DEPENDS_ON_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
dependsOn - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
DependsOn - Annotation Type in org.springframework.context.annotation
Beans on which the current bean depends.
DeprecatedBeanWarner - Class in org.springframework.beans.factory.config
Bean factory post processor that logs a warning for @Deprecated beans.
DeprecatedBeanWarner() - Constructor for class org.springframework.beans.factory.config.DeprecatedBeanWarner
 
DerbyCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
Derby specific implementation for the CallMetaDataProvider interface.
DerbyCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.DerbyCallMetaDataProvider
 
DerbyEmbeddedDatabaseConfigurer - Class in org.springframework.jdbc.datasource.embedded
EmbeddedDatabaseConfigurer for the Apache Derby database.
DerbyEmbeddedDatabaseConfigurer() - Constructor for class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
DerbyMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given Derby table with the equivalent of an auto-increment column.
DerbyMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Default constructor for bean property style usage.
DerbyMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Convenience constructor.
DerbyMaxValueIncrementer(DataSource, String, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Convenience constructor.
DerbyTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
The Derby specific implementation of the TableMetaDataProvider.
DerbyTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
 
describeMismatchMethod - Static variable in class org.springframework.test.util.MatcherAssertionErrors
 
description - Variable in class org.springframework.aop.config.AdvisorComponentDefinition
 
description - Variable in class org.springframework.aop.config.PointcutComponentDefinition
 
description - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
description - Variable in class org.springframework.core.io.ByteArrayResource
 
description - Variable in class org.springframework.core.io.DescriptiveResource
 
description - Variable in class org.springframework.core.io.InputStreamResource
 
description - Variable in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
description - Variable in class org.springframework.jmx.export.metadata.ManagedNotification
 
description - Variable in class org.springframework.jmx.export.metadata.ManagedOperationParameter
 
description - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
DESCRIPTION_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DescriptiveResource - Class in org.springframework.core.io
Simple Resource implementation that holds a resource description but does not point to an actually readable resource.
DescriptiveResource(String) - Constructor for class org.springframework.core.io.DescriptiveResource
Create a new DescriptiveResource.
descriptor - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyObjectFactory
 
deserialize(InputStream) - Method in class org.springframework.core.serializer.DefaultDeserializer
Reads the input stream and deserializes into an object.
deserialize(InputStream) - Method in interface org.springframework.core.serializer.Deserializer
Read (assemble) an object of type T from the given InputStream.
deserialize(byte[]) - Static method in class org.springframework.util.SerializationUtils
Deserialize the byte array into an object.
Deserializer<T> - Interface in org.springframework.core.serializer
A strategy interface for converting from data in an InputStream to an Object.
deserializer - Variable in class org.springframework.core.serializer.support.DeserializingConverter
 
deserializers - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
deserializeState(Serializable) - Method in class org.springframework.mock.web.MockHttpSession
Deserialize the attributes of this session from a state object created by MockHttpSession.serializeState().
DeserializingConverter - Class in org.springframework.core.serializer.support
A Converter that delegates to a Deserializer to convert data in a byte array to an object.
DeserializingConverter() - Constructor for class org.springframework.core.serializer.support.DeserializingConverter
Create a default DeserializingConverter that uses standard Java deserialization.
DeserializingConverter(Deserializer<Object>) - Constructor for class org.springframework.core.serializer.support.DeserializingConverter
Create a DeserializingConverter that delegates to the provided Deserializer.
destination - Variable in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
destination - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
DESTINATION_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_DURABLE_TOPIC - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_QUEUE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
DESTINATION_TYPE_TOPIC - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
destinationCache - Variable in class org.springframework.jms.support.destination.JndiDestinationResolver
 
destinationEquals(CachingConnectionFactory.DestinationCacheKey) - Method in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
destinationName - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
DestinationResolutionException - Exception in org.springframework.jms.support.destination
Thrown by a DestinationResolver when it cannot resolve a destination name.
DestinationResolutionException(String) - Constructor for exception org.springframework.jms.support.destination.DestinationResolutionException
Create a new DestinationResolutionException.
DestinationResolutionException(String, Throwable) - Constructor for exception org.springframework.jms.support.destination.DestinationResolutionException
Create a new DestinationResolutionException.
destinationResolver - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
destinationResolver - Variable in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
 
destinationResolver - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
DestinationResolver - Interface in org.springframework.jms.support.destination
Strategy interface for resolving JMS destinations.
destinationResolver - Variable in class org.springframework.jms.support.destination.JmsDestinationAccessor
 
destinationString - Variable in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
destroy() - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Destroys the internal BeanFactory on shutdown of the TargetSourceCreator.
destroy() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Closes the underlying ObjectPool when destroying this object.
destroy() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
Dispose of targets if necessary; clear ThreadLocal.
destroy() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Destroy the singleton instance, if any.
destroy() - Method in interface org.springframework.beans.factory.DisposableBean
Invoked by a BeanFactory on destruction of a singleton.
destroy() - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
destroy() - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Release references to the BeanFactory and BeanWiringInfoResolver when the container is destroyed.
destroy() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
destroy() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
 
destroy() - Method in class org.springframework.context.support.AbstractApplicationContext
DisposableBean callback for destruction of this instance.
destroy() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
destroy() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Remove the cached session bean instance, if necessary.
destroy() - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
Shutdown hook that closes the underlying HttpConnectionManager's connection pool, if any.
destroy() - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Shutdown hook that closes the underlying ClientConnectionManager's connection pool, if any.
destroy() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Close the underlying Connection.
destroy() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Deactivates the message endpoint, preparing it for shutdown.
destroy() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Stops the ResourceAdapter.
destroy() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
destroy() - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
Use the populator to clean up data in the data source.
destroy() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Close the underlying Connection.
destroy() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Close the underlying shared connection.
destroy() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Calls AbstractJmsListeningContainer.shutdown() when the BeanFactory destroys the container instance.
destroy() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 
destroy() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Unregisters the specified NotificationListener.
destroy() - Method in class org.springframework.jmx.export.MBeanExporter
Unregisters all beans that this exported has exposed via JMX when the enclosing ApplicationContext is destroyed.
destroy() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Stop the JMXConnectorServer managed by an instance of this class.
destroy() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Closes the underlying JMXConnector.
destroy() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Unregisters the MBeanServer instance, if necessary.
destroy() - Method in class org.springframework.mock.web.MockFilterChain.ServletFilterProxy
 
destroy() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Close the SessionFactory on bean factory shutdown.
destroy() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Allows for schema export on shutdown.
destroy() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
destroy() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Close the PersistenceManagerFactory on bean factory shutdown.
destroy() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Close the EntityManagerFactory on bean factory shutdown.
destroy() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
This implementation of destroy is empty.
destroy() - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Stops all published endpoints, taking the web services offline.
destroy() - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
destroy() - Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Unbind the RMI service from JNDI on bean factory shutdown.
destroy() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Unexport the RMI registry on bean factory shutdown, provided that this bean actually created a registry.
destroy() - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Unbind the RMI service from the registry on bean factory shutdown.
destroy() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
destroy() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
destroy() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Calls shutdown when the BeanFactory destroys the task executor instance.
destroy() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
Stops the underlying TimerManager (if not shared).
destroy() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
Cancels all statically registered Timers on shutdown, and stops the underlying TimerManager (if not shared).
destroy() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Calls shutdown when the BeanFactory destroys the task executor instance.
destroy() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
destroy() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
destroy() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
destroy() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Shut down the Quartz scheduler on bean factory shutdown, stopping all scheduled jobs.
destroy() - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
destroy() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.
Cancel the Timer on bean factory shutdown, stopping all scheduled tasks.
destroy() - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
Cancel the Timer on bean factory shutdown, stopping all scheduled tasks.
destroy() - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Destroy the inner bean factory (used for scripts) on shutdown.
destroy() - Method in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
destroy() - Method in class org.springframework.web.context.support.ServletContextScope
Invoke all registered destruction callbacks.
destroy() - Method in class org.springframework.web.filter.CompositeFilter
Clean up all the filters supplied, calling each one's destroy method in turn, but in reverse order.
destroy() - Method in class org.springframework.web.filter.DelegatingFilterProxy
 
destroy() - Method in class org.springframework.web.filter.GenericFilterBean
Subclasses may override this to perform custom filter shutdown.
destroy() - Method in class org.springframework.web.portlet.context.PortletContextScope
Invoke all registered destruction callbacks.
destroy() - Method in class org.springframework.web.portlet.FrameworkPortlet
Close the ApplicationContext of this portlet.
destroy() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
destroy() - Method in class org.springframework.web.servlet.FrameworkServlet
Close the WebApplicationContext of this servlet.
destroy() - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Destroy the wrapped Servlet instance.
destroy() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Close the bundle View factories on context shutdown.
destroy() - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Removes the TilesContainer from this web application.
destroy() - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
Removes the TilesContainer from this web application.
destroy() - Method in class org.springframework.web.servlet.view.XmlViewResolver
Close the view bean factory on context shutdown.
destroy() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Close the WebApplicationContext of the ActionServlet.
DESTROY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
DESTROY_METHOD_ATTRIBUTE - Static variable in class org.springframework.scripting.config.ScriptBeanDefinitionParser
 
destroyAnnotationType - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
destroyBean(String, Object) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Destroy the given bean instance (usually a prototype instance obtained from this factory) according to its bean definition.
destroyBean(String, Object) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
destroyBean(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Destroy the given bean instance (usually a prototype instance obtained from this factory) according to the given bean definition.
destroyBean(String, DisposableBean) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Destroy the given bean.
destroyBeans() - Method in class org.springframework.context.support.AbstractApplicationContext
Template method for destroying all beans that this context manages.
destroyDefinition(BeanFactory, String) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Destroy definition in separate method so subclass may work with other definition types.
destroyDefinition(BeanFactory, String) - Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Overrides the default method to operate on an ApplicationContext, invoking ConfigurableApplicationContext.close().
destroyDelegate(Filter) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Destroy the Filter delegate.
destroyInstance(T) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Callback for destroying a singleton instance.
destroyMethod - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
destroyMethod - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
destroyMethodName - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
destroyMethodName - Variable in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
destroyMethodName - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
destroyMethods - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleMetadata
 
destroyObject(Object) - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
destroyPrototypeInstance(Object) - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
Subclasses should call this method to destroy an obsolete prototype instance.
destroyScopedBean(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Destroy the specified scoped bean in the current target scope, if any.
destroyScopedBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
destroySingleton(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
destroySingleton(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Destroy the given bean.
destroySingletons() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Destroy all singleton beans in this factory, including inner beans that have been registered as disposable.
destroySingletons() - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
destroySubcontext(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
destroySubcontext(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
DESTRUCTION_CALLBACK_NAME_PREFIX - Static variable in class org.springframework.web.context.request.ServletRequestAttributes
Constant identifying the String prefixed to the name of a destruction callback when it is stored in a HttpSession.
DESTRUCTION_CALLBACK_NAME_PREFIX - Static variable in class org.springframework.web.portlet.context.PortletRequestAttributes
Constant identifying the String prefixed to the name of a destruction callback when it is stored in a PortletSession.
DestructionAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
Subinterface of BeanPostProcessor that adds a before-destruction callback.
destructionCallback - Variable in class org.springframework.web.context.request.DestructionCallbackBindingListener
 
DestructionCallbackBindingListener - Class in org.springframework.web.context.request
Adapter that implements the Servlet 2.3 HttpSessionBindingListener interface, wrapping a session destruction callback.
DestructionCallbackBindingListener(Runnable) - Constructor for class org.springframework.web.context.request.DestructionCallbackBindingListener
Create a new DestructionCallbackBindingListener for the given callback.
destructionCallbacks - Variable in class org.springframework.web.context.support.ServletContextScope
 
destructionCallbacks - Variable in class org.springframework.web.portlet.context.PortletContextScope
 
detachCopy(T) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Detach a copy of the given persistent instance from the current JDO transaction, for use outside a JDO transaction (for example, as web form object).
detachCopy(T) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
detachCopyAll(Collection<T>) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Detach copies of the given persistent instances from the current JDO transaction, for use outside a JDO transaction (for example, as web form objects).
detachCopyAll(Collection<T>) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
detectAllHandlerAdapters - Variable in class org.springframework.web.portlet.DispatcherPortlet
Detect all HandlerAdapters or just expect "handlerAdapter" bean?
detectAllHandlerAdapters - Variable in class org.springframework.web.servlet.DispatcherServlet
Detect all HandlerAdapters or just expect "handlerAdapter" bean?
detectAllHandlerExceptionResolvers - Variable in class org.springframework.web.portlet.DispatcherPortlet
Detect all HandlerExceptionResolvers or just expect "handlerExceptionResolver" bean?
detectAllHandlerExceptionResolvers - Variable in class org.springframework.web.servlet.DispatcherServlet
Detect all HandlerExceptionResolvers or just expect "handlerExceptionResolver" bean?
detectAllHandlerMappings - Variable in class org.springframework.web.portlet.DispatcherPortlet
Detect all HandlerMappings or just expect "handlerMapping" bean?
detectAllHandlerMappings - Variable in class org.springframework.web.servlet.DispatcherServlet
Detect all HandlerMappings or just expect "handlerMapping" bean?
detectAllViewResolvers - Variable in class org.springframework.web.portlet.DispatcherPortlet
Detect all ViewResolvers or just expect "viewResolver" bean?
detectAllViewResolvers - Variable in class org.springframework.web.servlet.DispatcherServlet
Detect all ViewResolvers or just expect "viewResolver" bean?
detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
Detect the default configuration classes for the supplied test class.
detectDefaultConfigurationClasses(Class<?>) - Static method in class org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
Detect the default configuration classes for the supplied test class.
detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
Detect the default configuration classes for the supplied test class.
detectExceptionMappings(Method) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Extract exception mappings from the @ExceptionHandler annotation first and as a fall-back from the method signature.
detectHandlerMethods(Class<?>, String, RequestMapping) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Derive portlet mode mappings from the handler's method-level mappings.
detectHandlerMethods(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Look for handler methods in a handler.
detectHandlerMethodsInAncestorContexts - Variable in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
detectHandlers() - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
detectHandlers() - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
Register all handlers found in the current ApplicationContext.
detectHandlersInAncestorContexts - Variable in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
 
detectMappedInterceptors(List<MappedInterceptor>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Detects beans of type MappedInterceptor and adds them to the list of mapped interceptors.
detectPersistenceExceptionTranslators(ListableBeanFactory) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
Detect all PersistenceExceptionTranslators in the given BeanFactory.
detectValidationMode(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Detects which kind of validation to perform on the XML file identified by the supplied Resource.
detectValidationMode(InputStream) - Method in class org.springframework.util.xml.XmlValidationModeDetector
Detect the validation mode for the XML document in the supplied InputStream.
determineActionBeanName(ActionMapping) - Method in class org.springframework.web.struts.DelegatingActionProxy
Deprecated.
Determine the name of the Action bean, to be looked up in the WebApplicationContext.
determineActionBeanName(ActionMapping) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Default implementation of Action bean determination, taking the mapping path and prepending the module prefix, if any.
determineActionBeanName(ActionMapping) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated.
Determine the name of the Action bean, to be looked up in the WebApplicationContext.
determineActionBeanName(ActionMapping) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated.
Determine the name of the Action bean, to be looked up in the WebApplicationContext.
determineActivationSpecClass(ResourceAdapter) - Method in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
This implementation guesses the ActivationSpec class name from the provider's class name: e.g.
determineActivationSpecClass(ResourceAdapter) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
Determine the ActivationSpec class for the given ResourceAdapter, if possible.
determineAdviceType() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
Duplicates some logic from getAdvice, but importantly does not force creation of the advice.
determineAnnotationType(A) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
determineAsyncExecutor(Method) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Determine the specific executor to use when executing the given method.
determineBeanNameFor(Method) - Static method in class org.springframework.context.annotation.BeanAnnotationHelper
 
determineBeanNameFromAnnotation(AnnotatedBeanDefinition) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
Derive a bean name from one of the annotations on the class.
determineBshObjectType(String) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Evaluate the specified BeanShell script based on the given script source, returning the Class defined by the script.
determineCacheOperations(AnnotatedElement) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
Determine the cache operation(s) for the given method or class.
determineCandidateConstructors(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
determineCandidateConstructors(Class<?>, String) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
determineCandidateConstructors(Class<?>, String) - Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
 
determineCandidateConstructors(Class<?>, String) - Method in interface org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
Determine the candidate constructors to use for the given bean.
determineCommonAncestor(Class<?>, Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine the common ancestor of the given classes, if any.
determineCommonType(Class<?>, Class<?>) - Method in class org.springframework.expression.spel.ast.Projection
 
determineConstructorsFromBeanPostProcessors(Class<?>, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Determine candidate constructors to use for the given bean, checking all registered SmartInstantiationAwareBeanPostProcessors.
determineContextClass(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Return the WebApplicationContext implementation class to use, either the default XmlWebApplicationContext or a custom context class if specified.
determineContextInitializerClasses(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Return the ApplicationContextInitializer implementation classes to use if any have been specified by ContextLoader.CONTEXT_INITIALIZER_CLASSES_PARAM.
determineCurrentLookupKey() - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Determine the current lookup key.
determineCurrentLookupKey() - Method in class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
 
determineDatabaseDialectClass(Database) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
Determine the Hibernate database dialect class for the given target database.
determineDatabaseDictionary(Database) - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
Determine the OpenJPA database dictionary name for the given database.
determineDefaultLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
Determine the default locale for the given request, Called if no locale cookie has been found.
determineDefaultLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
Determine the default locale for the given request, Called if no locale session attribute has been found.
determineDefaultPersistenceUnitRootUrl() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Try to determine the persistence unit root URL based on the given "defaultPersistenceUnitRootLocation".
determineDefaultPhase(Method) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver
 
determineDestroyMethod() - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
determineEncoding(String, String) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
determineEncoding(HttpServletRequest) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Determine the encoding for the given request.
determineEncoding(ActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Determine the encoding for the given request.
determineEncoding(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Determine the encoding for the given request.
determinePersistenceUnitInfo(PersistenceUnitManager) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Determine the PersistenceUnitInfo to use for the EntityManagerFactory created by this bean.
determinePersistenceUnitRootUrl(Resource) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
Determine the persistence unit root URL based on the given resource (which points to the persistence.xml file we're reading).
determinePoolSizeRange(BeanWrapper) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
determinePrimaryCandidate(Map<String, Object>, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Determine the primary autowire candidate in the given set of beans.
determineRequiredStatus(Annotation) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Determine if the annotated field or method requires its dependency.
determineResourceUrl(HttpServletRequest) - Method in class org.springframework.web.servlet.ResourceServlet
Determine the URL of the target resource of this request.
determineRootDir(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Determine the root directory for the given location.
determineServiceLocatorExceptionConstructor(Class) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Determine the constructor to use for the given service locator exception class.
determineStatusCode(HttpServletRequest, String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Determine the HTTP status code to apply for the given error view.
determineTargetDatabaseName(Database) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
Determine the EclipseLink target database name for the given database.
determineTargetDatabaseName(Database) - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
Deprecated.
Determine the TopLink target database name for the given database.
determineTargetDataSource() - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Retrieve the current target DataSource.
determineTimeout(TransactionDefinition) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Determine the actual timeout to use for the given definition.
determineTransactionAttribute(AnnotatedElement) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Determine the transaction attribute for the given method or class.
determineTransactionManager(TransactionAttribute) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Determine the specific transaction manager to use for the given transaction.
determineUrlsForHandler(String) - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
Determine the URLs for the given handler bean.
determineUrlsForHandler(String) - Method in class org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
Checks name and aliases of the given bean for URLs, starting with "/".
determineUrlsForHandler(String) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
Checks for presence of the RequestMapping annotation on the handler class and on any of its methods.
determineUrlsForHandler(String) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
determineUrlsForHandlerMethods(Class<?>, boolean) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
Derive URL mappings from the handler's method-level mappings.
determineUrlsForHandlerMethods(Class<?>) - Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Deprecated.
Derive URL mappings from the handler's method-level mappings.
determineValidationGroups(MethodInvocation) - Method in class org.springframework.validation.beanvalidation.MethodValidationInterceptor
Determine the validation groups to validate against for the given method invocation.
determineViewName(Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Determine the view name for the given exception, searching the "exceptionMappings", using the "defaultErrorView" as fallback.
determineViewName(Exception, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Determine the view name for the given exception, first checking against the "excludedExecptions", then searching the "exceptionMappings", and finally using the "defaultErrorView" as a fallback.
digest(String, byte[]) - Static method in class org.springframework.util.DigestUtils
 
digestAsHexChars(String, byte[]) - Static method in class org.springframework.util.DigestUtils
 
digestAsHexString(String, byte[]) - Static method in class org.springframework.util.DigestUtils
 
DigestUtils - Class in org.springframework.util
Miscellaneous methods for calculating digests.
DigestUtils() - Constructor for class org.springframework.util.DigestUtils
 
dimensions - Variable in class org.springframework.expression.spel.ast.ConstructorReference
 
dimensions - Variable in class org.springframework.expression.spel.ast.TypeReference
 
dir - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
DIR_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
directFieldAccess - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
DirectFieldAccessor - Class in org.springframework.beans
PropertyAccessor implementation that directly accesses instance fields.
DirectFieldAccessor(Object) - Constructor for class org.springframework.beans.DirectFieldAccessor
Create a new DirectFieldAccessor for the given target object.
directFieldAccessor - Variable in class org.springframework.validation.DirectFieldBindingResult
 
DirectFieldBindingResult - Class in org.springframework.validation
Special implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.
DirectFieldBindingResult(Object, String) - Constructor for class org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldBindingResult instance.
DirtiesContext - Annotation Type in org.springframework.test.annotation
Test annotation which indicates that the ApplicationContext associated with a test is dirty and should be closed: after the current test, when declared at the method level after each test method in the current test class, when declared at the class level with class mode set to AFTER_EACH_TEST_METHOD after the current test class, when declared at the class level with class mode set to AFTER_CLASS
DirtiesContext.ClassMode - Enum in org.springframework.test.annotation
Defines modes which determine how @DirtiesContext is interpreted when used to annotate a test class.
DirtiesContext.ClassMode() - Constructor for enum org.springframework.test.annotation.DirtiesContext.ClassMode
 
DirtiesContext.HierarchyMode - Enum in org.springframework.test.annotation
Defines modes which determine how the context cache is cleared when @DirtiesContext is used in a test whose context is configured as part of a hierarchy via @ContextHierarchy.
DirtiesContext.HierarchyMode() - Constructor for enum org.springframework.test.annotation.DirtiesContext.HierarchyMode
 
DirtiesContextTestExecutionListener - Class in org.springframework.test.context.support
TestExecutionListener which provides support for marking the ApplicationContext associated with a test as dirty for both test classes and test methods configured with the @DirtiesContext annotation.
DirtiesContextTestExecutionListener() - Constructor for class org.springframework.test.context.support.DirtiesContextTestExecutionListener
 
dirtyContext(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
Deprecated.
as of Spring 3.2.2, use #dirtyContext(TestContext, HierarchyMode) instead.
dirtyContext(TestContext, DirtiesContext.HierarchyMode) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
disableCaching - Variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
disableCaching - Variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
 
disabled - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
disabled - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
disabled - Variable in class org.springframework.web.servlet.tags.form.ButtonTag
 
disabled - Variable in class org.springframework.web.servlet.tags.form.HiddenInputTag
 
disabled - Variable in class org.springframework.web.servlet.tags.form.OptionsTag
 
disabled - Variable in class org.springframework.web.servlet.tags.form.OptionTag
 
DISABLED_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'disabled' attribute.
DISABLED_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.ButtonTag
The name of the 'disabled' attribute.
DISABLED_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.HiddenInputTag
The name of the 'disabled' attribute.
DISABLED_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.OptionTag
The name of the 'disabled' attribute.
disabledTestCount - Static variable in class org.springframework.test.ConditionalTestCase
Deprecated.
 
disabledTestCount - Static variable in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated.
 
disableFilters(Session) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Disable the specified filters on the given Session.
disableIndenting(Transformer) - Static method in class org.springframework.util.xml.TransformerUtils
Disable indenting for the supplied Transformer.
disallowedFields - Variable in class org.springframework.validation.DataBinder
 
disassemble(Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the passed-in value as-is.
discoveredReturningGenericType - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
discoveredReturningType - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
discoveredThrowingType - Variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
diskExpiryThreadIntervalSeconds - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
diskPersistent - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
diskSpoolBufferSize - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
dispatch() - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
dispatch(String) - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
dispatch(ServletContext, String) - Method in class org.springframework.test.web.servlet.request.MockAsyncContext
 
dispatch() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
Dispatch the request to the container in order to resume processing after concurrent execution in an application thread.
dispatch() - Method in class org.springframework.web.context.request.async.NoSupportAsyncWebRequest
 
dispatch() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
DISPATCH_ADVISED - Static variable in class org.springframework.aop.framework.CglibAopProxy
 
DISPATCH_TARGET - Static variable in class org.springframework.aop.framework.CglibAopProxy
 
DispatchActionSupport - Class in org.springframework.web.struts
Deprecated.
as of Spring 3.0
DispatchActionSupport() - Constructor for class org.springframework.web.struts.DispatchActionSupport
Deprecated.
 
dispatchedPath - Variable in class org.springframework.test.web.servlet.request.MockAsyncContext
 
DispatcherPortlet - Class in org.springframework.web.portlet
Central dispatcher for use within the Portlet MVC framework, e.g.
DispatcherPortlet() - Constructor for class org.springframework.web.portlet.DispatcherPortlet
 
DispatcherServlet - Class in org.springframework.web.servlet
Central dispatcher for HTTP request handlers/controllers, e.g.
DispatcherServlet() - Constructor for class org.springframework.web.servlet.DispatcherServlet
Create a new DispatcherServlet that will create its own internal web application context based on defaults and values provided through servlet init-params.
DispatcherServlet(WebApplicationContext) - Constructor for class org.springframework.web.servlet.DispatcherServlet
Create a new DispatcherServlet with the given web application context.
DispatcherServletWebRequest - Class in org.springframework.web.servlet.handler
ServletWebRequest subclass that is aware of DispatcherServlet's request context, such as the Locale determined by the configured LocaleResolver.
DispatcherServletWebRequest(HttpServletRequest) - Constructor for class org.springframework.web.servlet.handler.DispatcherServletWebRequest
Create a new DispatcherServletWebRequest instance for the given request.
DispatcherServletWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.servlet.handler.DispatcherServletWebRequest
Create a new DispatcherServletWebRequest instance for the given request and response.
dispatchOptions - Variable in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
 
dispatchOptions(boolean) - Method in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
Should the DispatcherServlet dispatch OPTIONS request to controllers.
dispatchOptionsRequest - Variable in class org.springframework.web.servlet.FrameworkServlet
Should we dispatch an HTTP OPTIONS request to FrameworkServlet.doService(HttpServletRequest, HttpServletResponse)?
dispatchTraceRequest - Variable in class org.springframework.web.servlet.FrameworkServlet
Should we dispatch an HTTP TRACE request to FrameworkServlet.doService(HttpServletRequest, HttpServletResponse)?
DISPLAY_VALUE_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.form.OptionTag
The name of the JSP variable used to expose the display value for this tag.
displayName - Variable in class org.springframework.context.support.AbstractApplicationContext
Display name
displayName - Variable in class org.springframework.jmx.export.metadata.ManagedMetric
 
displayName - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
DISPOSABLE_BEAN_METHOD_INTERCEPTOR - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer
 
DisposableBean - Interface in org.springframework.beans.factory
Interface to be implemented by beans that want to release resources on destruction.
DisposableBeanAdapter - Class in org.springframework.beans.factory.support
Adapter that implements the DisposableBean and Runnable interfaces performing various destruction steps on a given bean instance: DestructionAwareBeanPostProcessors; the bean implementing DisposableBean itself; a custom destroy method specified on the bean definition.
DisposableBeanAdapter(Object, String, RootBeanDefinition, List<BeanPostProcessor>, AccessControlContext) - Constructor for class org.springframework.beans.factory.support.DisposableBeanAdapter
Create a new DisposableBeanAdapter for the given bean.
DisposableBeanAdapter(Object, String, boolean, boolean, String, List<DestructionAwareBeanPostProcessor>) - Constructor for class org.springframework.beans.factory.support.DisposableBeanAdapter
Create a new DisposableBeanAdapter for the given bean.
disposableBeans - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Disposable bean instances: bean name --> disposable instance
DisposableSqlTypeValue - Interface in org.springframework.jdbc.core
Subinterface of SqlTypeValue that adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed.
DO_NOT_PROXY - Static variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Convenience constant for subclasses: Return value for "do not proxy".
doActionService(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Processes the actual dispatching to the handler for action requests.
doActionService(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Subclasses must implement this method to do the work of action request handling.
doAddHeaderValue(String, Object, boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
doAddHeaderValue(String, Object, boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
doAfterBody() - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
 
doAutowireBean(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Actually autowire the target bean after construction/passivation.
doBegin(Object, TransactionDefinition) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
This implementation sets the isolation level but ignores the timeout.
doBegin(Object, TransactionDefinition) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Begin a new transaction with semantics according to the given transaction definition.
doBind(MutablePropertyValues) - Method in class org.springframework.validation.DataBinder
Actual implementation of the binding process, working with the passed-in MutablePropertyValues instance.
doBind(WebDataBinder, NativeWebRequest, boolean, Object[], boolean) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
doBind(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
doBind(MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
This implementation performs a field default and marker check before delegating to the superclass binding process.
doBind(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodInvoker
 
doBind(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodInvoker
Deprecated.
 
doCatch(Throwable) - Method in class org.springframework.web.servlet.tags.NestedPathTag
 
doCatch(Throwable) - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Cleanup resources after transaction completion.
doClearAttributes(Map<String, Object>) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
doClose() - Method in class org.springframework.context.support.AbstractApplicationContext
Actually performs context closing: publishes a ContextClosedEvent and destroys the singletons in the bean factory of this application context.
doCloseConnection(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Close the Connection, unless a SmartDataSource doesn't want us to.
doCommit(DefaultTransactionStatus) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Perform an actual commit of the given transaction.
doConvert(Object, Class<T>, MethodParameter, Field) - Method in class org.springframework.beans.TypeConverterSupport
 
doConvertFromMessage(Message) - Method in class org.springframework.jms.core.JmsTemplate
Extract the content from the given JMS message.
doConvertTextValue(Object, String, PropertyEditor) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the given text value using the given property editor.
doConvertValue(Object, Object, Class<?>, PropertyEditor) - Method in class org.springframework.beans.TypeConverterDelegate
Convert the value to the required type (if necessary from a String), using the given property editor.
doCopyRecursively(File, File) - Static method in class org.springframework.util.FileSystemUtils
Actually copy the contents of the src file/directory to the dest file/directory.
doCreateBean(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Actually create the specified bean.
doCreateConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Create a CCI Connection via this template's ConnectionFactory.
doCreateConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Create a JMS Connection via this template's ConnectionFactory.
doCreateConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
doCreateConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
This implementation delegates to the createConnection(username, password) method of the target ConnectionFactory, passing in the specified user credentials.
doCreateProducer(Session, Destination) - Method in class org.springframework.jms.core.JmsTemplate
Create a raw JMS MessageProducer for the given Session and Destination.
doCreateProducer(Session, Destination) - Method in class org.springframework.jms.core.JmsTemplate102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
doCreateQueueConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
This implementation delegates to the createQueueConnection(username, password) method of the target QueueConnectionFactory, passing in the specified user credentials.
doCreateTopicConnection(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
This implementation delegates to the createTopicConnection(username, password) method of the target TopicConnectionFactory, passing in the specified user credentials.
DOCTYPE - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
The token in a XML document that declares the DTD to use for validation and thus that DTD validation is being used.
docTypeInternalSubset - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
docTypePublicId - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
docTypeRootElementName - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
doctypes - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
docTypeSystemId - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
document - Variable in class org.springframework.util.xml.DomContentHandler
 
documentBuilderFactory - Variable in class org.springframework.oxm.support.AbstractMarshaller
 
documentBuilderFactoryMonitor - Variable in class org.springframework.oxm.support.AbstractMarshaller
 
DocumentDefaultsDefinition - Class in org.springframework.beans.factory.xml
Simple JavaBean that holds the defaults specified at the &lt;beans&gt; level in a standard Spring XML bean definition document: default-lazy-init, default-autowire, etc.
DocumentDefaultsDefinition() - Constructor for class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
DocumentLoader - Interface in org.springframework.beans.factory.xml
Strategy interface for loading an XML Document.
documentLoader - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
documentReaderClass - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
doDispatch(PortletRequestDispatcher, PortletRequest, MimeResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Perform a dispatch on the given PortletRequestDispatcher.
doDispatch(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Delegate render requests to processRequest/doRenderService.
doDispatch(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
Process the actual dispatching to the handler.
doEndTag() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
 
doEndTag() - Method in class org.springframework.web.servlet.tags.BindTag
 
doEndTag() - Method in class org.springframework.web.servlet.tags.EvalTag
 
doEndTag() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
If rendering, flush any buffered BodyContent or, if no BodyContent is supplied, render the default content.
doEndTag() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
Closes the 'button' block tag.
doEndTag() - Method in class org.springframework.web.servlet.tags.form.FormTag
Closes the 'form' block tag and removes the form object name from the javax.servlet.jsp.PageContext.
doEndTag() - Method in class org.springframework.web.servlet.tags.form.LabelTag
Close the 'label' tag.
doEndTag() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Closes any block tag that might have been opened when using nested options.
doEndTag() - Method in class org.springframework.web.servlet.tags.NestedPathTag
Reset any previous nestedPath value.
doEndTag() - Method in class org.springframework.web.servlet.tags.ParamTag
 
doEndTag() - Method in class org.springframework.web.servlet.tags.UrlTag
 
doesNotContain(String, String, String) - Static method in class org.springframework.util.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String) - Static method in class org.springframework.util.Assert
Assert that the given text does not contain the given substring.
doesNotExist(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path and assert it doesn't point to any content.
doesNotExist(String) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content does not exist.
doesNotExist() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path and assert the resulting content exists.
doesNotExist() - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Assert that content does not exist at the given XPath.
doesNotExist(String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie does not exist.
doesNotExist() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path and assert not content was found.
doesNotExist() - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert that content doesn't exist.
doesNotHoldNonDefaultSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
doEvaluate(String, Class, FunctionMapper) - Method in class org.springframework.mock.web.MockExpressionEvaluator
 
doEvaluate(String, String, Class, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
Actually evaluate the given expression (be it EL or a literal String value) to an Object of a given type.
doEventService(EventRequest, EventResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Processes the actual dispatching to the handler for event requests.
doEventService(EventRequest, EventResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Subclasses must implement this method to do the work of event request handling.
doExecute(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Template method for the actual execution of a task.
doExecute(InteractionSpec, Record, Record, RecordExtractor<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
Execute the specified interaction on an EIS with CCI.
doExecute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Method that provides execution of the call using the passed in SqlParameterSource
doExecute(Object[]) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Method that provides execution of the call using the passed in array of parameters
doExecute(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Method that provides execution of the call using the passed in Map of parameters
doExecute(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed in Map of parameters
doExecute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed in SqlParameterSource
doExecute(HibernateCallback<T>, boolean, boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Execute the action specified by the given action object within a Session.
doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.RestTemplate
Execute the given method on the provided URI.
doExecuteAndReturnKey(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed in Map of parameters and returning a generated key
doExecuteAndReturnKey(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed in SqlParameterSource and returning a generated key
doExecuteAndReturnKeyHolder(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed in Map of parameters and returning all generated keys
doExecuteAndReturnKeyHolder(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed in SqlParameterSource and returning all generated keys
doExecuteBatch(Map<String, Object>[]) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of a batch insert using the passed in Maps of parameters.
doExecuteBatch(SqlParameterSource[]) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of a batch insert using the passed in array of SqlParameterSource
doExecuteListener(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Execute the specified listener, committing or rolling back the transaction afterwards (if necessary).
doExecuteRequest(Session, Queue, Message) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Actually execute the given request, sending the invoker request message to the specified target queue and waiting for a corresponding response.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Execute a request to send the given serialized remote invocation.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Execute the given request through Commons HttpClient.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Execute the given request through the HttpClient.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Execute the given request through a standard J2SE HttpURLConnection.
doFail() - Method in class org.springframework.test.AssertThrows
Deprecated.
Template method called when the test fails; i.e.
doFillReport(JasperReport, Map<String, Object>, DataSource) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Fill the given report using the given JDBC DataSource and model.
doFilter(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockFilterChain
Invoke registered Filters and/or Servlet also saving the request and response.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.mock.web.MockFilterChain.ServletFilterProxy
 
doFilter(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.PassThroughFilterChain
Pass the call on to the Filter/Servlet.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.CompositeFilter
Forms a temporary chain from the list of delegate filters supplied (CompositeFilter.setFilters(List)) and executes them in order.
doFilter(ServletRequest, ServletResponse) - Method in class org.springframework.web.filter.CompositeFilter.VirtualFilterChain
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.DelegatingFilterProxy
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.OncePerRequestFilter
This doFilter implementation stores a request attribute for "already filtered", proceeding without filtering again if the attribute is already there.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Forwards the request to the next filter in the chain and delegates down to the subclasses to perform the actual request logging both before and after the request is processed.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.CharacterEncodingFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.HiddenHttpMethodFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.OncePerRequestFilter
Same contract as for doFilter, but guaranteed to be just invoked once per request within a single request thread.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.RequestContextFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.web.multipart.support.MultipartFilter
Check for a multipart request via this filter's MultipartResolver, and wrap the original request with a MultipartHttpServletRequest if appropriate.
doFinally() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
 
doFinally() - Method in class org.springframework.web.servlet.tags.BindTag
 
doFinally() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Disposes of the BindStatus instance.
doFinally() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Clean up any attributes and stored resources.
doFinally() - Method in class org.springframework.web.servlet.tags.form.FormTag
Clears the stored TagWriter.
doFinally() - Method in class org.springframework.web.servlet.tags.form.LabelTag
Disposes of the TagWriter instance.
doFinally() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Clears the TagWriter that might have been left over when using nested options.
doFinally() - Method in class org.springframework.web.servlet.tags.NestedPathTag
 
doFinally() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
 
doFindMatchingFileSystemResources(File, String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindMatchingMethod(Object[]) - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
Actually find a method with matching parameter type, i.e.
doFindPathMatchingFileResources(Resource, String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindPathMatchingFileResources(Resource, String) - Method in class org.springframework.web.context.support.ServletContextResourcePatternResolver
Overridden version which checks for ServletContextResource and uses ServletContext.getResourcePaths to find matching resources below the web application root directory.
doFindPathMatchingFileResources(Resource, String) - Method in class org.springframework.web.portlet.context.PortletContextResourcePatternResolver
Overridden version which checks for PortletContextResource and uses PortletContext.getResourcePaths to find matching resources below the web application root directory.
doFindPathMatchingJarResources(Resource, String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.
doGet(String, Class<T>) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.context.support.LiveBeansViewServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Delegate GET requests to processRequest/doService.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ResourceServlet
Determine the URL of the target resource and include it.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ViewRendererServlet
 
doGetActiveProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
Return the set of active profiles as explicitly set through AbstractEnvironment.setActiveProfiles(java.lang.String...) or if the current set of active profiles is empty, check for the presence of the "spring.profiles.active" property and assign its value to the set of active profiles.
doGetBean(String, Class<T>, Object[], boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return an instance, which may be shared or independent, of the specified bean.
doGetBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
doGetBundle(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Obtain the resource bundle for the given basename and Locale.
doGetConnection(ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Actually obtain a CCI Connection from the given ConnectionFactory.
doGetConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
This implementation delegates to the getConnection(ConnectionSpec) method of the target ConnectionFactory, passing in the specified user credentials.
doGetConnection(DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Actually obtain a JDBC Connection from the given DataSource.
doGetConnection(String, String) - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Applies the current isolation level value and read-only flag to the returned Connection.
doGetConnection(String, String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
This implementation delegates to the getConnection(username, password) method of the target DataSource, passing in the specified user credentials.
doGetConnection(String, String) - Method in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Builds a WebSphere JDBCConnectionSpec object for the current settings and calls WSDataSource.getConnection(JDBCConnectionSpec).
doGetDefaultProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
Return the set of default profiles explicitly set via AbstractEnvironment.setDefaultProfiles(String...) or if the current set of default profiles consists only of reserved default profiles, then check for the presence of the "spring.profiles.default" property and assign its value (if any) to the set of default profiles.
doGetJtaTransaction(UserTransaction) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Get a JTA transaction object for the given current UserTransaction.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
Retrieve the Connection via C3P0's rawConnectionOperation API, using the getRawConnection as callback to get access to the raw Connection (which is otherwise not directly supported by C3P0).
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
Retrieve the Connection via JBoss' getUnderlyingConnection method.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in Connection.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
Retrieve the Connection via WebLogic's getVendorConnection method.
doGetNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
Retrieve the Connection via WebSphere's getNativeConnection method.
doGetObjectFromFactoryBean(FactoryBean<?>, String, boolean) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Obtain an object to expose from the given FactoryBean.
doGetPath(Object) - Static method in class org.springframework.core.io.VfsUtils
 
doGetPersistenceManager(PersistenceManagerFactory, boolean) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Obtain a JDO PersistenceManager via the given factory.
doGetResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Actually check the value of the resource that is bound for the given key.
doGetSession(SessionFactory, boolean) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
doGetSession(SessionFactory, Interceptor, SQLExceptionTranslator, boolean) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
doGetSingleton(String, Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
doGetTransaction() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doGetTransaction() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doGetTransaction() - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doGetTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
This implementation returns a JtaTransactionObject instance for the JTA UserTransaction.
doGetTransaction() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return a transaction object for the current transaction state.
doGetTransactionalEntityManager(EntityManagerFactory, Map) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Obtain a JPA EntityManager from the given factory.
doGetTransactionalSession(ConnectionFactory, ConnectionFactoryUtils.ResourceFactory) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Obtain a JMS Session that is synchronized with the current transaction, if any.
doGetTransactionalSession(ConnectionFactory, ConnectionFactoryUtils.ResourceFactory, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Obtain a JMS Session that is synchronized with the current transaction, if any.
doGetType(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
doGetVisitorAttribute() - Static method in class org.springframework.core.io.VfsUtils
 
doHandle(PortletRequest, PortletResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
doInCallableStatement(CallableStatement) - Method in interface org.springframework.jdbc.core.CallableStatementCallback
Gets called by JdbcTemplate.execute with an active JDBC CallableStatement.
doInclude(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.ResourceServlet
Include the specified resource via the RequestDispatcher.
doInConnection(Connection, ConnectionFactory) - Method in interface org.springframework.jca.cci.core.ConnectionCallback
Gets called by CciTemplate.execute with an active CCI Connection.
doInConnection(Connection) - Method in interface org.springframework.jdbc.core.ConnectionCallback
Gets called by JdbcTemplate.execute with an active JDBC Connection.
doInContext(Context) - Method in interface org.springframework.jndi.JndiCallback
Do something with the given JNDI context.
doInHibernate(Session) - Method in interface org.springframework.orm.hibernate3.HibernateCallback
Gets called by HibernateTemplate.execute with an active Hibernate Session.
doInInteraction(Interaction, ConnectionFactory) - Method in interface org.springframework.jca.cci.core.InteractionCallback
Gets called by CciTemplate.execute with an active CCI Interaction.
doInitBody() - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
 
doInitBody() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
doInitialize() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Register any invokers within this container.
doInitialize() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Creates the specified number of concurrent consumers, in the form of a JMS Session plus associated MessageConsumer running in a separate thread.
doInitialize() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Creates the specified number of concurrent consumers, in the form of a JMS Session plus associated MessageConsumer.
doInJdo(PersistenceManager) - Method in interface org.springframework.orm.jdo.JdoCallback
Deprecated.
Gets called by JdoTemplate.execute with an active JDO PersistenceManager.
doInJms(Session, QueueBrowser) - Method in interface org.springframework.jms.core.BrowserCallback
Perform operations on the given javax.jms.Session and javax.jms.QueueBrowser.
doInJms(Session, MessageProducer) - Method in interface org.springframework.jms.core.ProducerCallback
Perform operations on the given Session and MessageProducer.
doInJms(Session) - Method in interface org.springframework.jms.core.SessionCallback
Execute any number of operations against the supplied JMS Session, possibly returning a result.
doInJpa(EntityManager) - Method in interface org.springframework.orm.jpa.JpaCallback
Deprecated.
Gets called by JpaTemplate.execute with an active JPA EntityManager.
doInPreparedStatement(PreparedStatement) - Method in interface org.springframework.jdbc.core.PreparedStatementCallback
Gets called by JdbcTemplate.execute with an active JDBC PreparedStatement.
doInPreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
 
doInSqlMapClient(SqlMapExecutor) - Method in interface org.springframework.orm.ibatis.SqlMapClientCallback
Deprecated.
Gets called by SqlMapClientTemplate.execute with an active SqlMapExecutor.
doInStatement(Statement) - Method in interface org.springframework.jdbc.core.StatementCallback
Gets called by JdbcTemplate.execute with an active JDBC Statement.
doInTransaction(TransactionStatus) - Method in interface org.springframework.transaction.support.TransactionCallback
doInTransaction(TransactionStatus) - Method in class org.springframework.transaction.support.TransactionCallbackWithoutResult
 
doInTransactionWithoutResult(TransactionStatus) - Method in class org.springframework.transaction.support.TransactionCallbackWithoutResult
Gets called by TransactionTemplate.execute within a transactional context.
doInvoke() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
Perform the invocation and convert InvocationTargetException into the underlying target exception.
doInvoke(MethodInvocation) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Perform the given invocation on the current EJB home.
doInvoke(MethodInvocation) - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
This implementation "creates" a new EJB instance for each invocation.
doInvoke(MethodInvocation) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Route the invocation to the configured managed resource.
doInvoke(HessianSkeleton, InputStream, OutputStream) - Method in class org.springframework.remoting.caucho.HessianExporter
Actually invoke the skeleton with the given streams.
doInvoke(MethodInvocation) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Perform a JAX-RPC service invocation based on the given method invocation.
doInvoke(MethodInvocation, Remote) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
Perform a JAX-RPC service invocation on the given port stub.
doInvoke(MethodInvocation) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Perform a JAX-WS service invocation based on the given method invocation.
doInvoke(MethodInvocation, Object) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Perform a JAX-WS service invocation on the given port stub.
doInvoke(MethodInvocation, Object) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Perform the given invocation on the given RMI stub.
doInvoke(MethodInvocation, RmiInvocationHandler) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Apply the given AOP method invocation to the given RmiInvocationHandler.
doInvoke(MethodInvocation, Remote) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Perform the given invocation on the given RMI stub.
doInvoke(MethodInvocation, RmiInvocationHandler) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Apply the given AOP method invocation to the given RmiInvocationHandler.
doInvoke(MethodInvocation, Remote) - Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
doInvokeListener(SessionAwareMessageListener, Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Invoke the specified listener as Spring SessionAwareMessageListener, exposing a new JMS Session (potentially with its own transaction) to the listener if demanded.
doInvokeListener(MessageListener, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Invoke the specified listener as standard JMS MessageListener.
doInvokeMethod(Method, Object, Object[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
doInvokeMethod(Method, Object, Object[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
 
doJoinTransaction(boolean) - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
Join an existing transaction, if not already joined.
doJtaBegin(JtaTransactionObject, TransactionDefinition) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA begin on the JTA UserTransaction or TransactionManager.
doJtaBegin(JtaTransactionObject, TransactionDefinition) - Method in class org.springframework.transaction.jta.OC4JJtaTransactionManager
Deprecated.
 
doJtaBegin(JtaTransactionObject, TransactionDefinition) - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
doJtaResume(JtaTransactionObject, Object) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA resume on the JTA TransactionManager.
doJtaResume(JtaTransactionObject, Object) - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
doJtaSuspend(JtaTransactionObject) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA suspend on the JTA TransactionManager.
doLoad(Properties, Reader) - Method in class org.springframework.util.DefaultPropertiesPersister
 
doLoadBeanDefinitions(InputSource, Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Actually load bean definitions from the specified XML file.
doLoadClass(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
domain(String, <any>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's domain with a Hamcrest Matcher.
DOMAIN_NAME - Static variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
doMatch(String, String, boolean, Map<String, String>) - Method in class org.springframework.util.AntPathMatcher
Actually match the given path against the given pattern.
DomContentHandler - Class in org.springframework.util.xml
SAX ContentHandler that transforms callback calls to DOM Nodes.
DomContentHandler(Node) - Constructor for class org.springframework.util.xml.DomContentHandler
Creates a new instance of the DomContentHandler with the given node.
DomUtils - Class in org.springframework.util.xml
Convenience methods for working with the DOM API, in particular for working with DOM Nodes and DOM Elements.
DomUtils() - Constructor for class org.springframework.util.xml.DomUtils
 
doNext(Calendar, int) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
dontIgnore(Kind) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Parse the supplied Element and populate the supplied BeanDefinitionBuilder as required.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Parse the supplied Element and populate the supplied BeanDefinitionBuilder as required.
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Parse the supplied Element and populate the supplied BeanDefinitionBuilder as required.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.ListBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.MapBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertiesBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertyPathBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.SetBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.cache.config.CacheAdviceParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.context.config.AbstractPropertyLoadingBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.context.config.PropertyOverrideBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.context.config.PropertyPlaceholderBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.oxm.config.Jaxb2MarshallerBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.oxm.config.XmlBeansMarshallerBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.BooleanParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.DoubleParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.FloatParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.IntParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.LongParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.ParameterParser
 
doParse(String) - Method in class org.springframework.web.bind.ServletRequestUtils.StringParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.BooleanParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.DoubleParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.FloatParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.IntParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.LongParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.ParameterParser
 
doParse(String) - Method in class org.springframework.web.portlet.bind.PortletRequestUtils.StringParser
 
doParseExpression(String, ParserContext) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
Actually parse the expression string and return an Expression object.
doParseExpression(String, ParserContext) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
doParseExpression(String, ParserContext) - Method in class org.springframework.expression.spel.standard.SpelExpressionParser
 
doPerform(ComponentContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Perform the preparation for the component, allowing for any Exception to be thrown.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.ViewRendererServlet
 
doProceed(MethodInvocation) - Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
Proceed with the supplied org.aopalliance.intercept.MethodInterceptor.
doProceed(MethodInvocation) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
Proceed with the supplied org.aopalliance.intercept.MethodInterceptor.
doProcessConfigurationClass(ConfigurationClass, AnnotationMetadata) - Method in class org.springframework.context.annotation.ConfigurationClassParser
 
doProcessProperties(ConfigurableListableBeanFactory, StringValueResolver) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
doReadRemoteInvocation(ObjectInputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Perform the actual reading of an invocation result object from the given ObjectInputStream.
doReadRemoteInvocationResult(ObjectInputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Perform the actual reading of an invocation object from the given ObjectInputStream.
doReceive(Session, Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
Receive a JMS message.
doReceive(Session, MessageConsumer) - Method in class org.springframework.jms.core.JmsTemplate
Actually receive a JMS message.
doReceive(MessageConsumer, long) - Method in class org.springframework.jms.core.JmsTemplate
Actually receive a message from the given consumer.
doReceiveAndExecute(Object, Session, MessageConsumer, TransactionStatus) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Actually execute the listener for a message received from the given consumer, fetching all requires resources and invoking the listener.
doRegister(Object, ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Actually register the MBean with the server.
doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject, List<TransactionSynchronization>) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Register a JTA synchronization on the JTA TransactionManager, for calling afterCompletion on the given Spring TransactionSynchronizations.
doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject, List<TransactionSynchronization>) - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
Registers the synchronizations as interposed JTA Synchronization on the UOWManager.
doRegisterBeanDefinitions(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Register each bean definition within the given root <beans/> element.
doRegisterEditor(PropertyEditorRegistry, Class<?>, PropertyEditor) - Method in class org.springframework.beans.support.ResourceEditorRegistrar
Override default editor, if possible (since that's what we really mean to do here); otherwise register as a custom editor.
doReleaseBean(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Actually release the BeanFactoryReference for the given target bean.
doReleaseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Actually close the given Connection, obtained from the given ConnectionFactory.
doReleaseConnection(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Actually close the given Connection, obtained from the given DataSource.
doReleasePersistenceManager(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Actually release a PersistenceManager for the given factory.
doRender(View, Map, PortletRequest, MimeResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Actually render the given view.
doRender(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Render the FreeMarker view to the given response, using the given model map which contains the complete template model to use.
doRender(Context, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Overrides the normal rendering process in order to pre-process the Context, merging it with the screen template into a single value (identified by the value of screenContentKey).
doRender(Context, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Render the Velocity view to the given response, using the given Velocity context which contains the complete template model to use.
doRenderFromCollection(Collection, TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionWriter
Renders the inner 'option' tags using the supplied Collection of objects as the source.
doRenderService(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Processes the actual dispatching to the handler for render requests.
doRenderService(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Subclasses must implement this method to do the work of render request handling.
doRescheduleTask(Object) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Reschedule the given task object immediately.
doRescheduleTask(Object) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Re-executes the given task via this listener container's TaskExecutor.
doResolveBeanClass(RootBeanDefinition, Class<?>...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
doResolveDependency(DependencyDescriptor, Class<?>, String, Set<String>, TypeConverter) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
doResolveException(PortletRequest, MimeResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveException(PortletRequest, MimeResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveException(PortletRequest, MimeResponse, Object, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
 
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
 
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
 
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 
doResolveHandlerMethodException(HttpServletRequest, HttpServletResponse, HandlerMethod, Exception) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveHandlerMethodException(HttpServletRequest, HttpServletResponse, HandlerMethod, Exception) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Find an @ExceptionHandler method and invoke it to handle the raised exception.
doResolvePlaceholders(String, PropertyPlaceholderHelper) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
doResolveTypeArguments(Class<?>, Class<?>, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
 
doResolveTypeArguments(Class<?>, Type, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
 
doResourceService(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Processes the actual dispatching to the handler for resource requests.
doResourceService(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Subclasses must implement this method to do the work of resource request handling.
doResume(Object, Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Resume the resources of the current transaction.
doResumeSynchronization(List<TransactionSynchronization>) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Reactivate transaction synchronization for the current thread and resume all given synchronizations.
doRetrieveMatchingFiles(String, File, Set<File>) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Recursively retrieve files that match the given pattern, adding them to the given result list.
doRetrieveMatchingJarEntries(String, String, Set<Resource>) - Method in class org.springframework.web.context.support.ServletContextResourcePatternResolver
Extract entries from the given jar by pattern.
doRetrieveMatchingPortletContextResources(PortletContext, String, String, Set<Resource>) - Method in class org.springframework.web.portlet.context.PortletContextResourcePatternResolver
Recursively retrieve PortletContextResources that match the given pattern, adding them to the given result set.
doRetrieveMatchingServletContextResources(ServletContext, String, String, Set<Resource>) - Method in class org.springframework.web.context.support.ServletContextResourcePatternResolver
Recursively retrieve ServletContextResources that match the given pattern, adding them to the given result set.
doRollback(DefaultTransactionStatus) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Perform an actual rollback of the given transaction.
doRollbackOnCommitException(DefaultTransactionStatus, Throwable) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Invoke doRollback, handling rollback exceptions properly.
doScan(String...) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Perform a scan within the specified base packages, returning the registered bean definitions.
doSend(Session, Destination, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
Send the given JMS message.
doSend(MessageProducer, Message) - Method in class org.springframework.jms.core.JmsTemplate
Actually send the given JMS message.
doSend(MessageProducer, Message) - Method in class org.springframework.jms.core.JmsTemplate102
Deprecated.
This implementation overrides the superclass method to use JMS 1.0.2 API.
doSend(MimeMessage[], Object[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Actually send the given array of MimeMessages via JavaMail.
doService(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
Exposes the DispatcherServlet-specific request attributes and delegates to DispatcherServlet.doDispatch(HttpServletRequest, HttpServletResponse) for the actual dispatching.
doService(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
Subclasses must implement this method to do the work of request handling, receiving a centralized callback for GET, POST, PUT and DELETE.
doSetNestedPath(String) - Method in class org.springframework.validation.AbstractErrors
Actually set the nested path.
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set the given transaction rollback-only.
doSetValue(PreparedStatement, int, Object) - Method in class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
Set the value for prepared statements specified parameter index using the passed in value.
doSetValue(PreparedStatement, int, int, Object) - Method in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
Set the value for the prepared statement's specified parameter position using the passed in value and type.
doShutdown() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Close the registered invokers.
doShutdown() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Destroy the registered JMS Sessions and associated MessageConsumers.
doShutdown() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Destroy the registered JMS Sessions and associated MessageConsumers.
doSort(List<E>, SortDefinition) - Method in class org.springframework.beans.support.PagedListHolder
Actually perform sorting of the given source list, according to the given sort definition.
doStart(Map<String, ? extends Lifecycle>, String, boolean) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Start the specified bean as part of the given set of Lifecycle beans, making sure that any beans that it depends on are started first.
doStart() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Start the shared Connection, if any, and notify all invoker tasks.
doStart() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Re-initializes this container's JMS message consumers, if not initialized already.
doStartTag() - Method in class org.springframework.web.servlet.tags.NestedPathTag
 
doStartTag() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
Create and expose the current RequestContext.
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
 
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.BindTag
 
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
 
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.EvalTag
 
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Provide a simple template method that calls AbstractFormTag.createTagWriter() and passes the created TagWriter to the AbstractFormTag.writeTagContent(TagWriter) method.
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
 
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.MessageTag
Resolves the message, escapes it if demanded, and writes it to the page (or exposes it as variable).
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
Called by doStartTag to perform the actual work.
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.TransformTag
 
doStartTagInternal() - Method in class org.springframework.web.servlet.tags.UrlTag
 
doStop(Map<String, ? extends Lifecycle>, String, CountDownLatch, Set<String>) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Stop the specified bean as part of the given set of Lifecycle beans, making sure that any beans that depends on it are stopped first.
doStop() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Notify all invoker tasks and stop the shared Connection, if any.
doStore(Properties, Writer, String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
doSubmitAction(Object) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
Template method for submit actions.
doSubmitAction(Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
Template method for submit actions.
doSuspend(Object) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doSuspend(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doSuspend(Object) - Method in class org.springframework.jms.connection.JmsTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doSuspend(Object) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 
doSuspend(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Suspend the resources of the current transaction.
doSuspendSynchronization() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Suspend all current synchronizations and deactivate transaction synchronization for the current thread.
doTask(Object, ConcurrentReferenceHashMap<K, V>.Task<T>) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
doTask(int, Object, ConcurrentReferenceHashMap<K, V>.Task<T>) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
Apply an update operation to this segment.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
doTransform(Map<String, Object>, Source, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Perform the actual transformation, writing to the HTTP response.
doTransform(Source, Map<String, Object>, Result, String) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
Perform the actual transformation, writing to the given result.
doTranslate(String, String, SQLException) - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Template method for actually translating the given exception.
doTranslate(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
doTranslate(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLExceptionSubclassTranslator
 
doTranslate(String, String, SQLException) - Method in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
DOUBLE_PARSER - Static variable in class org.springframework.web.bind.ServletRequestUtils
 
DOUBLE_PARSER - Static variable in class org.springframework.web.portlet.bind.PortletRequestUtils
 
doUnbindResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Actually remove the value of the resource that is bound for the given key.
doUnregister(ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Actually unregister the specified MBean from the server.
doValidate(Object) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
Perform validation of the given bean.
doValidateClass(Class<?>) - Method in class org.springframework.aop.framework.CglibAopProxy
Checks for final methods on the Class and writes warnings to the log for each one found.
doVisitEnd(Class<?>) - Method in class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
doVisitEnd(Class<?>) - Method in class org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor
 
doWith(Field) - Method in interface org.springframework.util.ReflectionUtils.FieldCallback
Perform an operation using the given field.
doWith(Method) - Method in interface org.springframework.util.ReflectionUtils.MethodCallback
Perform an operation using the given method.
doWithFields(Class<?>, ReflectionUtils.FieldCallback) - Static method in class org.springframework.util.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithFields(Class<?>, ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter) - Static method in class org.springframework.util.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithMethods(Class<?>, ReflectionUtils.MethodCallback) - Static method in class org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses.
doWithMethods(Class<?>, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter) - Static method in class org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).
doWithRequest(ClientHttpRequest) - Method in interface org.springframework.web.client.RequestCallback
doWithRequest(ClientHttpRequest) - Method in class org.springframework.web.client.RestTemplate.AcceptHeaderRequestCallback
 
doWithRequest(ClientHttpRequest) - Method in class org.springframework.web.client.RestTemplate.HttpEntityRequestCallback
 
doWork(Work) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
 
doWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
 
doWork(Work) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
doWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
doWriteRemoteInvocation(RemoteInvocation, ObjectOutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Perform the actual writing of the given invocation object to the given ObjectOutputStream.
doWriteRemoteInvocationResult(RemoteInvocationResult, ObjectOutputStream) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Perform the actual writing of the given invocation result object to the given ObjectOutputStream.
driver - Variable in class org.springframework.jdbc.datasource.SimpleDriverDataSource
 
driverClass - Variable in class org.springframework.jdbc.datasource.embedded.H2EmbeddedDatabaseConfigurer
 
driverClass - Variable in class org.springframework.jdbc.datasource.embedded.HsqlEmbeddedDatabaseConfigurer
 
DriverManagerDataSource - Class in org.springframework.jdbc.datasource
Simple implementation of the standard JDBC DataSource interface, configuring the plain old JDBC DriverManager via bean properties, and returning a new Connection from every getConnection call.
DriverManagerDataSource() - Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
Constructor for bean-style configuration.
DriverManagerDataSource(String) - Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
Create a new DriverManagerDataSource with the given JDBC URL, not specifying a username or password for JDBC access.
DriverManagerDataSource(String, String, String) - Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
Create a new DriverManagerDataSource with the given standard DriverManager parameters.
DriverManagerDataSource(String, Properties) - Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
Create a new DriverManagerDataSource with the given JDBC URL, not specifying a username or password for JDBC access.
DriverManagerDataSource(String, String, String, String) - Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
Deprecated.
since Spring 2.5. DriverManagerDataSource is primarily intended for accessing pre-registered JDBC drivers. If you need to register a new driver, consider using SimpleDriverDataSource instead.
driversWithNoSupportForGetParameterType - Static variable in class org.springframework.jdbc.core.StatementCreatorUtils
 
dropDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema drop script, determined by the Configuration object used for creating the SessionFactory.
dropTables(String...) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for dropping all of the specified tables.
dropTables(String...) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for dropping all of the specified tables.
dropTables(JdbcTemplate, String...) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Drop the specified tables.
DTD_EXTENSION - Static variable in class org.springframework.beans.factory.xml.BeansDtdResolver
 
DTD_NAMES - Static variable in class org.springframework.beans.factory.xml.BeansDtdResolver
 
DTD_SUFFIX - Static variable in class org.springframework.beans.factory.xml.DelegatingEntityResolver
Suffix for DTD files
dtdHandler - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
dtdHandler - Variable in class org.springframework.util.xml.AbstractXMLReader
 
dtdResolver - Variable in class org.springframework.beans.factory.xml.DelegatingEntityResolver
 
dummyName - Variable in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
The name of the dummy column used for inserts
duplicateKeyCodes - Variable in class org.springframework.jdbc.support.SQLErrorCodes
 
DuplicateKeyException - Exception in org.springframework.dao
Exception thrown when an attempt to insert or update data results in violation of an primary key or unique constraint.
DuplicateKeyException(String) - Constructor for exception org.springframework.dao.DuplicateKeyException
Constructor for DuplicateKeyException.
DuplicateKeyException(String, Throwable) - Constructor for exception org.springframework.dao.DuplicateKeyException
Constructor for DuplicateKeyException.
durability - Variable in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
durableSubscriptionName - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
durableSubscriptionName - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
DURATION_SESSION_FIELD_NAME - Static variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
durationSessionConstants - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
dynamic - Variable in class org.springframework.beans.factory.config.TypedStringValue
 
dynamic - Variable in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
 
dynamicAttributes - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
DynamicDestinationResolver - Class in org.springframework.jms.support.destination
Simple DestinationResolver implementation resolving destination names as dynamic destinations.
DynamicDestinationResolver() - Constructor for class org.springframework.jms.support.destination.DynamicDestinationResolver
 
dynamicDestinationResolver - Variable in class org.springframework.jms.support.destination.JndiDestinationResolver
 
DynamicIntroductionAdvice - Interface in org.springframework.aop
Subinterface of AOP Alliance Advice that allows additional interfaces to be implemented by an Advice, and available via a proxy using that interceptor.
DynamicMethodMatcher - Class in org.springframework.aop.support
Convenient abstract superclass for dynamic method matchers, which do care about arguments at runtime.
DynamicMethodMatcher() - Constructor for class org.springframework.aop.support.DynamicMethodMatcher
 
DynamicMethodMatcherPointcut - Class in org.springframework.aop.support
Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts.
DynamicMethodMatcherPointcut() - Constructor for class org.springframework.aop.support.DynamicMethodMatcherPointcut
 

E

eager - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
eagerlyInitialized - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
earlyFlushBeforeCommit - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
earlyProxyReferences - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
earlySingletonInstance - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
 
earlySingletonObjects - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Cache of early singleton objects: bean name --> bean instance
eatConstructorArgs(List<SpelNodeImpl>) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatDottedNode() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatLogicalAndExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatLogicalOrExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatPossiblyQualifiedId() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
Eat an identifier, possibly qualified (meaning that it is dotted).
eatPowerIncDecExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatPrimaryExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatProductExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatRelationalExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatStartNode() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatSumExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatToken(TokenKind) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
eatUnaryExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
EclipseLinkJpaDialect - Class in org.springframework.orm.jpa.vendor
JpaDialect implementation for Eclipse Persistence Services (EclipseLink).
EclipseLinkJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 
EclipseLinkJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
JpaVendorAdapter implementation for Eclipse Persistence Services (EclipseLink).
EclipseLinkJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
eContext - Variable in class org.springframework.expression.spel.ast.Indexer.PropertyIndexingValueRef
 
eContext - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference.AccessorLValue
 
eContext - Variable in class org.springframework.expression.spel.ast.VariableReference.VariableRef
 
editor - Variable in class org.springframework.web.servlet.support.BindStatus
 
EditorAwareTag - Interface in org.springframework.web.servlet.tags
Interface to be implemented by JSP tags that expose a PropertyEditor for a property that they are currently bound to.
effectiveMajorVersion - Variable in class org.springframework.mock.web.MockServletContext
 
effectiveMinorVersion - Variable in class org.springframework.mock.web.MockServletContext
 
EhCacheCache - Class in org.springframework.cache.ehcache
Cache implementation on top of an Ehcache instance.
EhCacheCache(Ehcache) - Constructor for class org.springframework.cache.ehcache.EhCacheCache
Create an EhCacheCache instance.
EhCacheCacheManager - Class in org.springframework.cache.ehcache
CacheManager backed by an EhCache net.sf.ehcache.CacheManager.
EhCacheCacheManager() - Constructor for class org.springframework.cache.ehcache.EhCacheCacheManager
Create a new EhCacheCacheManager, setting the target EhCache CacheManager through the EhCacheCacheManager.setCacheManager(net.sf.ehcache.CacheManager) bean property.
EhCacheCacheManager(net.sf.ehcache.CacheManager) - Constructor for class org.springframework.cache.ehcache.EhCacheCacheManager
Create a new EhCacheCacheManager for the given backing EhCache.
EhCacheFactoryBean - Class in org.springframework.cache.ehcache
FactoryBean that creates a named EhCache net.sf.ehcache.Cache instance (or a decorator that implements the net.sf.ehcache.Ehcache interface), representing a cache region within an EhCache net.sf.ehcache.CacheManager.
EhCacheFactoryBean() - Constructor for class org.springframework.cache.ehcache.EhCacheFactoryBean
 
EhCacheManagerFactoryBean - Class in org.springframework.cache.ehcache
FactoryBean that exposes an EhCache net.sf.ehcache.CacheManager instance (independent or shared), configured from a specified config location.
EhCacheManagerFactoryBean() - Constructor for class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
EisOperation - Class in org.springframework.jca.cci.object
Base class for EIS operation objects that work with the CCI API.
EisOperation() - Constructor for class org.springframework.jca.cci.object.EisOperation
 
ejb3Present - Static variable in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
Ejb3TransactionAnnotationParser - Class in org.springframework.transaction.annotation
Strategy implementation for parsing EJB3's javax.ejb.TransactionAttribute annotation.
Ejb3TransactionAnnotationParser() - Constructor for class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
Ejb3TransactionAnnotationParser.Ejb3TransactionAttribute - Class in org.springframework.transaction.annotation
EJB3-specific TransactionAttribute, implementing EJB3's rollback rules which are based on annotated exceptions.
Ejb3TransactionAnnotationParser.Ejb3TransactionAttribute(TransactionAttributeType) - Constructor for class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser.Ejb3TransactionAttribute
 
EjbAccessException - Exception in org.springframework.ejb.access
Exception that gets thrown when an EJB stub cannot be accessed properly.
EjbAccessException(String) - Constructor for exception org.springframework.ejb.access.EjbAccessException
Constructor for EjbAccessException.
EjbAccessException(String, Throwable) - Constructor for exception org.springframework.ejb.access.EjbAccessException
Constructor for EjbAccessException.
ejbActivate() - Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
Deprecated.
This method always throws an exception, as it should not be invoked by the EJB container.
ejbCreate() - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
Deprecated.
Lifecycle method required by the EJB specification but not the MessageDrivenBean interface.
ejbCreate() - Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
Deprecated.
This implementation loads the BeanFactory.
ejbPassivate() - Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
Deprecated.
This method always throws an exception, as it should not be invoked by the EJB container.
ejbRefClass - Static variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
ejbRemove() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Deprecated.
EJB lifecycle method, implemented to invoke onEjbRemove() and unload the BeanFactory afterwards.
element - Variable in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
The HTML element used to enclose the 'input type="checkbox/radio"' tag.
element - Variable in class org.springframework.web.servlet.tags.form.ErrorsTag
 
ELEMENT_SCHEDULED - Static variable in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
elementClass - Variable in class org.springframework.util.AutoPopulatingList.ReflectiveElementFactory
 
elementFactory - Variable in class org.springframework.util.AutoPopulatingList
The AutoPopulatingList.ElementFactory to use to create new List elements on demand.
elements - Variable in class org.springframework.util.xml.DomContentHandler
 
elementType - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.WebServiceRefElement
 
elementTypeDescriptor - Variable in class org.springframework.core.convert.TypeDescriptor
 
elementTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
If this type is a Collection or an Array, creates a element TypeDescriptor from the provided collection or array element.
elementTypeName - Variable in class org.springframework.beans.factory.support.ManagedList
 
elementTypeName - Variable in class org.springframework.beans.factory.support.ManagedSet
 
eligibleBeans - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 
Elvis - Class in org.springframework.expression.spel.ast
Represents the elvis operator ?:.
Elvis(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Elvis
 
em - Variable in class org.springframework.orm.jpa.SharedEntityManagerCreator.DeferredQueryInvocationHandler
 
EmbeddedDatabase - Interface in org.springframework.jdbc.datasource.embedded
A handle to an EmbeddedDatabase instance.
EmbeddedDatabaseBeanDefinitionParser - Class in org.springframework.jdbc.config
BeanDefinitionParser that parses an embedded-database element and creates a BeanDefinition for EmbeddedDatabaseFactoryBean.
EmbeddedDatabaseBeanDefinitionParser() - Constructor for class org.springframework.jdbc.config.EmbeddedDatabaseBeanDefinitionParser
 
EmbeddedDatabaseBuilder - Class in org.springframework.jdbc.datasource.embedded
A builder that provides a convenient API for constructing an embedded database.
EmbeddedDatabaseBuilder() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Create a new embedded database builder.
EmbeddedDatabaseBuilder(ResourceLoader) - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Create a new embedded database builder with the given ResourceLoader.
EmbeddedDatabaseConfigurer - Interface in org.springframework.jdbc.datasource.embedded
Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQL or H2.
EmbeddedDatabaseConfigurerFactory - Class in org.springframework.jdbc.datasource.embedded
EmbeddedDatabaseConfigurerFactory() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurerFactory
 
EmbeddedDatabaseFactory - Class in org.springframework.jdbc.datasource.embedded
Creates a EmbeddedDatabase instance.
EmbeddedDatabaseFactory() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
EmbeddedDatabaseFactory.EmbeddedDataSourceProxy - Class in org.springframework.jdbc.datasource.embedded
 
EmbeddedDatabaseFactory.EmbeddedDataSourceProxy(DataSource) - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.EmbeddedDataSourceProxy
 
EmbeddedDatabaseFactoryBean - Class in org.springframework.jdbc.datasource.embedded
A subclass of EmbeddedDatabaseFactory that implements FactoryBean for registration as a Spring bean.
EmbeddedDatabaseFactoryBean() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
EmbeddedDatabaseType - Enum in org.springframework.jdbc.datasource.embedded
A supported embedded database type.
EmbeddedDatabaseType() - Constructor for enum org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
 
embeddedValueResolver - Variable in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
embeddedValueResolver - Variable in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
embeddedValueResolver - Variable in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
embeddedValueResolver - Variable in class org.springframework.format.support.FormattingConversionService
 
embeddedValueResolver - Variable in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
embeddedValueResolver - Variable in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
embeddedValueResolver - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
embeddedValueResolver - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
EmbeddedValueResolverAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of a StringValueResolver for the resolution of embedded definition values.
embeddedValueResolvers - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
String resolvers to apply e.g.
emFactory - Variable in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
emHolder - Variable in class org.springframework.orm.jpa.support.AsyncRequestInterceptor
 
EMPTY - Static variable in class org.springframework.core.style.DefaultValueStyler
 
EMPTY - Static variable in class org.springframework.http.HttpEntity
The empty HttpEntity, with no body or headers.
EMPTY - Static variable in class org.springframework.jmx.export.metadata.ManagedAttribute
 
EMPTY - Static variable in class org.springframework.web.servlet.tags.form.SelectTag
Marker object for items that have been specified but resolve to null.
EMPTY_ANNOTATION_ARRAY - Static variable in class org.springframework.core.convert.TypeDescriptor
 
EMPTY_ARRAY - Static variable in class org.springframework.util.ObjectUtils
 
EMPTY_CLASS_ARRAY - Static variable in class org.springframework.test.context.MergedContextConfiguration
 
EMPTY_INITIALIZER_CLASSES - Static variable in class org.springframework.test.context.MergedContextConfiguration
 
EMPTY_NAMES_ARRAY - Static variable in class org.springframework.core.env.EnumerablePropertySource
 
EMPTY_STRING - Static variable in class org.springframework.util.ObjectUtils
 
EMPTY_STRING_ARRAY - Static variable in class org.springframework.test.context.MergedContextConfiguration
 
EMPTY_STRING_ARRAY - Static variable in class org.springframework.test.context.support.AbstractContextLoader
 
EMPTY_TARGET_SOURCE - Static variable in class org.springframework.aop.framework.AdvisedSupport
Canonical TargetSource when there's no target, and behavior is supplied by the advisors.
EMPTY_URL_ENUMERATION - Static variable in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
emptyActivatedContextBuilder() - Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
If no SimpleNamingContextBuilder is already configuring JNDI, create and activate one.
EmptyAnnotationVisitor - Class in org.springframework.core.type.classreading
 
EmptyAnnotationVisitor() - Constructor for class org.springframework.core.type.classreading.EmptyAnnotationVisitor
 
emptyArrayAsNull - Variable in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
emptyAsNull - Variable in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
EmptyFieldVisitor - Class in org.springframework.core.type.classreading
 
EmptyFieldVisitor() - Constructor for class org.springframework.core.type.classreading.EmptyFieldVisitor
 
EmptyMethodVisitor - Class in org.springframework.core.type.classreading
 
EmptyMethodVisitor() - Constructor for class org.springframework.core.type.classreading.EmptyMethodVisitor
 
EmptyReaderEventListener - Class in org.springframework.beans.factory.parsing
Empty implementation of the ReaderEventListener interface, providing no-op implementations of all callback methods.
EmptyReaderEventListener() - Constructor for class org.springframework.beans.factory.parsing.EmptyReaderEventListener
 
EmptyResultDataAccessException - Exception in org.springframework.dao
Data access exception thrown when a result was expected to have at least one row (or element) but zero rows (or elements) were actually returned.
EmptyResultDataAccessException(int) - Constructor for exception org.springframework.dao.EmptyResultDataAccessException
Constructor for EmptyResultDataAccessException.
EmptyResultDataAccessException(String, int) - Constructor for exception org.springframework.dao.EmptyResultDataAccessException
Constructor for EmptyResultDataAccessException.
EmptyResultDataAccessException(String, int, Throwable) - Constructor for exception org.springframework.dao.EmptyResultDataAccessException
Constructor for EmptyResultDataAccessException.
EmptySqlParameterSource - Class in org.springframework.jdbc.core.namedparam
A simple empty implementation of the SqlParameterSource interface.
EmptySqlParameterSource() - Constructor for class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
EmptyTargetSource - Class in org.springframework.aop.target
Canonical TargetSource when there is no target (or just the target class known), and behavior is supplied by interfaces and advisors only.
EmptyTargetSource(Class, boolean) - Constructor for class org.springframework.aop.target.EmptyTargetSource
Create a new instance of the EmptyTargetSource class.
enable() - Method in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
Enable forwarding to the "default" Servlet.
enable(String) - Method in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
Enable forwarding to the "default" Servlet identified by the given name.
EnableAspectJAutoProxy - Annotation Type in org.springframework.context.annotation
Enables support for handling components marked with AspectJ's @Aspect annotation, similar to functionality found in Spring's <aop:aspectj-autoproxy> XML element.
enableAspectJWeaving(LoadTimeWeaver, ClassLoader) - Static method in class org.springframework.context.weaving.AspectJWeavingEnabler
 
enableAsync - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
EnableAsync - Annotation Type in org.springframework.scheduling.annotation
Enables Spring's asynchronous method execution capability, similar to functionality found in Spring's <task:*> XML namespace.
enableCaching - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
 
EnableCaching - Annotation Type in org.springframework.cache.annotation
Enables Spring's annotation-driven cache management capability, similar to the support found in Spring's <cache:*> XML namespace.
enabled - Variable in class org.springframework.jdbc.datasource.init.DataSourceInitializer
 
enableFilter(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return an enabled Hibernate Filter for the given filter name.
enableFilter(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
enableFilters(Session) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Enable the specified filters on the given Session.
enableIndenting(Transformer) - Static method in class org.springframework.util.xml.TransformerUtils
Enable indenting for the supplied Transformer.
enableIndenting(Transformer, int) - Static method in class org.springframework.util.xml.TransformerUtils
Enable indenting for the supplied Transformer.
EnableLoadTimeWeaving - Annotation Type in org.springframework.context.annotation
Activates a Spring LoadTimeWeaver for this application context, available as a bean with the name "loadTimeWeaver", similar to the <context:load-time-weaver> element in Spring XML.
EnableLoadTimeWeaving.AspectJWeaving - Enum in org.springframework.context.annotation
 
EnableLoadTimeWeaving.AspectJWeaving() - Constructor for enum org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
 
enableLTW - Variable in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
EnableMBeanExport - Annotation Type in org.springframework.context.annotation
Enables default exporting of all standard MBeans from the Spring context, as well as well all @ManagedResource annotated beans.
EnableScheduling - Annotation Type in org.springframework.scheduling.annotation
Enables Spring's scheduled task execution capability, similar to functionality found in Spring's <task:*> XML namespace.
EnableSpringConfigured - Annotation Type in org.springframework.context.annotation.aspectj
Signals the current application context to apply dependency injection to non-managed classes that are instantiated outside of the Spring bean factory (typically classes annotated with the @Configurable annotation).
EnableTransactionManagement - Annotation Type in org.springframework.transaction.annotation
Enables Spring's annotation-driven transaction management capability, similar to the support found in Spring's <tx:*> XML namespace.
enableTx - Variable in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
EnableWebMvc - Annotation Type in org.springframework.web.servlet.config.annotation
Add this annotation to an @Configuration class to have the Spring MVC configuration defined in WebMvcConfigurationSupport imported:
 @Configuration
 @EnableWebMvc
 @ComponentScan(basePackageClasses = { MyConfiguration.class })
 public class MyWebConfiguration {

 }
enclosingClassLoader - Variable in class org.springframework.instrument.classloading.ShadowingClassLoader
 
enclosingClassName - Variable in class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
 
encode - Variable in class org.springframework.beans.propertyeditors.URIEditor
 
encode(String) - Method in class org.springframework.web.util.HierarchicalUriComponents
Encodes all URI components using their specific encoding rules, and returns the result as a new UriComponents instance.
encode(String) - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
encode(String) - Method in interface org.springframework.web.util.HierarchicalUriComponents.PathComponent
 
encode(String) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
 
encode(String) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
encode(String) - Method in class org.springframework.web.util.OpaqueUriComponents
 
encode() - Method in class org.springframework.web.util.UriComponents
Encode all URI components using their specific encoding rules, and returns the result as a new UriComponents instance.
encode(String) - Method in class org.springframework.web.util.UriComponents
Encode all URI components using their specific encoding rules, and returns the result as a new UriComponents instance.
encodeAuthority(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI authority with the given encoding.
encodeBytes(byte[], HierarchicalUriComponents.Type) - Static method in class org.springframework.web.util.HierarchicalUriComponents
 
encoded - Variable in class org.springframework.web.util.HierarchicalUriComponents
 
EncodedResource - Class in org.springframework.core.io.support
Holder that combines a Resource with a specific encoding to be used for reading from the resource.
EncodedResource(Resource) - Constructor for class org.springframework.core.io.support.EncodedResource
Create a new EncodedResource for the given Resource, not specifying a specific encoding.
EncodedResource(Resource, String) - Constructor for class org.springframework.core.io.support.EncodedResource
Create a new EncodedResource for the given Resource, using the specified encoding.
EncodedResource(Resource, Charset) - Constructor for class org.springframework.core.io.support.EncodedResource
Create a new EncodedResource for the given Resource, using the specified encoding.
encodeFragment(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI fragment with the given encoding.
encodeHex(byte[]) - Static method in class org.springframework.util.DigestUtils
 
encodeHost(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI host with the given encoding.
encodeHttpUrl(String, String) - Static method in class org.springframework.web.util.UriUtils
Deprecated.
in favor of UriComponentsBuilder; see note about query param encoding
encodeParameter(String, String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
encodeParameter(String, String[]) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
encodePath(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI path with the given encoding.
encodePathSegment(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI path segment with the given encoding.
encodePort(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI port with the given encoding.
encodeQuery(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI query with the given encoding.
encodeQueryParam(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI query parameter with the given encoding.
encodeRedirectURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
The default implementation delegates to MockHttpServletResponse.encodeURL(java.lang.String), returning the given URL String as-is.
encodeRedirectUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
encodeScheme(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI scheme with the given encoding.
encodeUri(String) - Method in class org.springframework.web.util.UriTemplate
Deprecated.
No longer in use; to be removed in Spring 4.0.
encodeUri(String, String) - Static method in class org.springframework.web.util.UriUtils
Deprecated.
in favor of UriComponentsBuilder; see note about query param encoding
encodeUriComponent(String, String, HierarchicalUriComponents.Type) - Static method in class org.springframework.web.util.HierarchicalUriComponents
Encodes the given source into an encoded String using the rules specified by the given component and with the given options.
encodeUriComponents(String, String, String, String, String, String, String, String, String) - Static method in class org.springframework.web.util.UriUtils
Deprecated.
encodeURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
The default implementation returns the given URL String as-is.
encodeUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
encodeURL(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
encodeUserInfo(String, String) - Static method in class org.springframework.web.util.UriUtils
Encodes the given URI user info with the given encoding.
encoding - Variable in class org.springframework.core.io.support.EncodedResource
 
encoding - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
encoding - Variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
 
encoding - Variable in class org.springframework.mail.javamail.MimeMessageHelper
 
ENCODING - Static variable in class org.springframework.mock.web.portlet.MockBaseURL
 
encoding - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
encoding - Variable in class org.springframework.oxm.jibx.JibxMarshaller
 
encoding - Variable in class org.springframework.oxm.xstream.XStreamMarshaller
 
encoding - Variable in class org.springframework.scripting.support.ResourceScriptSource
 
encoding(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the character encoding in the ServletResponse.
encoding - Variable in class org.springframework.util.xml.StaxEventXMLReader
 
encoding - Variable in class org.springframework.util.xml.StaxStreamXMLReader
 
encoding - Variable in class org.springframework.web.filter.CharacterEncodingFilter
 
encoding - Variable in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
 
encoding - Variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
encoding - Variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
 
encoding - Variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
ENCODING_GZIP - Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
encodingPropertyName - Variable in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
encodingPropertyName - Variable in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
 
encodingScheme - Variable in class org.springframework.web.servlet.view.RedirectView
 
enctype - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
ENCTYPE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
END_COMMENT - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
The token that indicates the end of an XML comment.
endComment(String) - Method in class org.springframework.util.xml.XmlValidationModeDetector
 
endDocument() - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
endDocument() - Method in class org.springframework.util.xml.DomContentHandler
 
endDocumentInternal() - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
endDocumentInternal() - Method in class org.springframework.util.xml.StaxEventContentHandler
 
endDocumentInternal() - Method in class org.springframework.util.xml.StaxStreamContentHandler
 
endElement(String, String, String) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
endElement(String, String, String) - Method in class org.springframework.util.xml.DomContentHandler
 
endElementInternal(QName, SimpleNamespaceContext) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
 
endElementInternal(QName, SimpleNamespaceContext) - Method in class org.springframework.util.xml.StaxEventContentHandler
 
endElementInternal(QName, SimpleNamespaceContext) - Method in class org.springframework.util.xml.StaxStreamContentHandler
 
endElements - Variable in class org.springframework.util.xml.XMLEventStreamWriter
 
endIndex - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterUtils.ParameterHolder
 
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
This implementation always throws a NotSupportedException.
endpointAddress - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.
 
endpointAddress - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
This implementation does nothing.
endpointFactory - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
endpointProperties - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
endpos - Variable in class org.springframework.expression.spel.standard.Token
 
endPrefixMapping(String) - Method in class org.springframework.util.xml.AbstractStaxContentHandler
Removes the binding for the given prefix.
endPrefixMapping(String) - Method in class org.springframework.util.xml.AbstractStaxXMLReader
Ends the prefix mapping for the given prefix.
endPrefixMapping(String) - Method in class org.springframework.util.xml.DomContentHandler
 
endsWithContinuationMarker(String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
endsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
endsWithMatches - Variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
Patterns that require the request URL to have a specific suffix, e.g.
endTag() - Method in class org.springframework.web.servlet.tags.form.TagWriter
Close the current tag.
endTag(boolean) - Method in class org.springframework.web.servlet.tags.form.TagWriter
Close the current tag, allowing to enforce a full closing tag.
endTransaction() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.TransactionDelegate
 
endTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated.
Immediately force a commit or rollback of the transaction, according to the complete and rollback flags.
endTransaction(TestContext, TransactionalTestExecutionListener.TransactionContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Immediately force a commit or rollback of the transaction for the supplied test context, according to the commit and rollback flags.
endTransaction(boolean) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener.TransactionContext
 
enforceDestroyMethod - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
enforceInitMethod - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
enhance(Class<?>) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer
Loads the specified class and generates a CGLIB subclass of it equipped with container-aware callbacks capable of respecting scoping and other bean semantics.
enhanceConfigurationClasses(ConfigurableListableBeanFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
Post-processes a BeanFactory in search of Configuration class BeanDefinitions; any candidates are then enhanced by a ConfigurationClassEnhancer.
enhanceFactoryBean(Class<?>, String) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
Create a subclass proxy that intercepts calls to getObject(), delegating to the current BeanFactory instead of creating a new instance.
enlistInCurrentTransaction() - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
Enlist this application-managed EntityManager in the current transaction.
enlistResource(XAResource) - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
ensureConstructorResolversInitialized() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
ensureMethodResolversInitialized() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
ensurePropertyAccessorsInitialized() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
ensureUniqueRuntimeObjectNames - Variable in class org.springframework.jmx.export.MBeanExporter
Indicates whether Spring should modify generated ObjectNames
ensureVariableScopesInitialized() - Method in class org.springframework.expression.spel.ExpressionState
 
enterMessage - Variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The message for method entry.
enterScope(Map<String, Object>) - Method in class org.springframework.expression.spel.ExpressionState
 
enterScope(String, Object) - Method in class org.springframework.expression.spel.ExpressionState
 
ENTITY_CLASS_RESOURCE_PATTERN - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
ENTITY_MANAGER_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Order value for TransactionSynchronization objects that clean up JPA EntityManagers.
ENTITY_TYPE_FILTERS - Static variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
 
entityCacheStrategies - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
entityInterceptor - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
 
entityInterceptor - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
entityInterceptor - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
entityInterceptor - Variable in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
entityInterceptor - Variable in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
entityIsTransient(MergeEvent, Map) - Method in class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
Hibernate 3.1 implementation of ID transferral.
entityManager - Variable in class org.springframework.orm.jpa.EntityManagerHolder
 
entityManager - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
entityManager - Variable in class org.springframework.orm.jpa.JpaAccessor
Deprecated.
 
entityManager - Variable in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaConnectionHandle
 
entityManager - Variable in class org.springframework.orm.jpa.vendor.OpenJpaDialect.OpenJpaTransactionData
 
entityManagerFactory - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
entityManagerFactory - Variable in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
 
entityManagerFactory - Variable in class org.springframework.orm.jpa.JpaTransactionManager
 
entityManagerFactory - Variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
entityManagerFactory - Variable in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
 
EntityManagerFactoryAccessor - Class in org.springframework.orm.jpa
Base class for any class that needs to access an EntityManagerFactory, usually in order to obtain an EntityManager.
EntityManagerFactoryAccessor() - Constructor for class org.springframework.orm.jpa.EntityManagerFactoryAccessor
 
entityManagerFactoryBean - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.ManagedEntityManagerFactoryInvocationHandler
 
entityManagerFactoryBeanName - Variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
EntityManagerFactoryInfo - Interface in org.springframework.orm.jpa
Metadata interface for a Spring-managed JPA EntityManagerFactory.
entityManagerFactoryInterface - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
EntityManagerFactoryPlus - Interface in org.springframework.orm.jpa
Extension of the standard JPA EntityManagerFactory interface, linking in Spring's EntityManagerFactoryPlusOperations interface which defines additional operations (beyond JPA 1.0) in a vendor-independent fashion.
EntityManagerFactoryPlusOperations - Interface in org.springframework.orm.jpa
Interface that defines common operations beyond the standard JPA EntityManagerFactory interface, in a vendor-independent fashion.
EntityManagerFactoryUtils - Class in org.springframework.orm.jpa
Helper class featuring methods for JPA EntityManager handling, allowing for reuse of EntityManager instances within transactions.
EntityManagerFactoryUtils() - Constructor for class org.springframework.orm.jpa.EntityManagerFactoryUtils
 
EntityManagerFactoryUtils.EntityManagerSynchronization - Class in org.springframework.orm.jpa
Callback for resource cleanup at the end of a non-JPA transaction (e.g.
EntityManagerFactoryUtils.EntityManagerSynchronization(EntityManagerHolder, EntityManagerFactory, Object, boolean) - Constructor for class org.springframework.orm.jpa.EntityManagerFactoryUtils.EntityManagerSynchronization
 
EntityManagerHolder - Class in org.springframework.orm.jpa
Holder wrapping a JPA EntityManager.
EntityManagerHolder(EntityManager) - Constructor for class org.springframework.orm.jpa.EntityManagerHolder
 
entityManagerHolder - Variable in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
entityManagerHolder - Variable in class org.springframework.orm.jpa.JpaTransactionManager.SuspendedResourcesHolder
 
entityManagerInterface - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
entityManagerInterface - Variable in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
EntityManagerPlus - Interface in org.springframework.orm.jpa
Extension of the standard JPA EntityManager interface, linking in Spring's EntityManagerPlusOperations interface which defines additional operations (beyond JPA 1.0) in a vendor-independent fashion.
EntityManagerPlusOperations - Interface in org.springframework.orm.jpa
Interface that defines common operations beyond the standard JPA EntityManager interface, in a vendor-independent fashion.
EntityManagerProxy - Interface in org.springframework.orm.jpa
Subinterface of javax.persistence.EntityManager to be implemented by EntityManager proxies.
entityReferenceToCharacterMap - Variable in class org.springframework.web.util.HtmlCharacterEntityReferences
 
entityResolver - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
entityResolver - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
entityResolver - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
entityResolver - Variable in class org.springframework.util.xml.AbstractXMLReader
 
entityTypeFilters - Variable in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
entityTypeFilters - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
ENTRY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
entryCopy() - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
entrySet() - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
entrySet() - Method in class org.springframework.http.HttpHeaders
 
entrySet() - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
 
entrySet() - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
entrySet - Variable in class org.springframework.util.ConcurrentReferenceHashMap
Late binding entry set.
entrySet() - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
entrySet() - Method in class org.springframework.util.LinkedMultiValueMap
 
EnumerablePropertySource<T> - Class in org.springframework.core.env
A PropertySource implementation capable of interrogating its underlying source object to enumerate all possible property name/value pairs.
EnumerablePropertySource(String, T) - Constructor for class org.springframework.core.env.EnumerablePropertySource
 
enumeration - Variable in class org.springframework.util.CollectionUtils.EnumerationIterator
 
EnumToStringConverter - Class in org.springframework.core.convert.support
Calls Enum.name() to convert a source Enum to a String.
EnumToStringConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.EnumToStringConverter
 
enumType - Variable in class org.springframework.core.convert.support.StringToEnumConverterFactory.StringToEnum
 
environment - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
environment - Variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
environment - Variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
environment - Variable in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
 
environment - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
environment - Variable in class org.springframework.context.annotation.ComponentScanAnnotationParser
 
environment - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
environment - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
environment - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
environment - Variable in class org.springframework.context.support.AbstractApplicationContext
Environment used by this context; initialized by AbstractApplicationContext.createEnvironment()
environment - Variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
 
Environment - Interface in org.springframework.core.env
Interface representing the environment in which the current application is running.
ENVIRONMENT - Static variable in class org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
 
environment - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
environment - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
 
environment - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
environment - Variable in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
environment - Variable in class org.springframework.jndi.JndiTemplate
 
environment - Variable in class org.springframework.mock.jndi.SimpleNamingContext
 
environment - Variable in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
environment - Variable in class org.springframework.web.filter.GenericFilterBean
 
environment - Variable in class org.springframework.web.portlet.GenericPortletBean
 
environment - Variable in class org.springframework.web.servlet.HttpServletBean
 
ENVIRONMENT_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the Environment bean in the factory.
ENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
"environmentProperties" is the name given to the PropertySource that wraps the environment supplied to this configurer.
ENVIRONMENT_REF - Static variable in class org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
 
EnvironmentAccessor - Class in org.springframework.context.expression
Read-only EL property accessor that knows how to retrieve keys of a Spring Environment instance.
EnvironmentAccessor() - Constructor for class org.springframework.context.expression.EnvironmentAccessor
 
EnvironmentAware - Interface in org.springframework.context
Interface to be implemented by any bean that wishes to be notified of the Environment that it runs in.
EnvironmentCapable - Interface in org.springframework.core.env
Interface indicating a component that contains and exposes an Environment reference.
equals(Object) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
equals(Object) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
equals(Object) - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
equals(Object) - Method in class org.springframework.aop.framework.AdvisedSupport.MethodCacheKey
 
equals(Object) - Method in class org.springframework.aop.framework.CglibAopProxy.DynamicAdvisedInterceptor
 
equals(Object) - Method in class org.springframework.aop.framework.CglibAopProxy
 
equals(Object) - Method in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
equals(Object) - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
Equality means interfaces, advisors and TargetSource are equal.
equals(Object) - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
equals(Object) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
equals(Object) - Method in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
 
equals(Object) - Method in class org.springframework.aop.support.ClassFilters.IntersectionClassFilter
 
equals(Object) - Method in class org.springframework.aop.support.ClassFilters.UnionClassFilter
 
equals(Object) - Method in class org.springframework.aop.support.ComposablePointcut
 
equals(Object) - Method in class org.springframework.aop.support.ControlFlowPointcut
 
equals(Object) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
equals(Object) - Method in class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
equals(Object) - Method in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
equals(Object) - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
equals(Object) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
 
equals(Object) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
equals(Object) - Method in class org.springframework.aop.target.EmptyTargetSource
 
equals(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
Two HotSwappableTargetSources are equal if the current target objects are equal.
equals(Object) - Method in class org.springframework.aop.target.SingletonTargetSource
Two invoker interceptors are equal if they have the same target or if the targets or the targets are equal.
equals(Object) - Method in class org.springframework.beans.BeanMetadataAttribute
 
equals(Object) - Method in exception org.springframework.beans.BeansException
 
equals(Object) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
 
equals(Object) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
equals(Object) - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
equals(Object) - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
equals(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
 
equals(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
equals(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 
equals(Object) - Method in class org.springframework.beans.factory.config.TypedStringValue
 
equals(Object) - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
This implementations expects the other object to be of type BeanComponentDefinition as well, in addition to the superclass's equality requirements.
equals(Object) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
equals(Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
This implementation compares the underlying BeanDefinition.
equals(Object) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator.CglibIdentitySupport
 
equals(Object) - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
equals(Object) - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
 
equals(Object) - Method in class org.springframework.beans.factory.support.LookupOverride
 
equals(Object) - Method in class org.springframework.beans.factory.support.MethodOverride
 
equals(Object) - Method in class org.springframework.beans.factory.support.MethodOverrides
 
equals(Object) - Method in class org.springframework.beans.factory.support.ReplaceOverride
 
equals(Object) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
equals(Object) - Method in class org.springframework.beans.MutablePropertyValues
 
equals(PropertyDescriptor, Object) - Static method in class org.springframework.beans.PropertyDescriptorUtils
Compare the given PropertyDescriptor against the given Object and return true if they are objects are equivalent, i.e.
equals(Object) - Method in class org.springframework.beans.PropertyValue
 
equals(Object) - Method in class org.springframework.beans.SimpleIndexedPropertyDescriptor
 
equals(Object) - Method in class org.springframework.beans.SimplePropertyDescriptor
 
equals(Object) - Method in class org.springframework.beans.support.MutableSortDefinition
 
equals(Object) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
equals(Object) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
equals(Object) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource.DefaultCacheKey
 
equals(Object) - Method in class org.springframework.cache.interceptor.CacheOperation
This implementation compares the toString() results.
equals(Object) - Method in class org.springframework.cache.interceptor.CacheOperationSourcePointcut
 
equals(Object) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
equals(Object) - Method in class org.springframework.context.annotation.ConfigurationClass
 
equals(Object) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerCacheKey
 
equals(Object) - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
equals(Object) - Method in class org.springframework.core.AttributeAccessorSupport
 
equals(Object) - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
equals(Object) - Method in class org.springframework.core.convert.Property
 
equals(Object) - Method in class org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
 
equals(Object) - Method in class org.springframework.core.convert.TypeDescriptor
 
equals(Object) - Method in class org.springframework.core.enums.AbstractLabeledEnum
Deprecated.
 
equals(Object) - Method in class org.springframework.core.env.PropertySource
This PropertySource object is equal to the given object if: they are the same instance the name properties for both objects are equal
equals(Object) - Method in class org.springframework.core.io.AbstractResource
This implementation compares description strings.
equals(Object) - Method in class org.springframework.core.io.ByteArrayResource
This implementation compares the underlying byte array.
equals(Object) - Method in class org.springframework.core.io.ClassPathResource
This implementation compares the underlying class path locations.
equals(Object) - Method in class org.springframework.core.io.DescriptiveResource
This implementation compares the underlying description String.
equals(Object) - Method in class org.springframework.core.io.FileSystemResource
This implementation compares the underlying File references.
equals(Object) - Method in class org.springframework.core.io.InputStreamResource
This implementation compares the underlying InputStream.
equals(Object) - Method in class org.springframework.core.io.support.EncodedResource
 
equals(Object) - Method in class org.springframework.core.io.UrlResource
This implementation compares the underlying URL references.
equals(Object) - Method in class org.springframework.core.io.VfsResource
 
equals(Object) - Method in class org.springframework.core.MethodParameter
 
equals(Object) - Method in class org.springframework.core.ParameterizedTypeReference
 
equals(Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.CacheKey
 
equals(Object) - Method in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
equals(Object) - Method in class org.springframework.http.HttpEntity
 
equals(Object) - Method in class org.springframework.http.HttpHeaders
 
equals(Object) - Method in class org.springframework.http.MediaType
 
equals(Object) - Method in class org.springframework.http.ResponseEntity
 
equals(Object) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
 
equals(Object) - Method in class org.springframework.jms.connection.CachingConnectionFactory.ConsumerCacheKey
 
equals(Object) - Method in class org.springframework.jms.connection.CachingConnectionFactory.DestinationCacheKey
 
equals(Object) - Method in class org.springframework.jmx.access.MBeanClientInterceptor.MethodCacheKey
 
equals(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
 
equals(Object) - Method in class org.springframework.mail.SimpleMailMessage
 
equals(Object, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation delegates to the Hibernate EqualsHelper.
equals(Object, Object) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
equals(Object) - Method in class org.springframework.orm.hibernate4.SpringFlushSynchronization
 
equals(Object) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
equals(Object) - Method in class org.springframework.scheduling.support.CronTrigger
 
equals(Object) - Method in class org.springframework.scheduling.support.PeriodicTrigger
 
equals(Object) - Method in class org.springframework.test.context.ContextConfigurationAttributes
Determine if the supplied object is equal to this ContextConfigurationAttributes instance by comparing both object's declaring class, locations, annotated classes, inheritLocations flag, context initializer classes, inheritInitializers flag, and the ContextLoader class.
equals(Object) - Method in class org.springframework.test.context.MergedContextConfiguration
Determine if the supplied object is equal to this MergedContextConfiguration instance by comparing both object's locations, annotated classes, context initializer classes, active profiles, parents, and the fully qualified names of their ContextLoaders.
equals(Object) - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
Determine if the supplied object is equal to this WebMergedContextConfiguration instance by comparing both object's locations, annotated classes, context initializer classes, active profiles, resource base path, parents, and the fully qualified names of their ContextLoaders.
equals(Object) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
equals(Object) - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
equals(Object) - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
equals(Object) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource.DefaultCacheKey
 
equals(Object) - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
equals(Object) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
equals(Object) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
equals(Object) - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 
equals(Object) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
 
equals(Object) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
This implementation compares the toString() results.
equals(Object) - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
equals(Object) - Method in class org.springframework.util.AutoPopulatingList
 
equals(Object) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
equals(Object) - Method in class org.springframework.util.comparator.BooleanComparator
 
equals(Object) - Method in class org.springframework.util.comparator.CompoundComparator
 
equals(Object) - Method in class org.springframework.util.comparator.InvertibleComparator
 
equals(Object) - Method in class org.springframework.util.comparator.NullSafeComparator
 
equals(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
equals(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
equals(Object) - Method in class org.springframework.validation.AbstractBindingResult
 
equals(Object) - Method in exception org.springframework.validation.BindException
 
equals(Object) - Method in class org.springframework.validation.FieldError
 
equals(Object) - Method in class org.springframework.validation.ObjectError
 
equals(Object) - Method in class org.springframework.web.context.support.ServletContextResource
This implementation compares the underlying ServletContext resource locations.
equals(Object) - Method in class org.springframework.web.method.ControllerAdviceBean
 
equals(Object) - Method in class org.springframework.web.method.HandlerMethod
 
equals(Object) - Method in class org.springframework.web.portlet.context.PortletContextResource
 
equals(Object) - Method in class org.springframework.web.portlet.handler.PortletModeParameterLookupKey
 
equals(Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
equals(Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
Deprecated.
 
equals(Object) - Method in class org.springframework.web.servlet.mvc.condition.AbstractMediaTypeExpression
 
equals(Object) - Method in class org.springframework.web.servlet.mvc.condition.AbstractNameValueExpression
 
equals(Object) - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
equals(Object) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
equals(Object) - Method in class org.springframework.web.util.HierarchicalUriComponents
 
equals(Object) - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
equals(Object) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
equals(Object) - Method in class org.springframework.web.util.OpaqueUriComponents
 
equalsAdviceClasses(Advisor, Advisor) - Method in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
equalsAdvisors(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Check equality of the advisors behind the given AdvisedSupport objects.
equalsDefined - Variable in class org.springframework.aop.framework.JdkDynamicAopProxy
Is the JdkDynamicAopProxy.equals(java.lang.Object) method defined on the proxied interfaces?
equalsInProxy(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Check equality of the proxies behind the given AdvisedSupport objects.
equalsPointcuts(Advisor, Advisor) - Method in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
equalsProxiedInterfaces(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
Check equality of the proxied interfaces behind the given AdvisedSupport objects.
equinoxResolveMethod - Static variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
error(Problem) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
Throws a BeanDefinitionParsingException detailing the error that has occurred.
error(Problem) - Method in interface org.springframework.beans.factory.parsing.ProblemReporter
Called when an error is encountered during the parsing process.
error(String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
error(String, Object, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
error(String, Object, ParseState) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
error(String, Object, ParseState, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
error(String, Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Report an error with the given message for the given source element.
error(String, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Report an error with the given message for the given source element.
error(String, Element, Throwable) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Report an error with the given message for the given source element.
error(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
 
error(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
 
ERROR_CODE - Static variable in exception org.springframework.beans.MethodInvocationException
Error code that a method invocation error will be registered with.
ERROR_CODE - Static variable in exception org.springframework.beans.TypeMismatchException
Error code that a type mismatch error will be registered with.
ERROR_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_EXCEPTION_TYPE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_HANDLER_ATTRIBUTE - Static variable in class org.springframework.jms.config.JmsListenerContainerParser
 
ERROR_MESSAGE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_SERVLET_NAME_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
ERROR_STATUS_CODE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet 2.3+ spec request attributes for error pages.
ErrorCoded - Interface in org.springframework.core
Interface that can be implemented by exceptions etc that are error coded.
errorCodes - Variable in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
 
errorCodes - Variable in class org.springframework.web.servlet.support.BindStatus
 
errorCodesMap - Variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
Map to hold error codes for all databases defined in the config file.
errorCount(int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the total number of errors in the model.
errorHandler - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
errorHandler - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
errorHandler - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
errorHandler - Variable in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
errorHandler - Variable in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
errorHandler - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.DelegatingErrorHandlingCallable
 
errorHandler - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
errorHandler - Variable in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
 
ErrorHandler - Interface in org.springframework.util
A strategy for handling errors.
errorHandler - Variable in class org.springframework.util.xml.AbstractXMLReader
 
errorHandler - Variable in class org.springframework.web.client.RestTemplate
 
errorHandlingTask(Runnable, boolean) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
errorHandlingTask(Runnable, boolean) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
errorHandlingTask(Runnable, boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
errorListener - Variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.
 
errorListener - Variable in class org.springframework.web.servlet.view.xslt.XsltView
 
errorListener - Variable in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 
errorMessage - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
errorMessages - Variable in class org.springframework.web.servlet.support.BindStatus
 
errorMessagesWereExposed - Variable in class org.springframework.web.servlet.tags.form.ErrorsTag
 
errors - Variable in class org.springframework.validation.AbstractBindingResult
 
Errors - Interface in org.springframework.validation
Stores and exposes information about data-binding and validation errors for a specific object.
errors - Variable in class org.springframework.web.servlet.support.BindStatus
 
errors - Variable in class org.springframework.web.servlet.tags.BindErrorsTag
 
errors - Variable in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
 
ERRORS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindErrorsTag
 
errorsMap - Variable in class org.springframework.web.servlet.support.RequestContext
 
ErrorsMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves Errors method arguments.
ErrorsMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
 
ErrorsTag - Class in org.springframework.web.servlet.tags.form
Form tag for displaying errors for a particular field or object.
ErrorsTag() - Constructor for class org.springframework.web.servlet.tags.form.ErrorsTag
 
escape(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Replaces $ in inner class names with \$.
escape(String, boolean) - Method in class org.springframework.util.DefaultPropertiesPersister
 
EscapeBodyTag - Class in org.springframework.web.servlet.tags
Custom JSP tag to escape its enclosed body content, applying HTML escaping and/or JavaScript escaping.
EscapeBodyTag() - Constructor for class org.springframework.web.servlet.tags.EscapeBodyTag
 
EscapedErrors - Class in org.springframework.web.bind
Errors wrapper that adds automatic HTML escaping to the wrapped instance, for convenient usage in HTML views.
EscapedErrors(Errors) - Constructor for class org.springframework.web.bind.EscapedErrors
Create a new EscapedErrors instance for the given source instance.
escapeObjectError(T) - Method in class org.springframework.web.bind.EscapedErrors
 
escapeObjectErrors(List<T>) - Method in class org.springframework.web.bind.EscapedErrors
 
establishSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Establish a shared Connection for this container.
establishSharedConnection() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Overridden to accept a failure in the initial setup - leaving it up to the asynchronous invokers to establish the shared Connection on first access.
ETAG - Static variable in class org.springframework.http.HttpHeaders
 
etag - Variable in class org.springframework.mock.web.portlet.MockCacheControl
 
eternal - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
EvalTag - Class in org.springframework.web.servlet.tags
JSP tag for evaluating expressions with the Spring Expression Language (SpEL).
EvalTag() - Constructor for class org.springframework.web.servlet.tags.EvalTag
 
EvalTag.JspPropertyAccessor - Class in org.springframework.web.servlet.tags
 
EvalTag.JspPropertyAccessor(PageContext) - Constructor for class org.springframework.web.servlet.tags.EvalTag.JspPropertyAccessor
 
evaluate(String, BeanExpressionContext) - Method in interface org.springframework.beans.factory.config.BeanExpressionResolver
Evaluate the given value as an expression, if applicable; return the value as-is otherwise.
evaluate(TypedStringValue) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Evaluate the given value as an expression, if necessary.
evaluate(Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
Evaluate the given value as an expression, if necessary.
evaluate(String, BeanExpressionContext) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
 
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.springframework.mock.web.MockExpressionEvaluator
 
evaluate() - Method in class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
Invokes the next Statement in the execution chain (typically an instance of RunAfters), catching any exceptions thrown, and then calls TestContextManager.afterTestClass().
evaluate() - Method in class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
Invokes the next Statement in the execution chain (typically an instance of RunAfters), catching any exceptions thrown, and then calls TestContextManager.afterTestMethod(Object, Method, Throwable) with the first caught exception (if any).
evaluate() - Method in class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
Calls TestContextManager.beforeTestClass() and then invokes the next Statement in the execution chain (typically an instance of RunBefores).
evaluate() - Method in class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
Calls TestContextManager.beforeTestMethod(Object, Method) and then invokes the next Statement in the execution chain (typically an instance of RunBefores).
evaluate() - Method in class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
Invokes the next statement in the execution chain (typically an instance of InvokeMethod or ExpectException) and throws an exception if the next statement takes more than the specified timeout .
evaluate() - Method in class org.springframework.test.context.junit4.statements.SpringRepeat
Invokes the next statement in the execution chain for the specified repeat count.
evaluate(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Evaluate the supplied value for the supplied attribute name.
evaluate(String, String, Class, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
Evaluate the given expression (be it EL or a literal String value) to an Object of a given type,
evaluate(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
Evaluate the given expression (be it EL or a literal String value) to an Object.
evaluateAnnotation(Constructor<?>, int) - Static method in class org.springframework.beans.factory.support.ConstructorResolver.ConstructorPropertiesChecker
 
evaluateBeanDefinitionString(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Evaluate the given String as contained in a bean definition, potentially resolving it as an expression.
evaluateBoolean(String, String) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Evaluate the supplied value for the supplied attribute name.
evaluateBoolean(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
Evaluate the given expression (be it EL or a literal String value) to a boolean.
evaluateBshScript(String, Class[], ClassLoader) - Static method in class org.springframework.scripting.bsh.BshScriptUtils
Evaluate the specified BeanShell script based on the given script source, keeping a returned script Class or script Object as-is.
evaluateExpression(String, Class, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
 
evaluateInteger(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
Evaluate the given expression (be it EL or a literal String value) to an integer.
evaluateJsonPath(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
 
evaluateMXBeanAnnotation(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils.MXBeanChecker
 
evaluateString(String, String, PageContext) - Static method in class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
Evaluate the given expression (be it EL or a literal String value) to a String.
evaluateXpath(Document, QName, Class<T>) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression to given document.
EVALUATION_CONTEXT_PAGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.EvalTag
javax.servlet.jsp.PageContext attribute for the page-level EvaluationContext instance.
evaluationCache - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
EvaluationContext - Interface in org.springframework.expression
Expressions are executed in an evaluation context.
evaluationContext - Variable in class org.springframework.expression.spel.ast.MethodReference.MethodValueRef
 
EvaluationException - Exception in org.springframework.expression
Represent an exception that occurs during expression evaluation.
EvaluationException(int, String) - Constructor for exception org.springframework.expression.EvaluationException
Creates a new expression evaluation exception.
EvaluationException(String, String) - Constructor for exception org.springframework.expression.EvaluationException
Creates a new expression evaluation exception.
EvaluationException(int, String, Throwable) - Constructor for exception org.springframework.expression.EvaluationException
Creates a new expression evaluation exception.
EvaluationException(String) - Constructor for exception org.springframework.expression.EvaluationException
Creates a new expression evaluation exception.
EvaluationException(String, Throwable) - Constructor for exception org.springframework.expression.EvaluationException
 
evaluations - Variable in class org.springframework.aop.support.ControlFlowPointcut
 
evaluator - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
event - Variable in class org.springframework.mock.web.portlet.MockEventRequest
 
event - Variable in class org.springframework.util.xml.XMLEventStreamReader
 
EventAwareController - Interface in org.springframework.web.portlet.mvc
Extension of the Portlet Controller interface that allows for handling Portlet 2.0 event requests as well.
eventConsumer - Variable in class org.springframework.util.xml.StaxEventContentHandler
 
eventFactory - Variable in class org.springframework.util.xml.StaxEventContentHandler
 
eventFactory - Variable in class org.springframework.util.xml.XMLEventStreamWriter
 
eventListener - Variable in class org.springframework.beans.factory.parsing.ReaderContext
 
eventListener - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
eventListeners - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
EventMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
Annotation for mapping Portlet event requests onto handler methods.
eventName - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.EventMappingPredicate
 
EventPublicationInterceptor - Class in org.springframework.context.event
Interceptor that publishes an ApplicationEvent to all ApplicationListeners registered with an ApplicationEventPublisher after each successful method invocation.
EventPublicationInterceptor() - Constructor for class org.springframework.context.event.EventPublicationInterceptor
 
eventReader - Variable in class org.springframework.util.xml.StaxSource
 
eventReader - Variable in class org.springframework.util.xml.XMLEventStreamReader
 
events - Variable in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
eventType - Variable in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerCacheKey
 
eventWriter - Variable in class org.springframework.util.xml.StaxResult
 
eventWriter - Variable in class org.springframework.util.xml.XMLEventStreamWriter
 
evict(Object) - Method in interface org.springframework.cache.Cache
Evict the mapping for this key from this cache if it is present.
evict(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
evict(Object) - Method in class org.springframework.cache.ehcache.EhCacheCache
 
EVICT - Static variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
evict(Object) - Method in class org.springframework.cache.jcache.JCacheCache
 
evict(Object) - Method in class org.springframework.cache.support.NoOpCacheManager.NoOpCache
 
evict(Object) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
 
evict(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Remove the given object from the org.hibernate.Session cache.
evict(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
evict(Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Remove the given object from the PersistenceManager cache.
evict(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
evictAll(Collection) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Remove all given objects from the PersistenceManager cache.
evictAll() - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Remove all objects from the PersistenceManager cache.
evictAll(Collection) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
evictAll() - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
exactDateLength - Variable in class org.springframework.beans.propertyeditors.CustomDateEditor
 
exactMatches - Variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
Patterns that require an exact match, e.g.
exception - Variable in class org.springframework.remoting.support.RemoteInvocationResult
 
exception - Variable in class org.springframework.transaction.jta.WebSphereUowTransactionManager.UOWActionAdapter
 
EXCEPTION_HANDLER_METHODS - Static variable in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
A filter for selecting @ExceptionHandler methods.
exceptionAttribute - Variable in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
 
exceptionAttribute - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
exceptionClass - Variable in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
 
exceptionConversionEnabled - Variable in class org.springframework.orm.hibernate3.HibernateInterceptor
 
exceptionConversionEnabled - Variable in class org.springframework.orm.jdo.JdoInterceptor
Deprecated.
 
exceptionConversionEnabled - Variable in class org.springframework.orm.jpa.JpaInterceptor
Deprecated.
 
ExceptionDepthComparator - Class in org.springframework.core
Comparator capable of sorting exceptions based on their depth from the thrown exception type.
ExceptionDepthComparator(Throwable) - Constructor for class org.springframework.core.ExceptionDepthComparator
Create a new ExceptionDepthComparator for the given exception.
ExceptionDepthComparator(Class<? extends Throwable>) - Constructor for class org.springframework.core.ExceptionDepthComparator
Create a new ExceptionDepthComparator for the given exception type.
ExceptionHandler - Annotation Type in org.springframework.web.bind.annotation
Annotation for handling exceptions in specific handler classes and/or handler methods.
exceptionHandlerAdviceCache - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
exceptionHandlerCache - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
exceptionHandlerCache - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
 
exceptionHandlerCache - Variable in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
ExceptionHandlerExceptionResolver - Class in org.springframework.web.servlet.mvc.method.annotation
An AbstractHandlerMethodExceptionResolver that resolves exceptions through @ExceptionHandler methods.
ExceptionHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Default constructor.
exceptionHandlerMap - Variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
Methods on throws advice, keyed by exception class
exceptionHandlerMap - Variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Methods, keyed by exception class
ExceptionHandlerMethodResolver - Class in org.springframework.web.method.annotation
Discovers @ExceptionHandler methods in a given class type, including all super types, and helps to resolve an Exception to the method its mapped to.
ExceptionHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
A constructor that finds ExceptionHandler methods in the given type.
exceptionListener - Variable in class org.springframework.jms.connection.SingleConnectionFactory
 
exceptionListener - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
exceptionLookupCache - Variable in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 
exceptionMappings - Variable in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
 
exceptionMappings - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
exceptionMessage - Variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The message for exceptions during method execution.
exceptionName - Variable in class org.springframework.transaction.interceptor.RollbackRuleAttribute
Could hold exception, resolving class name but would always require FQN.
exceptionTranslator - Variable in class org.springframework.jdbc.support.JdbcAccessor
 
exceptionTranslator - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
exceptionTranslator - Variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.RestTemplate
 
EXCLUDE_FILTER_ELEMENT - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
EXCLUDE_UNLISTED_CLASSES - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
excludeClass(String) - Method in class org.springframework.core.DecoratingClassLoader
Add a class name to exclude from decoration (e.g.
excludedBeans - Variable in class org.springframework.jmx.export.MBeanExporter
A set of bean names that should be excluded from autodetection
excludedClasses - Variable in class org.springframework.core.DecoratingClassLoader
 
excludedClasses - Variable in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
 
excludedExceptions - Variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
excludedPackages - Variable in class org.springframework.core.DecoratingClassLoader
 
excludedPackages - Variable in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
 
excludedPatterns - Variable in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Regular expressions not to match
excludeFilters - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
excludePackage(String) - Method in class org.springframework.core.DecoratingClassLoader
Add a package name to exclude from decoration (e.g.
excludePathPatterns(String...) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
Add URL patterns to which the registered interceptor should not apply to.
excludePatterns - Variable in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
 
excludePatterns - Variable in class org.springframework.web.servlet.handler.MappedInterceptor
 
excludeUnlistedClasses - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
excludeUnlistedClasses() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
exclusionMonitor - Variable in class org.springframework.core.DecoratingClassLoader
 
execute(CacheAspectSupport.Invoker, Object, Method, Object[]) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
 
execute(Runnable, long) - Method in interface org.springframework.core.task.AsyncTaskExecutor
Execute the given task.
execute(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Executes the given task, within a concurrency throttle if configured (through the superclass's settings).
execute(Runnable, long) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Executes the given task, within a concurrency throttle if configured (through the superclass's settings).
execute(Runnable) - Method in class org.springframework.core.task.support.ConcurrentExecutorAdapter
 
execute(Runnable) - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
 
execute(Runnable) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
Delegates to the specified JDK 1.5 concurrent executor.
execute(Runnable, long) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
 
execute(Runnable) - Method in class org.springframework.core.task.SyncTaskExecutor
Executes the given task synchronously, through direct invocation of it's run() method.
execute(Runnable) - Method in interface org.springframework.core.task.TaskExecutor
Execute the given task.
execute(EvaluationContext, Object...) - Method in interface org.springframework.expression.ConstructorExecutor
Execute a constructor in the specified context using the specified arguments.
execute(EvaluationContext, Object, Object...) - Method in interface org.springframework.expression.MethodExecutor
Execute a command using the specified arguments, and using the specified expression state.
execute(EvaluationContext, Object...) - Method in class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
 
execute(EvaluationContext, Object, Object...) - Method in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
execute() - Method in class org.springframework.http.client.AbstractClientHttpRequest
 
execute() - Method in interface org.springframework.http.client.ClientHttpRequest
Execute this request, resulting in a ClientHttpResponse that can be read.
execute(HttpRequest, byte[]) - Method in interface org.springframework.http.client.ClientHttpRequestExecution
Execute the request with the given request attributes and body, and return the response.
execute(HttpRequest, byte[]) - Method in class org.springframework.http.client.InterceptingClientHttpRequest.RequestExecution
 
execute(ConnectionCallback<T>) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute a request on an EIS with CCI, implemented as callback action working on a CCI Connection.
execute(InteractionCallback<T>) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute a request on an EIS with CCI, implemented as callback action working on a CCI Interaction.
execute(InteractionSpec, Record) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, Record, Record) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, RecordCreator) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, Record, RecordExtractor<T>) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, RecordCreator, RecordExtractor<T>) - Method in interface org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(ConnectionCallback<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionCallback<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, Record) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, Record, Record) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, RecordCreator) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, Record, RecordExtractor<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, RecordCreator, RecordExtractor<T>) - Method in class org.springframework.jca.cci.core.CciTemplate
 
execute(Object) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Execute the interaction encapsulated by this operation object.
execute(Record) - Method in class org.springframework.jca.cci.object.SimpleRecordOperation
Execute the CCI interaction encapsulated by this operation object.
execute(Record, Record) - Method in class org.springframework.jca.cci.object.SimpleRecordOperation
Execute the CCI interaction encapsulated by this operation object.
execute(Runnable) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
execute(Runnable, long) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
execute(ConnectionCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC Connection.
execute(StatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC Statement.
execute(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL execute, typically a DDL statement.
execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(CallableStatementCreator, CallableStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC CallableStatement.
execute(String, CallableStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC CallableStatement.
execute(ConnectionCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(StatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(CallableStatementCreator, CallableStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(String, CallableStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
execute(String, SqlParameterSource, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, Map<String, ?>, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, SqlParameterSource, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
execute(String, Map<String, ?>, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
execute(Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
execute(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
execute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
execute(Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return a map of output params, keyed by name as in parameter declarations.
execute(Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return a map of output params, keyed by name as in parameter declarations..
execute(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return a map of output params, keyed by name as in parameter declarations..
execute(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
execute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
execute(Map<String, Object>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in.
execute(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in.
execute(DatabasePopulator, DataSource) - Static method in class org.springframework.jdbc.datasource.init.DatabasePopulatorUtils
Execute the given DatabasePopulator against the given DataSource.
execute(Object[], Map) - Method in class org.springframework.jdbc.object.SqlQuery
Central execution method.
execute(Object...) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without context.
execute(Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without parameters.
execute() - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without parameters nor context.
execute(int, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single int parameter and context.
execute(int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single int parameter.
execute(int, int, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with two int parameters and context.
execute(int, int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with two int parameters.
execute(long, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single long parameter and context.
execute(long) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single long parameter.
execute(String, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single String parameter and context.
execute(String) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single String parameter.
execute(Object...) - Method in class org.springframework.jdbc.object.StoredProcedure
Execute the stored procedure with the provided parameter values.
execute(Map<String, ?>) - Method in class org.springframework.jdbc.object.StoredProcedure
Execute the stored procedure.
execute(ParameterMapper) - Method in class org.springframework.jdbc.object.StoredProcedure
Execute the stored procedure.
execute(SessionCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Execute the action specified by the given action object within a JMS Session.
execute(ProducerCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Send messages to the default JMS destination (or one specified for each send operation).
execute(Destination, ProducerCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
Send messages to a JMS destination.
execute(SessionCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
execute(SessionCallback<T>, boolean) - Method in class org.springframework.jms.core.JmsTemplate
Execute the action specified by the given action object within a JMS Session.
execute(ProducerCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
execute(Destination, ProducerCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 
execute(JndiCallback<T>) - Method in class org.springframework.jndi.JndiTemplate
Execute the given JNDI context callback implementation.
execute() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
Set the executed flag to true and return the configured response.
execute(HibernateCallback<T>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute the action specified by the given action object within a org.hibernate.Session.
execute(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
execute(SqlMapClientCallback<T>) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
Execute the given data access action on a SqlMapExecutor.
execute(JdoCallback<T>) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Execute the action specified by the given action object within a PersistenceManager.
execute(JdoCallback<T>) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
execute(JdoCallback<T>, boolean) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
Execute the action specified by the given action object within a PersistenceManager.
execute(JpaCallback<T>) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
execute(JpaCallback<T>) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
execute(JpaCallback<T>, boolean) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
Execute the action specified by the given action object within a EntityManager.
execute(Runnable) - Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Deprecated.
Delegates to the specified JSR-166 backport concurrent executor.
execute(Runnable, long) - Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Deprecated.
 
execute(Runnable) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Implementation of both the JSR-166 backport Executor interface and the Spring TaskExecutor interface, delegating to the ThreadPoolExecutor instance.
execute(Runnable, long) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
 
execute(Runnable) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
execute(Runnable, long) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
execute(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.DelegatingJob
Delegates execution to the underlying Runnable.
execute(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.QuartzJobBean
This implementation applies the passed-in job data map as bean property values, and delegates to executeInternal afterwards.
execute(Runnable) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
execute(Runnable, long) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
execute(Runnable) - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
Schedules the given Runnable on this executor's Timer instance, wrapping it in a DelegatingTimerTask.
execute(Runnable, long) - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.
 
execute(TransactionDefinition, TransactionCallback<T>) - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
 
execute(TransactionDefinition, TransactionCallback<T>) - Method in interface org.springframework.transaction.support.CallbackPreferringPlatformTransactionManager
Execute the action specified by the given callback object within a transaction.
execute(TransactionCallback<T>) - Method in interface org.springframework.transaction.support.TransactionOperations
Execute the action specified by the given callback object within a transaction.
execute(TransactionCallback<T>) - Method in class org.springframework.transaction.support.TransactionTemplate
 
execute(ConcurrentReferenceHashMap.Reference<K, V>, ConcurrentReferenceHashMap.Entry<K, V>, ConcurrentReferenceHashMap<K, V>.Entries) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Task
Execute the task.
execute(ConcurrentReferenceHashMap.Reference<K, V>, ConcurrentReferenceHashMap.Entry<K, V>) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Task
Convenience method that can be used for tasks that do not need access to ConcurrentReferenceHashMap.Entries.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in interface org.springframework.web.client.RestOperations
Execute the HTTP method to the given URL, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.RestTemplate
 
execute(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
This implementation delegates to doPerform, lazy-initializing the application context reference if necessary.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.struts.DelegatingActionProxy
Deprecated.
Pass the execute call on to the Spring-managed delegate Action.
executeAndReturnKey(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeAndReturnKey(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeAndReturnKey(Map<String, Object>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated key.
executeAndReturnKey(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated key.
executeAndReturnKeyHolder(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeAndReturnKeyHolder(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeAndReturnKeyHolder(Map<String, Object>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated keys.
executeAndReturnKeyHolder(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated keys.
executeBatch(Map<String, Object>[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeBatch(SqlParameterSource[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeBatch(Map<String, Object>[]) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute a batch insert using the batch of values passed in.
executeBatch(SqlParameterSource[]) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute a batch insert using the batch of values passed in.
executeBatchInternal(List<Object>[]) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to execute the batch insert.
executeBatchUpdate(String, List<Object[]>, int[], JdbcOperations) - Static method in class org.springframework.jdbc.core.BatchUpdateUtils
 
executeBatchUpdateWithNamedParameters(ParsedSql, SqlParameterSource[], JdbcOperations) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterBatchUpdateUtils
 
executeByNamedParam(Map<String, ?>, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Central execution method.
executeByNamedParam(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without context.
executeCallInternal(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Method to perform the actual call processing
executeController(Controller, ComponentContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.
Execute the given Tiles controller.
executed - Variable in class org.springframework.http.client.AbstractClientHttpRequest
 
executed - Variable in class org.springframework.mock.http.client.MockClientHttpRequest
 
executeFind(HibernateCallback<?>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute the specified action assuming that the result object is a List.
executeFind(HibernateCallback<?>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
executeFind(JdoCallback<?>) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Execute the specified action assuming that the result object is a Collection.
executeFind(JdoCallback<?>) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
executeFind(JpaCallback<?>) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
executeFind(JpaCallback<?>) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
executeFunction(Class<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeFunction(Class<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeFunction(Class<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeFunction(Class<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored function and return the results obtained as an Object of the specified return type.
executeFunction(Class<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored function and return the results obtained as an Object of the specified return type.
executeFunction(Class<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored function and return the results obtained as an Object of the specified return type.
executeFunctionJLRMethod(ExpressionState, Method) - Method in class org.springframework.expression.spel.ast.FunctionReference
Execute a function represented as a java.lang.reflect.Method.
executeHttpPost(HttpInvokerClientConfiguration, HttpClient, HttpPost) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Execute the given HttpPost instance.
executeInsertAndReturnKeyHolderInternal(List<Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to execute the insert generating any number of keys
executeInsertAndReturnKeyInternal(List<Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to execute the insert generating single key
executeInsertInternal(List<Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to execute the insert.
executeInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractBufferingClientHttpRequest
 
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.AbstractBufferingClientHttpRequest
Abstract template method that writes the given headers and content to the HTTP request.
executeInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
Abstract template method that writes the given headers and content to the HTTP request.
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.BufferingClientHttpRequestWrapper
 
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.CommonsClientHttpRequest
Deprecated.
 
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequest
 
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.InterceptingClientHttpRequest
 
executeInternal(HttpHeaders, byte[]) - Method in class org.springframework.http.client.SimpleBufferingClientHttpRequest
 
executeInternal(HttpHeaders) - Method in class org.springframework.http.client.SimpleStreamingClientHttpRequest
 
executeInternal() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
The default implementation returns the configured response.
executeInternal(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
Invoke the method via the MethodInvoker.
executeInternal(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.QuartzJobBean
Execute the actual job.
executeInternal() - Method in class org.springframework.test.web.client.RequestMatcherClientHttpRequest
 
executeListener(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Execute the specified listener, committing or rolling back the transaction afterwards (if necessary).
executeObject(Class<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeObject(Class<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeObject(Class<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeObject(Class<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return the single out parameter as an Object of the specified return type.
executeObject(Class<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return the single out parameter as an Object of the specified return type.
executeObject(Class<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return the single out parameter as an Object of the specified return type.
executeOngoingLoop() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
executePostMethod(HttpInvokerClientConfiguration, HttpClient, PostMethod) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Execute the given PostMethod instance.
executeRequest(RemoteInvocation) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Execute the given remote invocation, sending an invoker request message to this accessor's target queue and waiting for a corresponding response.
executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
executeRequest(RemoteInvocation, MethodInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Execute the given remote invocation via the HttpInvokerRequestExecutor.
executeRequest(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Execute the given remote invocation via the HttpInvokerRequestExecutor.
executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerRequestExecutor
Execute a request to send the given remote invocation.
executeRequestDestructionCallbacks() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Execute all callbacks that have been registered for execution after request completion.
executeSchemaScript(Connection, String[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute the given schema script on the given JDBC Connection.
executeSchemaStatement(Statement, String) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute the given schema SQL on the given JDBC Statement.
executeScript(ScriptSource, Class) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Instantiate the given Groovy script class and run it if necessary.
executeSqlScript(Connection, EncodedResource, boolean, boolean) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Execute the given SQL script.
executeSqlScript(String, boolean) - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated.
Execute the given SQL script.
executeSqlScript(String, boolean) - Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
Deprecated.
Execute the given SQL script.
executeSqlScript(String, boolean) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Execute the given SQL script.
executeSqlScript(String, boolean) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Execute the given SQL script.
executeSqlScript(JdbcTemplate, ResourceLoader, String, boolean) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Execute the given SQL script.
executeSqlScript(JdbcTemplate, Resource, boolean) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Execute the given SQL script.
executeSqlScript(JdbcTemplate, EncodedResource, boolean) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
Execute the given SQL script.
executeSqlScript(SimpleJdbcTemplate, ResourceLoader, String, boolean) - Static method in class org.springframework.test.jdbc.SimpleJdbcTestUtils
Deprecated.
Execute the given SQL script.
executeSqlScript(SimpleJdbcTemplate, Resource, boolean) - Static method in class org.springframework.test.jdbc.SimpleJdbcTestUtils
Deprecated.
Execute the given SQL script.
executeSqlScript(SimpleJdbcTemplate, EncodedResource, boolean) - Static method in class org.springframework.test.jdbc.SimpleJdbcTestUtils
Deprecated.
Execute the given SQL script.
executeWithListResult(SqlMapClientCallback<List>) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
as of Spring 3.0 - not really needed anymore with generic SqlMapClientTemplate.execute(org.springframework.orm.ibatis.SqlMapClientCallback<T>) method
executeWithMapResult(SqlMapClientCallback<Map>) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Deprecated.
as of Spring 3.0 - not really needed anymore with generic SqlMapClientTemplate.execute(org.springframework.orm.ibatis.SqlMapClientCallback<T>) method
executeWithNativeSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Execute the action specified by the given action object within a native org.hibernate.Session.
executeWithNewSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Execute the action specified by the given action object within a new org.hibernate.Session.
executeWork(TaskExecutor, Work, long, boolean, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
Execute the given Work on the specified TaskExecutor.
executor - Variable in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
executor - Variable in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
 
executor - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
executor - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
executor - Variable in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
executor - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
executor - Variable in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
executor - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
ExecutorBeanDefinitionParser - Class in org.springframework.scheduling.config
Parser for the 'executor' element of the 'task' namespace.
ExecutorBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
ExecutorConfigurationSupport - Class in org.springframework.scheduling.concurrent
Base class for classes that are setting up a java.util.concurrent.ExecutorService (typically a ThreadPoolExecutor).
ExecutorConfigurationSupport() - Constructor for class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
executorName - Variable in class org.springframework.web.context.request.async.WebAsyncTask
 
executors - Variable in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
 
ExecutorServiceAdapter - Class in org.springframework.core.task.support
Adapter that takes a Spring TaskExecutor) and exposes a full java.util.concurrent.ExecutorService for it.
ExecutorServiceAdapter(TaskExecutor) - Constructor for class org.springframework.core.task.support.ExecutorServiceAdapter
Create a new ExecutorServiceAdapter, using the given target executor.
exhausted - Variable in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
 
exhaustiveCollectionCompare(Collection, Object, BindStatus) - Static method in class org.springframework.web.servlet.tags.form.SelectedValueComparator
 
exhaustiveCompare(Object, Object, PropertyEditor, Map<PropertyEditor, Object>) - Static method in class org.springframework.web.servlet.tags.form.SelectedValueComparator
 
exists() - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
 
exists() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
exists() - Method in class org.springframework.core.io.AbstractResource
This implementation checks whether a File can be opened, falling back to whether an InputStream can be opened.
exists() - Method in class org.springframework.core.io.ByteArrayResource
This implementation always returns true.
exists() - Method in class org.springframework.core.io.ClassPathResource
This implementation checks for the resolution of a resource URL.
exists() - Method in class org.springframework.core.io.DescriptiveResource
 
exists() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns whether the underlying file exists.
exists() - Method in class org.springframework.core.io.InputStreamResource
This implementation always returns true.
exists() - Method in interface org.springframework.core.io.Resource
Return whether this resource actually exists in physical form.
exists() - Method in class org.springframework.core.io.VfsResource
 
exists(Object) - Static method in class org.springframework.core.io.VfsUtils
 
exists(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path and assert the resulting content exists.
exists(String) - Method in class org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content exists.
exists() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
Apply the JSONPath and assert the resulting value.
exists() - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
Assert that content exists at the given XPath.
exists(String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie exists.
exists() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSONPath and assert that content exists.
exists() - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert that content exists.
exists() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation checks ServletContext.getResource.
exists() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation checks PortletContext.getResource.
exitMessage - Variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
The message for method exit.
exitScope() - Method in class org.springframework.expression.spel.ExpressionState
 
expand(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.HierarchicalUriComponents.FullPathComponent
 
expand(UriComponents.UriTemplateVariables) - Method in interface org.springframework.web.util.HierarchicalUriComponents.PathComponent
 
expand(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathComponentComposite
 
expand(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.HierarchicalUriComponents.PathSegmentComponent
 
expand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponents
Replaces all URI template variables with the values from a given map.
expand(Object...) - Method in class org.springframework.web.util.UriComponents
Replaces all URI template variables with the values from a given array.
expand(Map<String, ?>) - Method in class org.springframework.web.util.UriTemplate
Given the Map of variables, expands this template into a URI.
expand(Object...) - Method in class org.springframework.web.util.UriTemplate
Given an array of variables, expand this template into a full URI.
expandInternal(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.HierarchicalUriComponents
 
expandInternal(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.OpaqueUriComponents
 
expandInternal(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.UriComponents
Replaces all URI template variables with the values from the given UriComponents.UriTemplateVariables
expandUriComponent(String, UriComponents.UriTemplateVariables) - Static method in class org.springframework.web.util.UriComponents
 
expandUriTemplateVariables - Variable in class org.springframework.web.servlet.view.RedirectView
 
expect(RequestMatcher) - Method in class org.springframework.test.web.client.MockRestServiceServer
Set up a new HTTP request expectation.
expected - Variable in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Number of rows that should have been affected
expectedCount - Variable in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
 
ExpectedException - Annotation Type in org.springframework.test.annotation
Deprecated.
as of Spring 3.1 in favor of using built-in support for declaring expected exceptions in the underlying testing framework (e.g., JUnit, TestNG, etc.)
expectedException - Variable in class org.springframework.test.AssertThrows
Deprecated.
 
ExpectedLookupTemplate - Class in org.springframework.mock.jndi
Simple extension of the JndiTemplate class that always returns a given object.
ExpectedLookupTemplate() - Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
Construct a new JndiTemplate that will always return given objects for given names.
ExpectedLookupTemplate(String, Object) - Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
Construct a new JndiTemplate that will always return the given object, but honour only requests for the given name.
expectedRequests - Variable in class org.springframework.test.web.client.MockRestServiceServer
 
expectedSize - Variable in exception org.springframework.dao.IncorrectResultSizeDataAccessException
 
expectedType - Variable in class org.springframework.jndi.JndiObjectLocator
 
expirationStartTime - Variable in class org.springframework.web.servlet.FlashMap
 
expirationTime - Variable in class org.springframework.mock.web.portlet.MockCacheControl
 
expired - Variable in class org.springframework.web.context.request.async.DeferredResult
 
EXPIRES - Static variable in class org.springframework.http.HttpHeaders
 
explicitAttributes - Variable in class org.springframework.web.context.support.ContextExposingHttpServletRequest
 
explicitQosEnabled - Variable in class org.springframework.jms.core.JmsTemplate
 
exportedObject - Variable in class org.springframework.remoting.rmi.JndiRmiServiceExporter
 
exportedObject - Variable in class org.springframework.remoting.rmi.RmiServiceExporter
 
exporterClass - Variable in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
 
exporterNameClause - Variable in class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
 
exporterParameters - Variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Stores the exporter parameters passed in by the user as passed in by the user.
exporterParameters - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
 
expose(Errors, HttpServletRequest) - Method in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
Set the Errors object that this SpringBindingActionForm is supposed to wrap.
EXPOSE_PROXY_ATTRIBUTE - Static variable in class org.springframework.aop.config.AopNamespaceUtils
The expose-proxy attribute as found on AOP-related XML tags.
EXPOSE_WEB_APP_ROOT_PARAM - Static variable in class org.springframework.web.util.Log4jWebConfigurer
Parameter specifying whether to expose the web app root system property
exposeAccessContext - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
exposeAccessContext - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
exposeAccessContext - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
exposeActionException(PortletRequest, StateAwareResponse, Exception) - Method in class org.springframework.web.portlet.DispatcherPortlet
Expose the given action exception to the given response.
exposeAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Called during AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter) allowing subclasses to add any attributes to the javax.servlet.jsp.PageContext as needed.
exposeAttributes() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Exposes any bind status error messages under this key in the PageContext#PAGE_SCOPE.
exposeAttributes() - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
ExposeBeanNameAdvisors - Class in org.springframework.aop.interceptor
Convenient methods for creating advisors that may be used when autoproxying beans created with the Spring IoC container, binding the bean name to the current invocation.
ExposeBeanNameAdvisors() - Constructor for class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
 
ExposeBeanNameAdvisors.ExposeBeanNameInterceptor - Class in org.springframework.aop.interceptor
Interceptor that exposes the specified bean name as invocation attribute.
ExposeBeanNameAdvisors.ExposeBeanNameInterceptor(String) - Constructor for class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameInterceptor
 
ExposeBeanNameAdvisors.ExposeBeanNameIntroduction - Class in org.springframework.aop.interceptor
Introduction that exposes the specified bean name as invocation attribute.
ExposeBeanNameAdvisors.ExposeBeanNameIntroduction(String) - Constructor for class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameIntroduction
 
exposeClassDescriptor - Variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
exposeContextBeansAsAttributes - Variable in class org.springframework.web.servlet.view.InternalResourceView
 
exposeContextBeansAsAttributes - Variable in class org.springframework.web.servlet.view.InternalResourceViewResolver
 
exposedContextBeanNames - Variable in class org.springframework.web.context.support.ContextExposingHttpServletRequest
 
exposedContextBeanNames - Variable in class org.springframework.web.servlet.view.InternalResourceView
 
exposedContextBeanNames - Variable in class org.springframework.web.servlet.view.InternalResourceViewResolver
 
exposedExecutor - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
exposedExecutor - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
exposeErrorRequestAttributes(HttpServletRequest, Throwable, String) - Static method in class org.springframework.web.util.WebUtils
Expose the Servlet spec's error attributes as javax.servlet.http.HttpServletRequest attributes under the keys defined in the Servlet 2.3 specification, for error pages that are rendered directly rather than through the Servlet container's error page resolution: javax.servlet.error.status_code, javax.servlet.error.exception_type, javax.servlet.error.message, javax.servlet.error.exception, javax.servlet.error.request_uri, javax.servlet.error.servlet_name.
exposeForwardAttributes - Variable in class org.springframework.web.servlet.view.InternalResourceView
 
exposeForwardAttributes - Variable in class org.springframework.web.servlet.view.tiles2.TilesView
 
exposeForwardAttributes - Variable in class org.springframework.web.servlet.view.tiles3.TilesView
 
exposeForwardRequestAttributes(HttpServletRequest) - Method in class org.springframework.web.servlet.view.InternalResourceView
Expose the current request URI and paths as HttpServletRequest attributes under the keys defined in the Servlet 2.4 specification, for Servlet 2.3 containers as well as misbehaving Servlet 2.4 containers (such as OC4J).
exposeForwardRequestAttributes(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
Expose the current request URI and paths as javax.servlet.http.HttpServletRequest attributes under the keys defined in the Servlet 2.4 specification, for containers that implement 2.3 or an earlier version of the Servlet API: javax.servlet.forward.request_uri, javax.servlet.forward.context_path, javax.servlet.forward.servlet_path, javax.servlet.forward.path_info, javax.servlet.forward.query_string.
exposeHelpers(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Expose helpers unique to each rendering operation.
exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.InternalResourceView
Expose helpers unique to each rendering operation.
exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.JstlView
Exposes a JSTL LocalizationContext for Spring's locale and MessageSource.
exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesJstlView
Deprecated.
 
exposeHelpers(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
exposeHelpers(Context, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
exposeHelpers(Context, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose helpers unique to each rendering operation.
ExposeInvocationInterceptor - Class in org.springframework.aop.interceptor
Interceptor that exposes the current org.aopalliance.intercept.MethodInvocation as a thread-local object.
ExposeInvocationInterceptor() - Constructor for class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Ensures that only the canonical instance can be created.
exposeJstlAttributes - Variable in class org.springframework.web.servlet.view.tiles3.TilesView
 
exposeListenerSession - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
exposeLocalizationContext(HttpServletRequest, MessageSource) - Static method in class org.springframework.web.servlet.support.JstlUtils
Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and MessageSource.
exposeLocalizationContext(RequestContext) - Static method in class org.springframework.web.servlet.support.JstlUtils
Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and MessageSource.
exposeLocalizationContext(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Expose current Spring-managed Locale and MessageSource to JasperReports i18n ($R expressions etc).
exposeManagedResourceClassLoader - Variable in class org.springframework.jmx.export.MBeanExporter
Indicates whether Spring should expose the managed resource ClassLoader in the MBean
exposeModelAsRequestAttributes(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.AbstractView
Expose the model objects in the given map as request attributes.
exposeModelAttributes - Variable in class org.springframework.web.servlet.view.RedirectView
 
exposeNativeEntityManager - Variable in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
exposeNativePersistenceManager - Variable in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
exposeNativeSession - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
exposePathVariables - Variable in class org.springframework.web.servlet.view.AbstractView
Whether or not the view should add path variables in the model
exposePathVariables - Variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
 
exposePathWithinMapping(String, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Expose the path within the current mapping as request attribute.
exposeProxy - Variable in class org.springframework.aop.framework.ProxyConfig
 
exposeRequestAttributeIfNotPresent(ServletRequest, String, Object) - Static method in class org.springframework.web.util.WebUtils
Expose the specified request attribute if not already present.
exposeRequestAttributes(PortletRequest, Map<String, ?>) - Static method in class org.springframework.web.portlet.util.PortletUtils
Expose the given Map as request attributes, using the keys as attribute names and the values as corresponding attribute values.
exposeRequestAttributes - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
exposeRequestAttributes - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
exposeRequestAttributes(ServletRequest, Map<String, ?>) - Static method in class org.springframework.web.util.WebUtils
Expose the given Map as request attributes, using the keys as attribute names and the values as corresponding attribute values.
exposeSchedulerInRepository - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
exposeSessionAttributes - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
exposeSessionAttributes - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
exposeSpringMacroHelpers - Variable in class org.springframework.web.servlet.view.AbstractTemplateView
 
exposeSpringMacroHelpers - Variable in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
exposeToolAttributes(Context, HttpServletRequest) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Expose the tool attributes, according to corresponding bean property settings.
exposeTransactionAwareSessionFactory - Variable in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
exposeUnconfigurableExecutor - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
exposeUnconfigurableExecutor - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
exposeUriTemplateVariables(Map<String, String>, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Expose the URI templates variables as request attribute.
exposeWebAppRoot(ServletContext) - Static method in class org.springframework.web.util.Log4jWebConfigurer
Return whether to expose the web app root system property, checking the corresponding ServletContext init parameter.
EXPRESSION - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
expression - Variable in class org.springframework.aop.support.AbstractExpressionPointcut
 
Expression - Interface in org.springframework.expression
An expression capable of evaluating itself against context objects.
expression - Variable in class org.springframework.expression.spel.standard.SpelExpression
 
expression - Variable in class org.springframework.scheduling.config.CronTask
 
expression - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
expression - Variable in class org.springframework.test.util.JsonPathExpectationsHelper
 
expression - Variable in class org.springframework.test.util.XpathExpectationsHelper
 
expression - Variable in class org.springframework.web.servlet.support.BindStatus
 
expression - Variable in class org.springframework.web.servlet.tags.EvalTag
 
EXPRESSION_PREFIX - Static variable in class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
 
EXPRESSION_PROPERTIES - Static variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
EXPRESSION_SUFFIX - Static variable in class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
 
EXPRESSION_SUPPORT_CONTEXT_PARAM - Static variable in class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
Expression support parameter at the servlet context level (i.e.
expressionCache - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
expressionContext - Variable in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
expressionContext - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
expressionContext - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Deprecated.
 
ExpressionEvaluationUtils - Class in org.springframework.web.util
Deprecated.
as of Spring 3.2, in favor of the JSP 2.0+ native support for embedded expressions in JSP pages (also applying to tag attributes)
ExpressionEvaluationUtils() - Constructor for class org.springframework.web.util.ExpressionEvaluationUtils
Deprecated.
 
ExpressionEvaluator - Class in org.springframework.cache.interceptor
Utility class handling the SpEL expression parsing.
ExpressionEvaluator() - Constructor for class org.springframework.cache.interceptor.ExpressionEvaluator
 
ExpressionException - Exception in org.springframework.expression
Super class for exceptions that can occur whilst processing expressions
ExpressionException(String, String) - Constructor for exception org.springframework.expression.ExpressionException
Creates a new expression exception.
ExpressionException(String, int, String) - Constructor for exception org.springframework.expression.ExpressionException
Creates a new expression exception.
ExpressionException(int, String) - Constructor for exception org.springframework.expression.ExpressionException
Creates a new expression exception.
ExpressionException(int, String, Throwable) - Constructor for exception org.springframework.expression.ExpressionException
Creates a new expression exception.
ExpressionException(String) - Constructor for exception org.springframework.expression.ExpressionException
Creates a new expression exception.
ExpressionException(String, Throwable) - Constructor for exception org.springframework.expression.ExpressionException
 
ExpressionInvocationTargetException - Exception in org.springframework.expression
This exception wraps (as cause) a checked exception thrown by some method that SpEL invokes.
ExpressionInvocationTargetException(int, String, Throwable) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionInvocationTargetException(int, String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionInvocationTargetException(String, String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionInvocationTargetException(String, Throwable) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionInvocationTargetException(String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
 
expressionParser - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
ExpressionParser - Interface in org.springframework.expression
Parses expression strings into compiled expressions that can be evaluated.
expressionParser - Variable in class org.springframework.web.servlet.tags.EvalTag
 
expressionPattern - Variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
ExpressionPointcut - Interface in org.springframework.aop.support
Interface to be implemented by pointcuts that use String expressions.
expressionPrefix - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
expressionPrefix - Variable in class org.springframework.expression.common.TemplateParserContext
 
expressions - Variable in class org.springframework.expression.common.CompositeStringExpression
The array of expressions that make up the composite expression
expressions - Variable in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
 
expressions - Variable in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
 
expressions - Variable in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
 
expressions - Variable in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
ExpressionState - Class in org.springframework.expression.spel
An ExpressionState is for maintaining per-expression-evaluation state, any changes to it are not seen by other expressions but it gives a place to hold local variables and for component expressions in a compound expression to communicate state.
ExpressionState(EvaluationContext) - Constructor for class org.springframework.expression.spel.ExpressionState
 
ExpressionState(EvaluationContext, SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.ExpressionState
 
ExpressionState(EvaluationContext, TypedValue) - Constructor for class org.springframework.expression.spel.ExpressionState
 
ExpressionState(EvaluationContext, TypedValue, SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.ExpressionState
 
ExpressionState.VariableScope - Class in org.springframework.expression.spel
A new scope is entered when a function is called and it is used to hold the parameters to the function call.
ExpressionState.VariableScope() - Constructor for class org.springframework.expression.spel.ExpressionState.VariableScope
 
ExpressionState.VariableScope(Map<String, Object>) - Constructor for class org.springframework.expression.spel.ExpressionState.VariableScope
 
ExpressionState.VariableScope(String, Object) - Constructor for class org.springframework.expression.spel.ExpressionState.VariableScope
 
expressionString - Variable in class org.springframework.expression.common.CompositeStringExpression
 
expressionString - Variable in exception org.springframework.expression.ExpressionException
 
expressionString - Variable in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
expressionString - Variable in class org.springframework.expression.spel.standard.Tokenizer
 
expressionSuffix - Variable in class org.springframework.context.expression.StandardBeanExpressionResolver
 
expressionSuffix - Variable in class org.springframework.expression.common.TemplateParserContext
 
ExpressionUtils - Class in org.springframework.expression.common
Common utility functions that may be used by any Expression Language provider.
ExpressionUtils() - Constructor for class org.springframework.expression.common.ExpressionUtils
 
ExpressionValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves method arguments annotated with @Value.
ExpressionValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
ExpressionValueMethodArgumentResolver.ExpressionValueNamedValueInfo - Class in org.springframework.web.method.annotation
 
ExpressionValueMethodArgumentResolver.ExpressionValueNamedValueInfo(Value) - Constructor for class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver.ExpressionValueNamedValueInfo
 
extendAdvisors(List<Advisor>) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
Adds an ExposeInvocationInterceptor to the beginning of the advice chain.
extendAdvisors(List<Advisor>) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Extension hook that subclasses can override to register additional Advisors, given the sorted Advisors obtained to date.
extendBeanDefinition(Element, ParserContext) - Method in class org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser
 
ExtendedBeanInfo - Class in org.springframework.beans
Decorator for a standard BeanInfo object, e.g.
ExtendedBeanInfo(BeanInfo) - Constructor for class org.springframework.beans.ExtendedBeanInfo
Wrap the given BeanInfo instance; copy all its existing property descriptors locally, wrapping each in a custom indexed or non-indexed PropertyDescriptor variant that bypasses default JDK weak/soft reference management; then search through its method descriptors to find any non-void returning write methods and update or create the corresponding PropertyDescriptor for each one found.
ExtendedBeanInfoFactory - Class in org.springframework.beans
BeanInfoFactory implementation that evaluates whether bean classes have "non-standard" JavaBeans setter methods and are thus candidates for introspection by Spring's ExtendedBeanInfo.
ExtendedBeanInfoFactory() - Constructor for class org.springframework.beans.ExtendedBeanInfoFactory
 
ExtendedEntityManagerCreator - Class in org.springframework.orm.jpa
Factory for dynamic EntityManager proxies that follow the JPA spec's semantics for "extended" EntityManagers.
ExtendedEntityManagerCreator() - Constructor for class org.springframework.orm.jpa.ExtendedEntityManagerCreator
 
ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler - Class in org.springframework.orm.jpa
InvocationHandler for extended EntityManagers as defined in the JPA spec.
ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler(EntityManager, EntityManagerPlusOperations, PersistenceExceptionTranslator, Boolean, boolean) - Constructor for class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization - Class in org.springframework.orm.jpa
TransactionSynchronization enlisting an extended EntityManager with a current Spring transaction.
ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization(EntityManager, PersistenceExceptionTranslator) - Constructor for class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
extendedEntityManagersToClose - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
ExtendedModelMap - Class in org.springframework.ui
Subclass of ModelMap that implements the Model interface.
ExtendedModelMap() - Constructor for class org.springframework.ui.ExtendedModelMap
 
extendedPersistenceContexts - Variable in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
ExtendedServletRequestDataBinder - Class in org.springframework.web.servlet.mvc.method.annotation
Subclass of ServletRequestDataBinder that adds URI template variables to the values used for data binding.
ExtendedServletRequestDataBinder(Object) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Create a new instance, with default object name.
ExtendedServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Create a new instance.
extendInterceptors(List) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Extension hook that subclasses can override to register additional interceptors, given the configured interceptors (see AbstractHandlerMapping.setInterceptors(java.lang.Object[])).
extendInterceptors(List<Object>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Extension hook that subclasses can override to register additional interceptors, given the configured interceptors (see AbstractHandlerMapping.setInterceptors(java.lang.Object[])).
EXTENSION - Static variable in class org.springframework.web.servlet.view.document.AbstractExcelView
The extension to look for existing templates
EXTENSION - Static variable in class org.springframework.web.servlet.view.document.AbstractJExcelView
The extension to look for existing templates
EXTENSION_MAPPING_PATTERN - Static variable in class org.springframework.test.web.servlet.setup.PatternMappingFilterProxy
 
EXTENSION_SEPARATOR - Static variable in class org.springframework.util.StringUtils
 
externallyManagedConfigMembers - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
externallyManagedDestroyMethods - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
externallyManagedInitMethods - Variable in class org.springframework.beans.factory.support.RootBeanDefinition
 
externalTemplate - Variable in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Deprecated.
 
extractBeanSubElements(Element, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
extractBoundForTypeVariable(TypeVariable) - Static method in class org.springframework.core.GenericTypeResolver
Extracts the bound Type for a given TypeVariable.
extractByteArrayFromMessage(BytesMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a byte array from the given BytesMessage.
extractByteArrayFromMessage(BytesMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter102
Deprecated.
Overrides superclass method to copy bytes from the message into a ByteArrayOutputStream, using a buffer, to avoid using the getBodyLength() method which has been introduced in JMS 1.1 and is therefore not available on a JMS 1.0.2 provider.
extractCacheManager(Element) - Static method in class org.springframework.cache.config.CacheNamespaceHandler
 
extractCaseInsensitiveParameterNames(SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create a Map of case insensitive parameter names together with the original name.
extractClass(Class<?>, Type) - Static method in class org.springframework.core.GenericTypeResolver
Extract a Class from the given Type.
extractData(Record) - Method in class org.springframework.jca.cci.core.CciTemplate.SimpleRecordExtractor
 
extractData(Record) - Method in interface org.springframework.jca.cci.core.RecordExtractor
Process the data in the given Record, creating a corresponding result object.
extractData(Record) - Method in class org.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl
 
extractData(ResultSet) - Method in class org.springframework.jdbc.core.JdbcTemplate.RowCallbackHandlerResultSetExtractor
 
extractData(ResultSet) - Method in interface org.springframework.jdbc.core.ResultSetExtractor
Implementations must implement this method to process the entire ResultSet.
extractData(ResultSet) - Method in class org.springframework.jdbc.core.RowMapperResultSetExtractor
 
extractData(ResultSet) - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
 
extractData(ResultSet) - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Delegates to handleNoRowFound, handleMultipleRowsFound and streamData, according to the ResultSet state.
extractData(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
 
extractData(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseExtractor
Extract data from the given ClientHttpResponse and return it.
extractData(ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate.HeadersExtractor
 
extractData(ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate.ResponseEntityResponseExtractor
 
extractDatabaseMetaData(DataSource, DatabaseMetaDataCallback) - Static method in class org.springframework.jdbc.support.JdbcUtils
Extract database meta data via the given DatabaseMetaDataCallback.
extractDatabaseMetaData(DataSource, String) - Static method in class org.springframework.jdbc.support.JdbcUtils
Call the specified method on DatabaseMetaData for the given DataSource, and extract the invocation result.
extractFilename(String) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
extractFilenameFromUrlPath(String) - Static method in class org.springframework.web.util.WebUtils
Extract the URL filename from the given request URL path.
extractFullFilenameFromUrlPath(String) - Static method in class org.springframework.web.util.WebUtils
Extract the full URL filename (including file extension) from the given request URL path.
extractHandlerMethodNameFromUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Extract the handler method name from the given request URI.
extractHandlerMethodUriTemplates(String, String, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
Deprecated.
 
extractInvocationResult(Message) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Extract the invocation result from the response message.
extractJarFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
Extract the URL for the actual jar file from the given URL (which may point to a resource in a jar file or to a jar file itself).
extractMapFromMessage(MapMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a Map from the given MapMessage.
extractMatrixVariables(HttpServletRequest, Map<String, String>) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
 
extractMessage(Message) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Extract the message body from the given JMS message.
extractNotificationMetadata(Object) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
extractOldValueForEditor - Variable in class org.springframework.beans.AbstractPropertyAccessor
 
extractOperableUrl(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Extract a URL path from the given request, suitable for view name extraction.
extractOutputData(Record) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
 
extractOutputData(Record) - Method in class org.springframework.jca.cci.object.MappingRecordOperation
Subclasses must implement this method to convert the Record returned by CCI execution into a result object for the execute method.
extractOutputParameters(CallableStatement, List<SqlParameter>) - Method in class org.springframework.jdbc.core.JdbcTemplate
Extract output parameters from the completed stored procedure.
extractPathWithinPattern(String, String) - Method in class org.springframework.util.AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractPathWithinPattern(String, String) - Method in interface org.springframework.util.PathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractPointcutParameterTypes(String[], Method) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
Create the pointcut parameters needed by aspectj based on the given argument names and the argument types that are available from the adviceMethod.
extractPropertyName(String) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Extract a JavaBean property name from the supplied attribute name.
extractReturnedResults(CallableStatement, List<SqlParameter>, List<SqlParameter>, int) - Method in class org.springframework.jdbc.core.JdbcTemplate
Extract returned ResultSets from the completed stored procedure.
extractSerializableFromMessage(ObjectMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a Serializable object from the given ObjectMessage.
extractSource(Object, Resource) - Method in class org.springframework.beans.factory.parsing.NullSourceExtractor
This implementation simply returns null for any input.
extractSource(Object, Resource) - Method in class org.springframework.beans.factory.parsing.PassThroughSourceExtractor
Simply returns the supplied sourceCandidate as-is.
extractSource(Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
extractSource(Object, Resource) - Method in interface org.springframework.beans.factory.parsing.SourceExtractor
Extract the source metadata from the candidate object supplied by the configuration parser.
extractSource(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Invoke the SourceExtractor to pull the source metadata from the supplied Element.
extractSource(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Invoke the SourceExtractor to pull the source metadata from the supplied Element.
extractSource(Object) - Method in class org.springframework.beans.factory.xml.ParserContext
 
extractSqlStringFromException(JDOException) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Template method for extracting a SQL String from the given exception.
extractStringFromMessage(TextMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Extract a String from the given TextMessage.
extractType(Type, Class<?>, int, Map<TypeVariable, Type>, Map<Integer, Integer>, int, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Extract the generic type from the given Type object.
extractTypeFromClass(Class<?>, Class<?>, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Extract the generic type from the given Class object.
extractTypeFromClass(Class<?>, Class<?>, int, Map<TypeVariable, Type>, Map<Integer, Integer>, int, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Extract the generic type from the given Class object.
extractTypeFromParameterizedType(ParameterizedType, Class<?>, int, Map<TypeVariable, Type>, Map<Integer, Integer>, int, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Extract the generic type from the given ParameterizedType object.
extractTypeVariablesFromGenericInterfaces(Type[], Map<TypeVariable, Type>) - Static method in class org.springframework.core.GenericTypeResolver
 
extractUriTemplateVariables(String, String) - Method in class org.springframework.util.AntPathMatcher
 
extractUriTemplateVariables(String, String) - Method in interface org.springframework.util.PathMatcher
Given a pattern and a full path, extract the URI template variables.
extractValue(Annotation) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Extract the value attribute from the given annotation.
extractValueFromSingleKeyModel - Variable in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
extractValueFromSingleKeyModel - Variable in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
 
extractViewNameFromUrlPath(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Extract the URL filename from the given request URI.

F

facesContext - Variable in class org.springframework.web.context.request.FacesRequestAttributes
 
FacesContextUtils - Class in org.springframework.web.jsf
Convenience methods to retrieve the root WebApplicationContext for a given FacesContext.
FacesContextUtils() - Constructor for class org.springframework.web.jsf.FacesContextUtils
 
FacesRequestAttributes - Class in org.springframework.web.context.request
RequestAttributes adapter for a JSF javax.faces.context.FacesContext.
FacesRequestAttributes(FacesContext) - Constructor for class org.springframework.web.context.request.FacesRequestAttributes
Create a new FacesRequestAttributes adapter for the given FacesContext.
FacesRequestAttributes.PortletSessionAccessor - Class in org.springframework.web.context.request
Inner class to avoid hard-coded Portlet API dependency.
FacesRequestAttributes.PortletSessionAccessor() - Constructor for class org.springframework.web.context.request.FacesRequestAttributes.PortletSessionAccessor
 
FacesWebRequest - Class in org.springframework.web.context.request
WebRequest adapter for a JSF javax.faces.context.FacesContext.
FacesWebRequest(FacesContext) - Constructor for class org.springframework.web.context.request.FacesWebRequest
Create a new FacesWebRequest adapter for the given FacesContext.
factories - Variable in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Factories used when specific formatters have not been specified.
FACTORIES_RESOURCE_LOCATION - Static variable in class org.springframework.core.io.support.SpringFactoriesLoader
The location to look for the factories.
factoriesPostProcessed - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
FACTORY_BEAN_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
FACTORY_BEAN_PREFIX - Static variable in interface org.springframework.beans.factory.BeanFactory
Used to dereference a FactoryBean instance and distinguish it from beans created by the FactoryBean.
FACTORY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
FactoryBean<T> - Interface in org.springframework.beans.factory
Interface to be implemented by objects used within a BeanFactory which are themselves factories.
factoryBean - Variable in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
 
factoryBeanInstanceCache - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Cache of unfinished FactoryBean instances: FactoryBean name --> BeanWrapper
factoryBeanName - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
FactoryBeanNotInitializedException - Exception in org.springframework.beans.factory
Exception to be thrown from a FactoryBean's getObject() method if the bean is not fully initialized yet, for example because it is involved in a circular reference.
FactoryBeanNotInitializedException() - Constructor for exception org.springframework.beans.factory.FactoryBeanNotInitializedException
Create a new FactoryBeanNotInitializedException with the default message.
FactoryBeanNotInitializedException(String) - Constructor for exception org.springframework.beans.factory.FactoryBeanNotInitializedException
Create a new FactoryBeanNotInitializedException with the given message.
factoryBeanObjectCache - Variable in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Cache of singleton objects created by FactoryBeans: FactoryBean name --> object
FactoryBeanRegistrySupport - Class in org.springframework.beans.factory.support
Support base class for singleton registries which need to handle FactoryBean instances, integrated with DefaultSingletonBeanRegistry's singleton management.
FactoryBeanRegistrySupport() - Constructor for class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
 
factoryClass - Variable in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.
Factory class for Tiles
factoryContainsBean(String) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer.BeanMethodInterceptor
Check the BeanFactory to see whether the bean named beanName already exists.
factoryMethodName - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
fail(String) - Static method in class org.springframework.test.util.AssertionErrors
Fails a test with the given message.
fail(String, Object, Object) - Static method in class org.springframework.test.util.AssertionErrors
Fails a test with the given message passing along expected and actual values to be added to the message.
failEarlyOnGlobalRollbackOnly - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
failedMessages - Variable in exception org.springframework.mail.MailSendException
 
FailFastProblemReporter - Class in org.springframework.beans.factory.parsing
Simple ProblemReporter implementation that exhibits fail-fast behavior when errors are encountered.
FailFastProblemReporter() - Constructor for class org.springframework.beans.factory.parsing.FailFastProblemReporter
 
failureCause - Variable in class org.springframework.web.context.support.RequestHandledEvent
Cause of failure, if any
failureMessage - Variable in class org.springframework.test.AssertThrows
Deprecated.
 
FALLBACK_TRANSACTION_CLASS_NAME - Static variable in class org.springframework.transaction.jta.OC4JJtaTransactionManager
Deprecated.
 
FALLBACK_TRANSACTION_MANAGER_CLASS_NAME - Static variable in class org.springframework.transaction.jta.OC4JJtaTransactionManager
Deprecated.
 
FALLBACK_TRANSACTION_MANAGER_NAMES - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
Fallback JNDI locations for the JTA TransactionManager.
fallbackCompareTo(Object) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
FallbackObjectToStringConverter - Class in org.springframework.core.convert.support
Simply calls Object.toString() to convert any supported Object to a String.
FallbackObjectToStringConverter() - Constructor for class org.springframework.core.convert.support.FallbackObjectToStringConverter
 
fallbackToDefaultTypeMatch - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
fallbackToDynamicDestination - Variable in class org.springframework.jms.support.destination.JndiDestinationResolver
 
fallbackToNoOpCache - Variable in class org.springframework.cache.support.CompositeCacheManager
 
fallbackToSystemLocale - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
fallbackToSystemLocale - Variable in class org.springframework.context.support.ResourceBundleMessageSource
 
fallbackTranslator - Variable in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
 
FALSE - Static variable in class org.springframework.expression.spel.support.BooleanTypedValue
 
FALSE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
falseString - Variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
falseValues - Static variable in class org.springframework.core.convert.support.StringToBooleanConverter
 
fatal(Problem) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
Throws a BeanDefinitionParsingException detailing the error that has occurred.
fatal(Problem) - Method in interface org.springframework.beans.factory.parsing.ProblemReporter
Called when a fatal error is encountered during the parsing process.
fatal(String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
fatal(String, Object, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
fatal(String, Object, ParseState) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
fatal(String, Object, ParseState, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
FatalBeanException - Exception in org.springframework.beans
Thrown on an unrecoverable problem encountered in the beans packages or sub-packages, e.g.
FatalBeanException(String) - Constructor for exception org.springframework.beans.FatalBeanException
Create a new FatalBeanException with the specified message.
FatalBeanException(String, Throwable) - Constructor for exception org.springframework.beans.FatalBeanException
Create a new FatalBeanException with the specified message and root cause.
fatalError(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
 
fatalError(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
 
favorParameter - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
favorParameter(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Indicate whether a request parameter should be used to determine the requested media type with the 2nd highest priority, i.e.
favorPathExtension - Variable in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
favorPathExtension(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Indicate whether the extension of the request path should be used to determine the requested media type with the highest priority.
features - Variable in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
features - Variable in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
 
feedType - Variable in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 
fetchSize - Variable in class org.springframework.jdbc.core.JdbcTemplate
If this variable is set to a non-zero value, it will be used for setting the fetchSize property on statements used for query processing.
fetchSize - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
field - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
field - Variable in class org.springframework.core.convert.FieldDescriptor
 
field - Variable in class org.springframework.validation.FieldError
 
FIELD_CLASS - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the class field in a JMX Descriptor.
FIELD_CURRENCY_TIME_LIMIT - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the currency time limit field in a JMX Descriptor.
FIELD_DEFAULT - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the default field in a JMX Descriptor.
FIELD_DISPLAY_NAME - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the displayName field in a JMX Descriptor.
FIELD_GET_METHOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Identifies a getter method in a JMX Descriptor.
FIELD_LOG - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the log field in a JMX Descriptor.
FIELD_LOG_FILE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the logfile field in a JMX Descriptor.
FIELD_METRIC_CATEGORY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the custom metricCategory field in a JMX Descriptor.
FIELD_METRIC_TYPE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the metricType field in a JMX Descriptor.
FIELD_PERSIST_LOCATION - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistLocation field in a JMX Descriptor.
FIELD_PERSIST_NAME - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistName field in a JMX Descriptor.
FIELD_PERSIST_PERIOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistPeriod field in a JMX Descriptor.
FIELD_PERSIST_POLICY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistPolicy field in a JMX Descriptor.
FIELD_ROLE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the role field in a JMX Descriptor.
FIELD_SET_METHOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Identifies a setter method in a JMX Descriptor.
FIELD_TYPES - Static variable in class org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
FIELD_TYPES - Static variable in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
FIELD_UNITS - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the units field in a JMX Descriptor.
FIELD_VISIBILITY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the visibility field in a JMX Descriptor.
fieldAnnotations - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
fieldCache - Variable in class org.springframework.core.Constants
Map from String field name to object value
fieldDefaultPrefix - Variable in class org.springframework.web.bind.WebDataBinder
 
FieldDescriptor - Class in org.springframework.core.convert
 
FieldDescriptor(Field) - Constructor for class org.springframework.core.convert.FieldDescriptor
 
FieldDescriptor(Class<?>, Field, int, int, Map<Integer, Integer>) - Constructor for class org.springframework.core.convert.FieldDescriptor
 
FieldError - Class in org.springframework.validation
Encapsulates a field error, that is, a reason for rejecting a specific field value.
FieldError(String, String, String) - Constructor for class org.springframework.validation.FieldError
Create a new FieldError instance.
FieldError(String, String, Object, boolean, String[], Object[], String) - Constructor for class org.springframework.validation.FieldError
Create a new FieldError instance.
fieldMap - Variable in class org.springframework.beans.DirectFieldAccessor
 
fieldMarkerPrefix - Variable in class org.springframework.web.bind.WebDataBinder
 
fieldName - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
fieldObject - Variable in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
FieldRetrievingFactoryBean - Class in org.springframework.beans.factory.config
FactoryBean which retrieves a static or non-static field value.
FieldRetrievingFactoryBean() - Constructor for class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
fieldType - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
fieldType - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
fieldType - Variable in class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
fieldType - Variable in class org.springframework.format.support.FormattingConversionService.ParserConverter
 
fieldType - Variable in class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
fieldTypes - Variable in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
file - Variable in class org.springframework.core.io.FileSystemResource
 
file(String, byte[]) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
Create a new MockMultipartFile with the given content.
file(MockMultipartFile) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
Add the given MockMultipartFile.
FILE_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
URL prefix for loading from the file system: "file:"
FileCopyUtils - Class in org.springframework.util
Simple utility methods for file and stream copying.
FileCopyUtils() - Constructor for class org.springframework.util.FileCopyUtils
 
FileEditor - Class in org.springframework.beans.propertyeditors
Editor for java.io.File, to directly populate a File property from a Spring resource location.
FileEditor() - Constructor for class org.springframework.beans.propertyeditors.FileEditor
Create a new FileEditor, using the default ResourceEditor underneath.
FileEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.FileEditor
Create a new FileEditor, using the given ResourceEditor underneath.
fileEncoding - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
fileEncodings - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
fileExtensionResolvers - Variable in class org.springframework.web.accept.ContentNegotiationManager
 
fileExtensions - Variable in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
fileExtensions - Variable in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
fileExtensions - Variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
fileItem - Variable in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
fileItemFactory - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
filename - Variable in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.StandardMultipartFile
 
FILENAME_KEY - Static variable in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
files - Variable in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
 
FileSystemResource - Class in org.springframework.core.io
Resource implementation for java.io.File handles.
FileSystemResource(File) - Constructor for class org.springframework.core.io.FileSystemResource
Create a new FileSystemResource from a File handle.
FileSystemResource(String) - Constructor for class org.springframework.core.io.FileSystemResource
Create a new FileSystemResource from a file path.
FileSystemResourceLoader - Class in org.springframework.core.io
ResourceLoader implementation that resolves plain paths as file system resources rather than as class path resources (the latter is DefaultResourceLoader's default strategy).
FileSystemResourceLoader() - Constructor for class org.springframework.core.io.FileSystemResourceLoader
 
FileSystemResourceLoader.FileSystemContextResource - Class in org.springframework.core.io
FileSystemResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
FileSystemResourceLoader.FileSystemContextResource(String) - Constructor for class org.springframework.core.io.FileSystemResourceLoader.FileSystemContextResource
 
FileSystemUtils - Class in org.springframework.util
Utility methods for working with the file system.
FileSystemUtils() - Constructor for class org.springframework.util.FileSystemUtils
 
FileSystemXmlApplicationContext - Class in org.springframework.context.support
Standalone XML application context, taking the context definition files from the file system or from URLs, interpreting plain paths as relative file system locations (e.g.
FileSystemXmlApplicationContext() - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext for bean-style configuration.
FileSystemXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext for bean-style configuration.
FileSystemXmlApplicationContext(String) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
FileSystemXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
FileSystemXmlApplicationContext(String[], ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
FileSystemXmlApplicationContext(String[], boolean) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML files.
FileSystemXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
Create a new FileSystemXmlApplicationContext with the given parent, loading the definitions from the given XML files.
fileTimestamp - Variable in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
fileTypeMap - Static variable in class org.springframework.http.converter.ResourceHttpMessageConverter.ActivationMediaTypeFactory
 
fileTypeMap - Variable in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
The delegate FileTypeMap, compiled from the mappings in the mapping file and the entries in the mappings property.
fileTypeMap - Variable in class org.springframework.mail.javamail.MimeMessageHelper
 
fileTypeMap - Static variable in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy.JafMediaTypeFactory
 
fileTypeMap - Static variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler.ActivationMediaTypeFactory
 
fileUpload(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a multipart request.
fileUpload - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
fillInClientStackTraceIfPossible(Throwable) - Static method in class org.springframework.remoting.support.RemoteInvocationUtils
Fill the current client-side stack trace into the given exception.
fillProperties(Properties, EncodedResource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Fill the given properties from the given EncodedResource, potentially defining a specific encoding for the properties file.
fillProperties(Properties, EncodedResource, PropertiesPersister) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Actually load properties from the given EncodedResource into the given Properties instance.
fillProperties(Properties, Resource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Fill the given properties from the given resource (in ISO-8859-1 encoding).
fillReport(Map<String, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Create a populated JasperPrint instance from the configured JasperReport instance.
filter(List<Method>) - Method in interface org.springframework.expression.MethodFilter
Called by the method resolver to allow the SpEL user to organize the list of candidate methods that may be invoked.
filter - Variable in class org.springframework.mock.web.PassThroughFilterChain
 
FILTER_EXPRESSION_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
FILTER_TYPE_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
filterConfig - Variable in class org.springframework.web.filter.GenericFilterBean
 
filterDefinition - Variable in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
FilterDefinitionFactoryBean - Class in org.springframework.orm.hibernate3
Convenient FactoryBean for defining Hibernate FilterDefinitions.
FilterDefinitionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
filterDefinitions - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
filteredPropertyDescriptorsCache - Variable in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Cache of filtered PropertyDescriptors: bean Class -> PropertyDescriptor array
filterModel(Map<String, Object>) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
Filter out undesired attributes from the given model.
filterModel(Map<String, Object>) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Filter out undesired attributes from the given model.
filterName - Variable in class org.springframework.mock.web.MockFilterConfig
 
filterName - Variable in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
filterNames - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
 
filterPostProcessors(List<BeanPostProcessor>) - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
Search for all DestructionAwareBeanPostProcessors in the List.
filterPropertyDescriptorsForDependencyCheck(BeanWrapper, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Extract a filtered set of PropertyDescriptors from the given BeanWrapper, excluding ignored dependency types or properties defined on ignored dependency interfaces.
filterPropertyDescriptorsForDependencyCheck(BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Extract a filtered set of PropertyDescriptors from the given BeanWrapper, excluding ignored dependency types or properties defined on ignored dependency interfaces.
filters - Variable in class org.springframework.aop.support.ClassFilters.IntersectionClassFilter
 
filters - Variable in class org.springframework.aop.support.ClassFilters.UnionClassFilter
 
filters - Variable in class org.springframework.expression.spel.support.ReflectiveMethodResolver
 
filters - Variable in class org.springframework.mock.web.MockFilterChain
 
filters - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
filters - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
filters - Variable in class org.springframework.test.web.servlet.MockMvc
 
filters - Variable in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
 
filters - Variable in class org.springframework.web.filter.CompositeFilter
 
FilterType - Enum in org.springframework.context.annotation
Enumeration of the type filters that may be used in conjunction with @ComponentScan.
FilterType() - Constructor for enum org.springframework.context.annotation.FilterType
 
find(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.Converters
Find a GenericConverter given a source and target type.
find(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute an HQL query.
find(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute an HQL query, binding one value to a "?" parameter in the query string.
find(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute an HQL query, binding a number of values to "?" parameters in the query string.
find(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
find(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
find(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
find(Class<T>) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find all persistent instances of the given class.
find(Class<T>, String) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find all persistent instances of the given class that match the given JDOQL filter.
find(Class<T>, String, String) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find all persistent instances of the given class that match the given JDOQL filter, with the given result ordering.
find(Class<T>, String, String, Object...) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find all persistent instances of the given class that match the given JDOQL filter, using the given parameter declarations and parameter values.
find(Class<T>, String, String, Object[], String) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find all persistent instances of the given class that match the given JDOQL filter, using the given parameter declarations and parameter values, with the given result ordering.
find(Class<T>, String, String, Map<String, ?>) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find all persistent instances of the given class that match the given JDOQL filter, using the given parameter declarations and parameter values.
find(Class<T>, String, String, Map<String, ?>, String) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find all persistent instances of the given class that match the given JDOQL filter, using the given parameter declarations and parameter values, with the given result ordering.
find(String, Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find persistent instances through the given query object in the specified query language.
find(String) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find persistent instances through the given single-string JDOQL query.
find(String, Object...) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find persistent instances through the given single-string JDOQL query.
find(String, Map<String, ?>) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find persistent instances through the given single-string JDOQL query.
find(Class<T>) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
find(Class<T>, String) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
find(Class<T>, String, String) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
find(Class<T>, String, String, Object...) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
find(Class<T>, String, String, Object[], String) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
find(Class<T>, String, String, Map<String, ?>) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
find(Class<T>, String, String, Map<String, ?>, String) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
find(String, Object) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
find(String) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
find(String, Object...) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
find(String, Map<String, ?>) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
find(Class<T>, Object) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
find(String) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
find(String, Object...) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
find(Class<T>, Object) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
find(String) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
find(String, Object...) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
findAccessorForMethod(String, List<TypeDescriptor>, Object, EvaluationContext) - Method in class org.springframework.expression.spel.ast.MethodReference
 
findAdvisorBeans() - Method in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
Find all eligible Advisor beans in the current bean factory, ignoring FactoryBeans and excluding beans that are currently in creation.
findAdvisorsThatCanApply(List<Advisor>, Class, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Search the given candidate Advisors to find all Advisors that can apply to the specified bean.
findAdvisorsThatCanApply(List<Advisor>, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
Determine the sublist of the candidateAdvisors list that is applicable to the given class.
findAllClassPathResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all class location resources with the given location via the ClassLoader.
findAndBind(Class, String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
findAnnotatedBeans(ApplicationContext) - Static method in class org.springframework.web.method.ControllerAdviceBean
Find the names of beans annotated with @ControllerAdvice in the given ApplicationContext and wrap them as ControllerAdviceBean instances.
findAnnotation(Method, Class<A>) - Static method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
 
findAnnotation(Method, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Get a single Annotation of annotationType from the supplied Method, traversing its super methods if no annotation can be found on the given method itself.
findAnnotation(Class<?>, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Find a single Annotation of annotationType from the supplied Class, traversing its interfaces and superclasses if no annotation can be found on the given class itself.
findAnnotationDeclaringClass(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Find the first Class in the inheritance hierarchy of the specified clazz (including the specified clazz itself) which declares an annotation for the specified annotationType, or null if not found.
findAnnotationDeclaringClassForTypes(List<Class<? extends Annotation>>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Find the first Class in the inheritance hierarchy of the specified clazz (including the specified clazz itself) which declares at least one of the specified annotationTypes, or null if none of the specified annotation types could be found.
findAnnotationOnBean(String, Class<A>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Find a Annotation of annotationType on the specified bean, traversing its interfaces and super classes if no annotation can be found on the given class itself.
findAnnotationOnBean(String, Class<A>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Find a Annotation of annotationType on the specified bean, traversing its interfaces and super classes if no annotation can be found on the given class itself, as well as checking its raw bean class if not found on the exposed bean reference (e.g.
findAnnotationOnBean(String, Class<A>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
findAnnotationOnBean(String, Class<A>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
findAnnotationOnBean(String, Class<A>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
findApplicationContexts() - Method in class org.springframework.context.support.LiveBeansView
Find all applicable ApplicationContexts for the current application.
findApplicationContexts() - Method in class org.springframework.web.context.support.ServletContextLiveBeansView
 
findAspectJAnnotationOnMethod(Method) - Static method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
Find and return the first AspectJ annotation on the given method (there should only be one anyway...)
findAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
 
findAutowireCandidates(Class<T>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Obtain all beans of the given type as autowire candidates.
findAutowireCandidates(String, Class<?>, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Find bean instances that match the required type.
findAutowiredAnnotation(AccessibleObject) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
findAutowiringMetadata(String, Class<?>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
findBestExceptionHandlerMethod(Object, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Finds the handler method that matches the thrown exception best.
findBestExceptionHandlerMethod(Object, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
Finds the handler method that matches the thrown exception best.
findBridgedMethod(Method) - Static method in class org.springframework.core.BridgeMethodResolver
Find the original method for the supplied bridge Method.
findByCriteria(DetachedCriteria) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on a given Hibernate criteria object.
findByCriteria(DetachedCriteria, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on the given Hibernate criteria object.
findByCriteria(DetachedCriteria) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByCriteria(DetachedCriteria, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByExample(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on the given example entity object.
findByExample(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on the given example entity object.
findByExample(Object, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on a given example entity object.
findByExample(String, Object, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a query based on a given example entity object.
findByExample(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByExample(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByExample(Object, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByExample(String, Object, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute an HQL query, binding one value to a ":" named parameter in the query string.
findByNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute an HQL query, binding a number of values to ":" named parameters in the query string.
findByNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedParams(String, Map<String, ?>) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
findByNamedParams(String, Map<String, ?>) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
findByNamedQuery(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query.
findByNamedQuery(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query, binding one value to a "?" parameter in the query string.
findByNamedQuery(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query binding a number of values to "?" parameters in the query string.
findByNamedQuery(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQuery(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQuery(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQuery(Class<T>, String) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find persistent instances through the given named query.
findByNamedQuery(Class<T>, String, Object...) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find persistent instances through the given named query.
findByNamedQuery(Class<T>, String, Map<String, ?>) - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Find persistent instances through the given named query.
findByNamedQuery(Class<T>, String) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
findByNamedQuery(Class<T>, String, Object...) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
findByNamedQuery(Class<T>, String, Map<String, ?>) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
findByNamedQuery(String) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
findByNamedQuery(String, Object...) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
findByNamedQuery(String) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
findByNamedQuery(String, Object...) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
findByNamedQueryAndNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query, binding one value to a ":" named parameter in the query string.
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query, binding a number of values to ":" named parameters in the query string.
findByNamedQueryAndNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByNamedQueryAndNamedParams(String, Map<String, ?>) - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
findByNamedQueryAndNamedParams(String, Map<String, ?>) - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
findByNamedQueryAndValueBean(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute a named query, binding the properties of the given bean to ":" named parameters in the query string.
findByNamedQueryAndValueBean(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findByValueBean(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Execute an HQL query, binding the properties of the given bean to named parameters in the query string.
findByValueBean(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
findCacheOperations(Class<?>) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
findCacheOperations(Method) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
findCacheOperations(Method) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Subclasses need to implement this to return the caching attribute for the given method, if any.
findCacheOperations(Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Subclasses need to implement this to return the caching attribute for the given class, if any.
findCandidateAdvisors() - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
findCandidateAdvisors() - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Find all candidate Advisors to use in auto-proxying.
findCandidateComponents(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Scan the class path for candidate components.
findCandidateWriteMethods(MethodDescriptor[]) - Method in class org.springframework.beans.ExtendedBeanInfo
 
findClassName(Node) - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Given the root Node in a JRuby AST will locate the name of the class defined by that AST.
findClassNode(Node) - Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Find the first ClassNode under the supplied Node.
findClosestMatch(Collection<Class<? extends Throwable>>, Throwable) - Static method in class org.springframework.core.ExceptionDepthComparator
Obtain the closest match from the given exception types for the given target exception.
findColumn(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
findColumn(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Maps the given column label to its column index.
findCommonElementType(Collection) - Static method in class org.springframework.util.CollectionUtils
Find the common element type of the given Collection, if any.
findCustomEditor(Class<?>, String) - Method in interface org.springframework.beans.PropertyEditorRegistry
Find a custom property editor for the given type and property.
findCustomEditor(Class<?>, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
 
findCustomEditor(Class<?>, String) - Method in class org.springframework.validation.DataBinder
 
findDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and the given parameter types, declared on the given class or one of its superclasses.
findDeclaredMethodWithMinimalParameters(Class<?>, String) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and minimal parameters (best case: none), declared on the given class or one of its superclasses.
findDecoratorForNode(Node, ParserContext) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Locates the BeanDefinitionParser from the register implementations using the local name of the supplied Node.
findDefaultEditor(Class) - Method in class org.springframework.beans.TypeConverterDelegate
Find a default editor for the given type.
findDefaultEntityManagerFactory(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Find a single default EntityManagerFactory in the Spring application context.
findDefinedEqualsAndHashCodeMethods(Class[]) - Method in class org.springframework.aop.framework.JdkDynamicAopProxy
Finds any JdkDynamicAopProxy.equals(java.lang.Object) or JdkDynamicAopProxy.hashCode() method that may be defined on the supplied set of interfaces.
findDestroyMethod() - Method in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
findEditor(String, Class<?>) - Method in class org.springframework.validation.AbstractBindingResult
This implementation delegates to the PropertyEditorRegistry's editor lookup facility, if available.
findEditor(String, Class<?>) - Method in class org.springframework.validation.AbstractPropertyBindingResult
This implementation exposes a PropertyEditor adapter for a Formatter, if applicable.
findEditor(String, Class) - Method in exception org.springframework.validation.BindException
 
findEditor(String, Class<?>) - Method in interface org.springframework.validation.BindingResult
Find a custom property editor for the given type and property.
findEditor(Class) - Method in class org.springframework.web.servlet.support.BindStatus
Find a PropertyEditor for the given value class, associated with the property that this bound status is currently bound to.
findEditorByConvention(Class<?>) - Static method in class org.springframework.beans.BeanUtils
Find a JavaBeans PropertyEditor following the 'Editor' suffix convention (e.g.
findEffectiveMessageKey(ObjectError) - Method in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
Find the most specific message key for the given error.
findEligibleAdvisors(Class, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Find all eligible Advisors for auto-proxying this class.
findEntityManagerFactory(ListableBeanFactory, String) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Find an EntityManagerFactory with the given name in the given Spring application context (represented as ListableBeanFactory).
findEntityManagerFactory(String, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Find an EntityManagerFactory with the given name in the current Spring application context, falling back to a single default EntityManagerFactory (if any) in case of no unit name specified.
findExecutorForConstructor(String, List<TypeDescriptor>, ExpressionState) - Method in class org.springframework.expression.spel.ast.ConstructorReference
Go through the list of registered constructor resolvers and see if any can find a constructor that takes the specified set of arguments.
findExistingPropertyDescriptor(String, Class<?>) - Method in class org.springframework.beans.ExtendedBeanInfo
 
findField(String, Class<?>, Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
findField(String, Class<?>, boolean) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
Find a field of a certain name on a specified class
findField(Class, String) - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
 
findField(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name.
findField(Class<?>, String, Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name and/or type.
findFirstMatch(Collection, Collection) - Static method in class org.springframework.util.CollectionUtils
Return the first element in 'candidates' that is contained in 'source'.
findGenericDeclaration(Method) - Static method in class org.springframework.core.BridgeMethodResolver
Searches for the generic Method declaration whose erased signature matches that of the supplied bridge method.
findGetterForProperty(String, Class<?>, Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
findGetterForProperty(String, Class<?>, boolean) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
Find a getter method for the specified property.
findInChain(ConcurrentReferenceHashMap.Reference<K, V>, Object, int) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Segment
 
findIndexedPropertyType(String, Class<?>, Method, Method) - Static method in class org.springframework.beans.PropertyDescriptorUtils
 
findInnerBeanDefinitionsAndBeanReferences(BeanDefinition) - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
findJobDetail(Trigger) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
 
findLabeledEnums(Class) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.
Template method to be implemented by subclasses.
findLabeledEnums(Class) - Method in class org.springframework.core.enums.StaticLabeledEnumResolver
Deprecated.
 
findLifecycleMetadata(Class<?>) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
findLoadedClassMethod - Static variable in class org.springframework.context.support.ContextTypeMatchClassLoader
 
findLocalizedResource(String, String, Locale) - Method in class org.springframework.core.io.support.LocalizedResourceHelper
Find the most specific localized resource for the given name, extension and locale:
findMatchingMethod() - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
This implementation looks for a method with matching parameter types.
findMatchingMethod() - Method in class org.springframework.util.MethodInvoker
Find a matching method with the specified name for the specified arguments.
findMatchingResources(Resource, String, PathMatcher) - Static method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate
 
findMatchingViewName(Properties, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Find a matching view name in the given exception mappings
findMatchingViewName(Properties, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Find a matching view name in the given exception mappings.
findMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and the given parameter types, declared on the given class or one of its superclasses.
findMethod(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and no parameters.
findMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and parameter types.
findMethodForProperty(String[], String, Class<?>, boolean, int, Set<Class<?>>) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
findMethodWithMinimalParameters(Class<?>, String) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and minimal parameters (best case: none), declared on the given class or one of its superclasses.
findMethodWithMinimalParameters(Method[], String) - Static method in class org.springframework.beans.BeanUtils
Find a method with the given method name and minimal parameters (best case: none) in the given list of methods.
findNamedEntityManagerFactory(String, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Find an EntityManagerFactory with the given name in the current Spring application context.
findNext(BitSet, int, Calendar, int, int, List<Integer>) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
Search the bits provided for the next set bit after the value provided, and reset the calendar.
findNextDay(Calendar, BitSet, int, BitSet, int, List<Integer>) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
findNextPotentialReference(int) - Method in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
findObject(Object[], Map) - Method in class org.springframework.jdbc.object.SqlQuery
Generic object finder method, used by all other findObject methods.
findObject(Object...) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object without context.
findObject(int, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single int parameter and a context.
findObject(int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single int parameter.
findObject(int, int, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given two int parameters and a context.
findObject(int, int) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given two int parameters.
findObject(long, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single long parameter and a context.
findObject(long) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single long parameter.
findObject(String, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single String parameter and a context.
findObject(String) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single String parameter.
findObjectByNamedParam(Map<String, ?>, Map) - Method in class org.springframework.jdbc.object.SqlQuery
Generic object finder method for named parameters.
findObjectByNamedParam(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
Convenient method to execute without context.
findParameter(List<SqlParameter>, String, int) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Find a matching parameter in the given list of declared parameters.
findParameterizedTypeReferenceSubclass(Class<?>) - Static method in class org.springframework.core.ParameterizedTypeReference
 
findParameterValue(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Obtain a named parameter from the given request parameters.
findParserForElement(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
Locates the BeanDefinitionParser from the register implementations using the local name of the supplied Element.
findPathMatchingResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Find all resources that match the given location pattern via the Ant-style PathMatcher.
findPerClause(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Extract contents from String of form pertarget(contents).
findPersistenceMetadata(String, Class<?>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
findPlaceholderEndIndex(CharSequence, int) - Method in class org.springframework.util.PropertyPlaceholderHelper
 
findPriorityForClass(Class) - Static method in class org.springframework.aop.config.AopConfigUtils
 
findPriorityForClass(String) - Static method in class org.springframework.aop.config.AopConfigUtils
 
findPropertyForMethod(Method) - Static method in class org.springframework.beans.BeanUtils
Find a JavaBeans PropertyDescriptor for the given method, with the method either being the read method or the write method for that bean property.
findPropertyType(String, Class<?>...) - Static method in class org.springframework.beans.BeanUtils
Determine the bean property type for the given property from the given classes/interfaces, if possible.
findPropertyType(Method, Method) - Static method in class org.springframework.beans.PropertyDescriptorUtils
 
findRequiredWebApplicationContext(ActionServlet, ModuleConfig) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Find most specific context available: check ContextLoaderPlugIn's WebApplicationContext first, fall back to root WebApplicationContext else.
findResourceInternal(String, String) - Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
 
findResourceMetadata(String, Class<?>) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
findRoot(URL) - Static method in class org.springframework.core.io.support.VfsPatternUtils
 
findScheduler(String) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
findServerForSpecialEnvironment() - Static method in class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
findSessionAttributeArguments(HandlerMethod) - Method in class org.springframework.web.method.annotation.ModelFactory
Return all @ModelAttribute arguments declared as session attributes via @SessionAttributes.
findSetterForProperty(String, Class<?>, Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
findSetterForProperty(String, Class<?>, boolean) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
Find a setter method for the specified property.
findTemplateSource(String) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
findTransactionAttribute(Method) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
findTransactionAttribute(Class<?>) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
findTransactionAttribute(Method) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Subclasses need to implement this to return the transaction attribute for the given method, if any.
findTransactionAttribute(Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Subclasses need to implement this to return the transaction attribute for the given class, if any.
findTransactionManager(UserTransaction) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Find the JTA TransactionManager through autodetection: checking whether the UserTransaction object implements the TransactionManager, and checking the fallback JNDI locations.
findTransactionSynchronizationRegistry(UserTransaction, TransactionManager) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Find the JTA 1.1 TransactionSynchronizationRegistry through autodetection: checking whether the UserTransaction object or TransactionManager object implements it, and checking Java EE 5's standard JNDI location.
findTranslatorForDatabase(String) - Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
Find a custom translator for the specified database.
findType(String) - Method in class org.springframework.expression.spel.ExpressionState
 
findType(String) - Method in class org.springframework.expression.spel.support.StandardTypeLocator
Find a (possibly unqualified) type reference - first using the typename as is, then trying any registered prefixes if the typename cannot be found.
findType(String) - Method in interface org.springframework.expression.TypeLocator
Find a type by name.
findUniqueProfileValueSourceFromContext(ApplicationContext) - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated.
findUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Find the JTA UserTransaction through a default JNDI lookup: "java:comp/UserTransaction".
findValue(Annotation[]) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Determine a suggested value from any of the given candidate annotations.
findValueOfType(Collection<?>, Class<T>) - Static method in class org.springframework.util.CollectionUtils
Find a single value of the given type in the given Collection.
findValueOfType(Collection<?>, Class<?>[]) - Static method in class org.springframework.util.CollectionUtils
Find a single value of one of the given types in the given Collection: searching the Collection for a value of the first type, then searching for a value of the second type, etc.
findWebApplicationContext() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return the WebApplicationContext passed in at construction time, if available.
findWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
Retrieve a WebApplicationContext from the ServletContext attribute with the configured name.
finishBeanFactoryInitialization(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
Finish the initialization of this context's bean factory, initializing all remaining singleton beans.
finishRefresh() - Method in class org.springframework.context.support.AbstractApplicationContext
Finish the refresh of this context, invoking the LifecycleProcessor's onRefresh() method and publishing the ContextRefreshedEvent.
fireAliasRegistered(String, String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
fireComponentRegistered(ComponentDefinition) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
fireDefaultsRegistered(DefaultsDefinition) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
fireImportProcessed(String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
fireImportProcessed(String, Resource[], Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
FIRST - Static variable in class org.springframework.expression.spel.ast.Selection
 
first() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
first() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the first row of this RowSet.
FixedContentNegotiationStrategy - Class in org.springframework.web.accept
A ContentNegotiationStrategy that returns a fixed content type.
FixedContentNegotiationStrategy(MediaType) - Constructor for class org.springframework.web.accept.FixedContentNegotiationStrategy
Create an instance that always returns the given content type.
fixedDelayTasks - Variable in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
fixedField(String) - Method in class org.springframework.validation.AbstractErrors
Transform the given field into its full path, regarding the nested path of this instance.
fixedInterceptorMap - Variable in class org.springframework.aop.framework.CglibAopProxy
 
fixedInterceptorMap - Variable in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
fixedInterceptorOffset - Variable in class org.springframework.aop.framework.CglibAopProxy
 
fixedInterceptorOffset - Variable in class org.springframework.aop.framework.CglibAopProxy.ProxyCallbackFilter
 
FixedLocaleResolver - Class in org.springframework.web.servlet.i18n
LocaleResolver implementation that always returns a fixed default locale.
FixedLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.FixedLocaleResolver
Create a default FixedLocaleResolver, exposing a configured default locale (or the JVM's default locale as fallback).
FixedLocaleResolver(Locale) - Constructor for class org.springframework.web.servlet.i18n.FixedLocaleResolver
Create a FixedLocaleResolver that exposes the given locale.
fixedRate - Variable in class org.springframework.scheduling.commonj.ScheduledTimerListener
 
fixedRate - Variable in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
 
fixedRate - Variable in class org.springframework.scheduling.support.PeriodicTrigger
 
fixedRate - Variable in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated.
 
fixedRateTasks - Variable in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
FixedThemeResolver - Class in org.springframework.web.servlet.theme
Implementation of ThemeResolver that simply uses a fixed theme.
FixedThemeResolver() - Constructor for class org.springframework.web.servlet.theme.FixedThemeResolver
 
flags - Variable in class org.springframework.beans.propertyeditors.PatternEditor
 
flags - Static variable in class org.springframework.expression.spel.standard.Tokenizer
 
flash() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to flash attribute assertions.
FLASH_MAP_MANAGER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Name of request attribute that holds the FlashMapManager.
FLASH_MAP_MANAGER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the FlashMapManager object in the bean factory for this namespace.
FLASH_MAPS_SESSION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.support.SessionFlashMapManager
 
flashAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set an "input" flash attribute.
FlashAttributeResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for "output" flash attribute assertions.
FlashAttributeResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Protected constructor.
flashAttributes - Variable in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
flashAttributes - Variable in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
flashAttrs(Map<String, Object>) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set flash attributes.
FlashMap - Class in org.springframework.web.servlet
A FlashMap provides a way for one request to store attributes intended for use in another.
FlashMap() - Constructor for class org.springframework.web.servlet.FlashMap
 
flashMapManager - Variable in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
flashMapManager - Variable in class org.springframework.web.servlet.DispatcherServlet
FlashMapManager used by this servlet
FlashMapManager - Interface in org.springframework.web.servlet
A strategy interface for retrieving and saving FlashMap instances.
flashMapTimeout - Variable in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
FLOAT_PARSER - Static variable in class org.springframework.web.bind.ServletRequestUtils
 
FLOAT_PARSER - Static variable in class org.springframework.web.portlet.bind.PortletRequestUtils
 
FloatLiteral - Class in org.springframework.expression.spel.ast
Expression language AST node that represents a float literal.
FloatLiteral(String, int, float) - Constructor for class org.springframework.expression.spel.ast.FloatLiteral
 
flush() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
flush() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Trigger any queued update operations to be added as a final batch.
flush() - Method in class org.springframework.jms.connection.JmsTransactionManager.JmsTransactionObject
 
flush() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
 
flush() - Method in class org.springframework.mock.web.MockHttpServletResponse.ResponsePrintWriter
 
flush() - Method in class org.springframework.mock.web.MockHttpServletResponse.ResponseServletOutputStream
 
flush() - Method in class org.springframework.mock.web.MockJspWriter
 
flush() - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Flush all pending saves, updates and deletes to the database.
flush() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
flush() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
flush() - Method in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
flush() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager.HibernateTransactionObject
 
flush() - Method in class org.springframework.orm.hibernate4.SpringFlushSynchronization
 
flush() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
flush() - Method in interface org.springframework.orm.jdo.JdoOperations
Deprecated.
Flush all transactional modifications to the database.
flush() - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated.
 
flush() - Method in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
flush() - Method in interface org.springframework.orm.jpa.JpaOperations
Deprecated.
 
flush() - Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
 
flush() - Method in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
flush() - Method in class org.springframework.transaction.jta.JtaTransactionObject
This implementation triggers flush callbacks, assuming that they will flush all affected ORM sessions.
flush() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
This implementations is empty, considering flush as a no-op.
flush() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Delegate the flushing to the transaction object, provided that the latter implements the SmartTransactionObject interface.
flush() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 
flush() - Method in interface org.springframework.transaction.support.SmartTransactionObject
Flush the underlying sessions to the datastore, if applicable: for example, all affected Hibernate/JPA sessions.
flush() - Method in interface org.springframework.transaction.support.TransactionSynchronization
Flush the underlying session to the datastore, if applicable: for example, a Hibernate/JPA session.
flush() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
flush() - Method in interface org.springframework.transaction.TransactionStatus
Flush the underlying session to the datastore, if applicable: for example, all affected Hibernate/JPA sessions.
flush() - Method in class org.springframework.util.CommonsLogWriter
 
flush() - Method in class org.springframework.util.xml.XMLEventStreamWriter
 
FLUSH_ALWAYS - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Flushing before every query statement is rarely necessary.
FLUSH_AUTO - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Automatic flushing is the default mode for a Hibernate Session.
FLUSH_COMMIT - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Flushing at commit only is intended for units of work where no intermediate flushing is desired, not even for find operations that might involve already modified instances.
FLUSH_EAGER - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Eager flushing leads to immediate synchronization with the database, even if in a transaction.
FLUSH_NEVER - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Never flush is a good strategy for read-only units of work.
flushBuffer() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
flushBuffer() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
flushBufferedBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
The user customised the output of the error messages - flush the buffered content into the main javax.servlet.jsp.JspWriter.
flushEager - Variable in class org.springframework.orm.jdo.JdoAccessor
Deprecated.
 
flushEager - Variable in class org.springframework.orm.jpa.JpaAccessor
Deprecated.
 
flushIfNecessary(Session, boolean) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Flush the given Hibernate Session if necessary.
flushIfNecessary(PersistenceManager, boolean) - Method in class org.springframework.orm.jdo.JdoAccessor
Deprecated.
Flush the given JDO persistence manager if necessary.
flushIfNecessary(EntityManager, boolean) - Method in class org.springframework.orm.jpa.JpaAccessor
Deprecated.
Flush the given JPA entity manager if necessary.
flushMode - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
 
flushMode - Variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
 
flushResource(PersistenceManagerHolder) - Method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.PersistenceManagerSynchronization
 
flushResource(EntityManagerHolder) - Method in class org.springframework.orm.jpa.EntityManagerFactoryUtils.EntityManagerSynchronization
 
flushResource(EntityManagerHolder) - Method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerSynchronization
 
flushResource(H) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
Flush callback for the given resource holder.
FOLDER_SEPARATOR - Static variable in class org.springframework.util.StringUtils
 
FOR_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.LabelTag
The name of the 'for' attribute.
forBeanPropertyAccess(Object) - Static method in class org.springframework.beans.PropertyAccessorFactory
Obtain a BeanWrapper for the given target object, accessing properties in JavaBeans style.
forceAutoProxyCreatorToExposeProxy(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
 
forceAutoProxyCreatorToUseClassProxying(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
 
forceAutoProxyCreatorToUseClassProxying(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopNamespaceUtils
forceBlock() - Method in class org.springframework.web.servlet.tags.form.TagWriter
Indicate that the currently open tag should be closed and marked as a block level element.
forceEncoding - Variable in class org.springframework.web.filter.CharacterEncodingFilter
 
forceMultiple() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Returns 'true' if the bound value requires the resultant 'select' tag to be multi-select.
forceResumeMethod - Variable in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
forClass(Class) - Static method in class org.springframework.aop.target.EmptyTargetSource
Return an EmptyTargetSource for the given target Class.
forClass(Class, boolean) - Static method in class org.springframework.aop.target.EmptyTargetSource
Return an EmptyTargetSource for the given target Class.
forClass(Class<?>) - Static method in class org.springframework.beans.CachedIntrospectionResults
Create CachedIntrospectionResults for the given bean class.
forClass(Class<?>) - Static method in enum org.springframework.expression.spel.ast.TypeCode
 
forClassAnnotation(Class<? extends Annotation>) - Static method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Factory method for an AnnotationMatchingPointcut that matches for the specified annotation at the class level.
forDirectFieldAccess(Object) - Static method in class org.springframework.beans.PropertyAccessorFactory
Obtain a PropertyAccessor for the given target object, accessing properties in direct field style.
forId - Variable in class org.springframework.web.servlet.tags.form.LabelTag
The value of the 'for' attribute.
forkJoinPool - Variable in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
ForkJoinPoolFactoryBean - Class in org.springframework.scheduling.concurrent
A Spring FactoryBean that builds and exposes a preconfigured ForkJoinPool.
ForkJoinPoolFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
FORM_CHARSET - Static variable in class org.springframework.http.server.ServletServerHttpRequest
 
FORM_CONTENT_TYPE - Static variable in class org.springframework.http.server.ServletServerHttpRequest
 
FORM_SUBMISSION_PARAMETER - Static variable in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
These render parameters are used to indicate forward to the render phase if the form was submitted and if the submission was invalid.
FORM_TAG - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
format(String, String, String) - Method in interface org.springframework.validation.MessageCodeFormatter
Build and return a message code consisting of the given fields, usually delimited by DefaultMessageCodesResolver.CODE_SEPARATOR.
formatClassNameForMessage(Class<?>) - Static method in class org.springframework.expression.spel.ast.FormatHelper
Produce a nice string for a given class object.
formatFieldValue(String, Object) - Method in class org.springframework.validation.AbstractBindingResult
Format the given value for the specified field.
formatFieldValue(String, Object) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Formats the field value based on registered PropertyEditors.
FormatHelper - Class in org.springframework.expression.spel.ast
Utility methods (formatters, etc) used during parsing and evaluation.
FormatHelper() - Constructor for class org.springframework.expression.spel.ast.FormatHelper
 
formatKey - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
The key of the model parameter that holds the format key.
formatMappings - Variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Stores the format mappings, with the format discriminator as key and the corresponding view class as value.
formatMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceSupport
Format the given message String, using cached MessageFormats.
formatMessage(int, Object...) - Method in enum org.springframework.expression.spel.SpelMessage
Produce a complete message including the prefix, the position (if known) and with the inserts applied to the message.
formatMethodForMessage(String, List<TypeDescriptor>) - Static method in class org.springframework.expression.spel.ast.FormatHelper
Produce a nice string for a given method name with specified arguments.
formatter - Variable in class org.springframework.format.datetime.joda.DateTimeParser
 
formatter - Variable in class org.springframework.format.datetime.joda.MillisecondInstantPrinter
 
formatter - Variable in class org.springframework.format.datetime.joda.ReadableInstantPrinter
 
formatter - Variable in class org.springframework.format.datetime.joda.ReadablePartialPrinter
 
Formatter<T> - Interface in org.springframework.format
Formats objects of type T.
formatter - Variable in class org.springframework.validation.DefaultMessageCodesResolver
 
FormatterRegistrar - Interface in org.springframework.format
Registers Converters and Formatters with a FormattingConversionService through the FormatterRegistry SPI.
formatterRegistrars - Variable in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
FormatterRegistry - Interface in org.springframework.format
A registry of field formatting logic.
formatters - Variable in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
User defined formatters.
formatters - Variable in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
FormattingConversionService - Class in org.springframework.format.support
A ConversionService implementation designed to be configured as a FormatterRegistry.
FormattingConversionService() - Constructor for class org.springframework.format.support.FormattingConversionService
 
FormattingConversionService.AnnotationConverterKey - Class in org.springframework.format.support
 
FormattingConversionService.AnnotationConverterKey(Annotation, Class<?>) - Constructor for class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
FormattingConversionService.AnnotationParserConverter - Class in org.springframework.format.support
 
FormattingConversionService.AnnotationParserConverter(Class<? extends Annotation>, AnnotationFormatterFactory<?>, Class<?>) - Constructor for class org.springframework.format.support.FormattingConversionService.AnnotationParserConverter
 
FormattingConversionService.AnnotationPrinterConverter - Class in org.springframework.format.support
 
FormattingConversionService.AnnotationPrinterConverter(Class<? extends Annotation>, AnnotationFormatterFactory, Class<?>) - Constructor for class org.springframework.format.support.FormattingConversionService.AnnotationPrinterConverter
 
FormattingConversionService.ParserConverter - Class in org.springframework.format.support
 
FormattingConversionService.ParserConverter(Class<?>, Parser<?>, ConversionService) - Constructor for class org.springframework.format.support.FormattingConversionService.ParserConverter
 
FormattingConversionService.PrinterConverter - Class in org.springframework.format.support
 
FormattingConversionService.PrinterConverter(Class<?>, Printer<?>, ConversionService) - Constructor for class org.springframework.format.support.FormattingConversionService.PrinterConverter
 
FormattingConversionServiceFactoryBean - Class in org.springframework.format.support
A factory providing convenient access to a FormattingConversionService configured with converters and formatters for common types such as numbers and datetimes.
FormattingConversionServiceFactoryBean() - Constructor for class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
formatValue(Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
formBackingObject(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated.
Retrieve a backing object for the current form from the given request.
formBackingObject(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated.
Retrieve a backing object for the current form from the given request.
formConverter - Variable in class org.springframework.web.filter.HttpPutFormContentFilter
 
forMethodAnnotation(Class<? extends Annotation>) - Static method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Factory method for an AnnotationMatchingPointcut that matches for the specified annotation at the method level.
forMethodOrConstructor(Object, int) - Static method in class org.springframework.core.MethodParameter
Create a new MethodParameter for the given method or constructor.
FormHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can handle form data, including multipart form data (i.e.
FormHttpMessageConverter() - Constructor for class org.springframework.http.converter.FormHttpMessageConverter
 
FormHttpMessageConverter.MultipartHttpOutputMessage - Class in org.springframework.http.converter
Implementation of HttpOutputMessage used for writing multipart data.
FormHttpMessageConverter.MultipartHttpOutputMessage(OutputStream) - Constructor for class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
 
formParameters - Variable in class org.springframework.web.filter.HttpPutFormContentFilter.HttpPutFormContentRequestWrapper
 
FormTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'form' whose inner elements are bound to properties on a form object.
FormTag() - Constructor for class org.springframework.web.servlet.tags.form.FormTag
 
formView - Variable in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated.
 
formView - Variable in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated.
 
forName(String) - Static method in enum org.springframework.expression.spel.ast.TypeCode
 
forName(String) - Static method in class org.springframework.util.ClassUtils
Deprecated.
as of Spring 3.0, in favor of specifying a ClassLoader explicitly: see ClassUtils.forName(String, ClassLoader)
forName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (e.g."int") and array class names (e.g.
forObject(Object) - Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor for an object.
forProperty(String, Class) - Static method in class org.springframework.beans.PropertyMatches
Create PropertyMatches for the given bean property.
forProperty(String, Class, int) - Static method in class org.springframework.beans.PropertyMatches
Create PropertyMatches for the given bean property.
forValue(boolean) - Static method in class org.springframework.expression.spel.support.BooleanTypedValue
 
forward(String) - Method in class org.springframework.mock.web.MockPageContext
 
forward(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
 
forward(PortletRequest, PortletResponse) - Method in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
 
FORWARD_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
FORWARD_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
FORWARD_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
FORWARD_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet 2.4+ spec request attributes for forward URI and paths.
FORWARD_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
 
FORWARD_URL_PREFIX - Static variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
Prefix for special view names that specify a forward URL (usually to a controller after a form has been submitted and processed).
forwardActionException - Variable in class org.springframework.web.portlet.DispatcherPortlet
Whether exceptions thrown during doAction should be forwarded to doRender
forwardedUrl - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
forwardedUrl - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
forwardedUrl(String) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Asserts the request was forwarded to the given URL.
forwarder - Variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
forwardEventException - Variable in class org.springframework.web.portlet.DispatcherPortlet
Whether exceptions thrown during doEvent should be forwarded to doRender
fractionDigits - Variable in class org.springframework.format.number.CurrencyFormatter
 
fragment - Variable in class org.springframework.web.util.UriComponents
 
fragment - Variable in class org.springframework.web.util.UriComponentsBuilder
 
fragment(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Sets the URI fragment.
FrameworkPortlet - Class in org.springframework.web.portlet
Base portlet for Spring's portlet framework.
FrameworkPortlet() - Constructor for class org.springframework.web.portlet.FrameworkPortlet
 
FrameworkServlet - Class in org.springframework.web.servlet
Base servlet for Spring's web framework.
FrameworkServlet() - Constructor for class org.springframework.web.servlet.FrameworkServlet
Create a new FrameworkServlet that will create its own internal web application context based on defaults and values provided through servlet init-params.
FrameworkServlet(WebApplicationContext) - Constructor for class org.springframework.web.servlet.FrameworkServlet
Create a new FrameworkServlet with the given web application context.
FrameworkServlet.ContextRefreshListener - Class in org.springframework.web.servlet
ApplicationListener endpoint that receives events from this servlet's WebApplicationContext only, delegating to onApplicationEvent on the FrameworkServlet instance.
FrameworkServlet.ContextRefreshListener() - Constructor for class org.springframework.web.servlet.FrameworkServlet.ContextRefreshListener
 
FrameworkServlet.RequestBindingInterceptor - Class in org.springframework.web.servlet
CallableProcessingInterceptor implementation that initializes and resets FrameworkServlet's context holders, i.e.
FrameworkServlet.RequestBindingInterceptor() - Constructor for class org.springframework.web.servlet.FrameworkServlet.RequestBindingInterceptor
 
free() - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
 
free() - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
FreeMarkerConfig - Interface in org.springframework.web.servlet.view.freemarker
Interface to be implemented by objects that configure and manage a FreeMarker Configuration object in a web environment.
FreeMarkerConfigurationFactory - Class in org.springframework.ui.freemarker
Factory that configures a FreeMarker Configuration.
FreeMarkerConfigurationFactory() - Constructor for class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
FreeMarkerConfigurationFactoryBean - Class in org.springframework.ui.freemarker
Factory bean that creates a FreeMarker Configuration and provides it as bean reference.
FreeMarkerConfigurationFactoryBean() - Constructor for class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
FreeMarkerConfigurer - Class in org.springframework.web.servlet.view.freemarker
JavaBean to configure FreeMarker for web usage, via the "configLocation" and/or "freemarkerSettings" and/or "templateLoaderPath" properties.
FreeMarkerConfigurer() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
 
freemarkerSettings - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
FreeMarkerTemplateUtils - Class in org.springframework.ui.freemarker
Utility class for working with FreeMarker.
FreeMarkerTemplateUtils() - Constructor for class org.springframework.ui.freemarker.FreeMarkerTemplateUtils
 
freemarkerVariables - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
FreeMarkerView - Class in org.springframework.web.servlet.view.freemarker
View using the FreeMarker template engine.
FreeMarkerView() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerView
 
FreeMarkerView.DelegatingServletConfig - Class in org.springframework.web.servlet.view.freemarker
Internal implementation of the ServletConfig interface, to be passed to the servlet adapter.
FreeMarkerView.DelegatingServletConfig() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerView.DelegatingServletConfig
 
FreeMarkerView.GenericServletAdapter - Class in org.springframework.web.servlet.view.freemarker
Simple adapter class that extends GenericServlet.
FreeMarkerView.GenericServletAdapter() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerView.GenericServletAdapter
 
FreeMarkerViewResolver - Class in org.springframework.web.servlet.view.freemarker
Convenience subclass of UrlBasedViewResolver that supports FreeMarkerView (i.e.
FreeMarkerViewResolver() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
 
freezeConfiguration() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Freeze all bean definitions, signalling that the registered bean definitions will not be modified or post-processed any further.
freezeConfiguration() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
freezeProxy - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Indicates whether or not the proxy should be frozen.
freezeProxy - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
freshAdvisorChain() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return an independent advisor chain.
freshTarget() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
Obtain a fresh target object.
freshTarget() - Method in class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
Retrieve a fresh target object.
freshTargetSource() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return a TargetSource to use when creating a proxy.
from - Variable in class org.springframework.mail.SimpleMailMessage
 
fromContextPath(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
Prepare a builder from the host, port, scheme, and context path of an HttpServletRequest.
fromCurrentContextPath() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
fromCurrentRequest() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
fromCurrentRequestUri() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
fromCurrentServletMapping() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
fromHttpUrl(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Creates a new UriComponents object from the string HTTP URL.
fromMap(Map<String, Object>) - Static method in class org.springframework.core.annotation.AnnotationAttributes
Return an AnnotationAttributes instance based on the given map; if the map is already an AnnotationAttributes instance, it is casted and returned immediately without creating any new instance; otherwise create a new instance by wrapping the map with the AnnotationAttributes.AnnotationAttributes(Map) constructor.
fromMessage(Message) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
fromMessage(Message) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
 
fromMessage(Message) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
This implementation unmarshals the given Message into an object.
fromMessage(Message) - Method in interface org.springframework.jms.support.converter.MessageConverter
Convert from a JMS Message to a Java object.
fromMessage(Message) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
This implementation converts a TextMessage back to a String, a ByteMessage back to a byte array, a MapMessage back to a Map, and an ObjectMessage back to a Serializable object.
fromPath(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Returns a builder that is initialized with the given path.
fromRequest(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
Prepare a builder by copying the scheme, host, port, path, and query string of an HttpServletRequest.
fromRequestUri(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
Prepare a builder from the host, port, scheme, and path of an HttpSevletRequest.
fromServletMapping(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
Prepare a builder from the host, port, scheme, context path, and servlet mapping of an HttpServletRequest.
fromStoreValue(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
Convert the given value from the internal store to a user value returned from the get method (adapting null).
fromStoreValue(Object) - Method in class org.springframework.cache.jcache.JCacheCache
Convert the given value from the internal store to a user value returned from the get method (adapting null).
fromUri(URI) - Static method in class org.springframework.web.util.UriComponentsBuilder
Returns a builder that is initialized with the given URI.
fromUriString(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
Returns a builder that is initialized with the given URI string.
frozen - Variable in class org.springframework.aop.framework.ProxyConfig
 
frozen - Variable in class org.springframework.jms.connection.JmsResourceHolder
 
frozenBeanDefinitionNames - Variable in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Cached array of bean definition names in case of frozen configuration
function - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
indicates whether this is a procedure or a function
function - Variable in class org.springframework.jdbc.object.SqlCall
Flag used to indicate that this call is for a function and to use the {? = call get_invoice_count(?)} syntax.
FunctionReference - Class in org.springframework.expression.spel.ast
A function reference is of the form "#someFunction(a,b,c)".
FunctionReference(String, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.FunctionReference
 

G

GAE_DEFAULT_SERVLET_NAME - Static variable in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
Default Servlet name used by Google App Engine
generate(Object, Method, Object...) - Method in class org.springframework.cache.interceptor.DefaultKeyGenerator
 
generate(Object, Method, Object...) - Method in interface org.springframework.cache.interceptor.KeyGenerator
 
generateBeanName(BeanDefinition, BeanDefinitionRegistry, boolean) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Generate a bean name for the given bean definition, unique within the given bean factory.
generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Generate a bean name for the given top-level bean definition, unique within the given bean factory.
generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in interface org.springframework.beans.factory.support.BeanNameGenerator
Generate a bean name for the given bean definition.
generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.beans.factory.support.DefaultBeanNameGenerator
 
generateBeanName(BeanDefinition) - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
 
GENERATED_BEAN_NAME_SEPARATOR - Static variable in class org.springframework.beans.factory.BeanFactoryUtils
Separator for generated bean names.
GENERATED_BEAN_NAME_SEPARATOR - Static variable in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Separator for generated bean names.
GENERATED_CONTEXT_HIERARCHY_LEVEL_PREFIX - Static variable in class org.springframework.test.context.ContextLoaderUtils
 
generateDdl - Variable in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.support.AbstractContextLoader
Generate the default classpath resource locations array based on the supplied class.
generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
AnnotationConfigWebContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
generatedKeyColumnsUsed - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
are we using generated key columns
GeneratedKeyHolder - Class in org.springframework.jdbc.support
Default implementation of the KeyHolder interface, to be used for holding auto-generated keys (as potentially returned by JDBC insert statements).
GeneratedKeyHolder() - Constructor for class org.springframework.jdbc.support.GeneratedKeyHolder
Create a new GeneratedKeyHolder with a default list.
GeneratedKeyHolder(List<Map<String, Object>>) - Constructor for class org.springframework.jdbc.support.GeneratedKeyHolder
Create a new GeneratedKeyHolder with a given list.
generatedKeyNames - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
The names of the columns holding the generated key
generatedKeysColumnNameArraySupported - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
indicates whether the use of a String[] for generated keys is supported
generatedKeysColumnNames - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
 
generatedKeysColumnNames - Variable in class org.springframework.jdbc.object.RdbmsOperation
 
generateETagHeaderValue(byte[]) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
Generate the ETag header value from the given response body byte array.
generateJson(Set<ConfigurableApplicationContext>) - Method in class org.springframework.context.support.LiveBeansView
Actually generate a JSON snapshot of the beans in the given ApplicationContexts.
generateKey() - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
Computes the key for the given caching operation.
generateMultipartBoundary() - Method in class org.springframework.http.converter.FormHttpMessageConverter
Generate a multipart boundary.
generatePathMapping(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
Prepends a '/' if required and appends the URL suffix to the name.
generatePathMappings(Class) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Generate the actual URL paths for the given controller class.
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.AbstractView
Return whether this view generates download content (typically binary content like PDF or Excel files).
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
 
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
 
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
 
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
 
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
 
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
 
GENERIC_CLASS_LOADER_NAME - Static variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassLoaderAdapter
 
GenericApplicationContext - Class in org.springframework.context.support
Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format.
GenericApplicationContext() - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext.
GenericApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
GenericApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext with the given parent.
GenericApplicationContext(DefaultListableBeanFactory, ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
GenericApplicationListenerAdapter - Class in org.springframework.context.event
SmartApplicationListener adapter that determines supported event types through introspecting the generically declared type of the target listener.
GenericApplicationListenerAdapter(ApplicationListener) - Constructor for class org.springframework.context.event.GenericApplicationListenerAdapter
Create a new GenericApplicationListener for the given delegate.
genericArgumentValues - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues
 
genericBeanDefinition() - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a GenericBeanDefinition.
genericBeanDefinition(Class) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a GenericBeanDefinition.
genericBeanDefinition(String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a GenericBeanDefinition.
GenericBeanDefinition - Class in org.springframework.beans.factory.support
GenericBeanDefinition is a one-stop shop for standard bean definition purposes.
GenericBeanDefinition() - Constructor for class org.springframework.beans.factory.support.GenericBeanDefinition
Create a new GenericBeanDefinition, to be configured through its bean properties and configuration methods.
GenericBeanDefinition(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.GenericBeanDefinition
Create a new GenericBeanDefinition as deep copy of the given bean definition.
GenericCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
Generic implementation for the CallMetaDataProvider interface.
GenericCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Constructor used to initialize with provided database meta data.
GenericCollectionTypeResolver - Class in org.springframework.core
Helper class for determining element types of collections and maps.
GenericCollectionTypeResolver() - Constructor for class org.springframework.core.GenericCollectionTypeResolver
 
GenericConversionService - Class in org.springframework.core.convert.support
Base ConversionService implementation suitable for use in most environments.
GenericConversionService() - Constructor for class org.springframework.core.convert.support.GenericConversionService
 
GenericConversionService.ConverterAdapter - Class in org.springframework.core.convert.support
GenericConversionService.ConverterAdapter(GenericConverter.ConvertiblePair, Converter<?, ?>) - Constructor for class org.springframework.core.convert.support.GenericConversionService.ConverterAdapter
 
GenericConversionService.ConverterCacheKey - Class in org.springframework.core.convert.support
Key for use with the converter cache.
GenericConversionService.ConverterCacheKey(TypeDescriptor, TypeDescriptor) - Constructor for class org.springframework.core.convert.support.GenericConversionService.ConverterCacheKey
 
GenericConversionService.ConverterFactoryAdapter - Class in org.springframework.core.convert.support
GenericConversionService.ConverterFactoryAdapter(GenericConverter.ConvertiblePair, ConverterFactory<?, ?>) - Constructor for class org.springframework.core.convert.support.GenericConversionService.ConverterFactoryAdapter
 
GenericConversionService.Converters - Class in org.springframework.core.convert.support
Manages all converters registered with the service.
GenericConversionService.Converters() - Constructor for class org.springframework.core.convert.support.GenericConversionService.Converters
 
GenericConversionService.ConvertersForPair - Class in org.springframework.core.convert.support
Manages converters registered with a specific GenericConverter.ConvertiblePair.
GenericConversionService.ConvertersForPair() - Constructor for class org.springframework.core.convert.support.GenericConversionService.ConvertersForPair
 
GenericConversionService.NoOpConverter - Class in org.springframework.core.convert.support
Internal converter that performs no operation.
GenericConversionService.NoOpConverter(String) - Constructor for class org.springframework.core.convert.support.GenericConversionService.NoOpConverter
 
GenericConverter - Interface in org.springframework.core.convert.converter
Generic converter interface for converting between two or more types.
GenericConverter.ConvertiblePair - Class in org.springframework.core.convert.converter
Holder for a source-to-target class pair.
GenericConverter.ConvertiblePair(Class<?>, Class<?>) - Constructor for class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
Create a new source-to-target pair.
GenericFilterBean - Class in org.springframework.web.filter
Simple base implementation of javax.servlet.Filter which treats its config parameters (init-param entries within the filter tag in web.xml) as bean properties.
GenericFilterBean() - Constructor for class org.springframework.web.filter.GenericFilterBean
 
GenericFilterBean.FilterConfigPropertyValues - Class in org.springframework.web.filter
PropertyValues implementation created from FilterConfig init parameters.
GenericFilterBean.FilterConfigPropertyValues(FilterConfig, Set<String>) - Constructor for class org.springframework.web.filter.GenericFilterBean.FilterConfigPropertyValues
Create new FilterConfigPropertyValues.
GenericHttpMessageConverter<T> - Interface in org.springframework.http.converter
A specialization of HttpMessageConverter that can convert an HTTP request into a target object of a specified generic type.
GenericMarshaller - Interface in org.springframework.oxm
Subinterface of Marshaller that has support for Java 5 generics.
GenericMessageEndpointFactory - Class in org.springframework.jca.endpoint
Generic implementation of the JCA 1.5 javax.resource.spi.endpoint.MessageEndpointFactory interface, providing transaction management capabilities for any kind of message listener object (e.g.
GenericMessageEndpointFactory() - Constructor for class org.springframework.jca.endpoint.GenericMessageEndpointFactory
 
GenericMessageEndpointFactory.GenericMessageEndpoint - Class in org.springframework.jca.endpoint
Private inner class that implements the concrete generic message endpoint, as an AOP Alliance MethodInterceptor that will be invoked by a proxy.
GenericMessageEndpointFactory.GenericMessageEndpoint() - Constructor for class org.springframework.jca.endpoint.GenericMessageEndpointFactory.GenericMessageEndpoint
 
GenericMessageEndpointFactory.InternalResourceException - Exception in org.springframework.jca.endpoint
Internal exception thrown when a ResourceException has been encountered during the endpoint invocation.
GenericMessageEndpointFactory.InternalResourceException(ResourceException) - Constructor for exception org.springframework.jca.endpoint.GenericMessageEndpointFactory.InternalResourceException
 
GenericMessageEndpointManager - Class in org.springframework.jca.endpoint
Generic bean that manages JCA 1.5 message endpoints within a Spring application context, activating and deactivating the endpoint as part of the application context's lifecycle.
GenericMessageEndpointManager() - Constructor for class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
genericParameterType - Variable in class org.springframework.core.MethodParameter
 
GenericPortletBean - Class in org.springframework.web.portlet
Simple extension of javax.portlet.GenericPortlet that treats its config parameters as bean properties.
GenericPortletBean() - Constructor for class org.springframework.web.portlet.GenericPortletBean
 
GenericPortletBean.PortletConfigPropertyValues - Class in org.springframework.web.portlet
PropertyValues implementation created from PortletConfig init parameters.
GenericPortletBean.PortletConfigPropertyValues(PortletConfig, Set<String>) - Constructor for class org.springframework.web.portlet.GenericPortletBean.PortletConfigPropertyValues
Create new PortletConfigPropertyValues.
GenericPropertiesContextLoader - Class in org.springframework.test.context.support
Concrete implementation of AbstractGenericContextLoader that reads bean definitions from Java Properties resources.
GenericPropertiesContextLoader() - Constructor for class org.springframework.test.context.support.GenericPropertiesContextLoader
 
GenericSqlQuery - Class in org.springframework.jdbc.object
 
GenericSqlQuery() - Constructor for class org.springframework.jdbc.object.GenericSqlQuery
 
GenericStoredProcedure - Class in org.springframework.jdbc.object
Concrete implementation making it possible to define the RDBMS stored procedures in an application context without writing a custom Java implementation class.
GenericStoredProcedure() - Constructor for class org.springframework.jdbc.object.GenericStoredProcedure
 
GenericTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
A generic implementation of the TableMetaDataProvider that should provide enough features for all supported databases.
GenericTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Constructor used to initialize with provided database meta data.
GenericTableMetaDataProvider.TableMetaData - Class in org.springframework.jdbc.core.metadata
Inner class representing table meta data.
GenericTableMetaDataProvider.TableMetaData() - Constructor for class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider.TableMetaData
 
GenericTypeAwarePropertyDescriptor - Class in org.springframework.beans
Extension of the standard JavaBeans PropertyDescriptor class, overriding getPropertyType() such that a generically declared type variable will be resolved against the containing bean class.
GenericTypeAwarePropertyDescriptor(Class<?>, String, Method, Method, Class<?>) - Constructor for class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
GenericTypeResolver - Class in org.springframework.core
Helper class for resolving generic types against type variables.
GenericTypeResolver() - Constructor for class org.springframework.core.GenericTypeResolver
 
GenericUnmarshaller - Interface in org.springframework.oxm
Subinterface of Unmarshaller that has support for Java 5 generics.
GenericWebApplicationContext - Class in org.springframework.web.context.support
Subclass of GenericApplicationContext, suitable for web environments.
GenericWebApplicationContext() - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext.
GenericWebApplicationContext(ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext for the given ServletContext.
GenericWebApplicationContext(DefaultListableBeanFactory, ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
GenericXmlApplicationContext - Class in org.springframework.context.support
Convenient application context with built-in XML support.
GenericXmlApplicationContext() - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
Create a new GenericXmlApplicationContext that needs to be loaded and then manually refreshed.
GenericXmlApplicationContext(Resource...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
Create a new GenericXmlApplicationContext, loading bean definitions from the given resources and automatically refreshing the context.
GenericXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
Create a new GenericXmlApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
GenericXmlApplicationContext(Class<?>, String...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
Create a new GenericXmlApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
GenericXmlContextLoader - Class in org.springframework.test.context.support
Concrete implementation of AbstractGenericContextLoader that reads bean definitions from XML resources.
GenericXmlContextLoader() - Constructor for class org.springframework.test.context.support.GenericXmlContextLoader
 
GenericXmlWebContextLoader - Class in org.springframework.test.context.web
Concrete implementation of AbstractGenericWebContextLoader that loads bean definitions from XML resources.
GenericXmlWebContextLoader() - Constructor for class org.springframework.test.context.web.GenericXmlWebContextLoader
 
get() - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean.TargetBeanProvider
 
get(String, ObjectFactory<?>) - Method in interface org.springframework.beans.factory.config.Scope
Return the object with the given name from the underlying scope, creating it if not found in the underlying storage mechanism.
get() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory.DependencyProvider
 
get(Object) - Method in interface org.springframework.cache.Cache
Return the value to which this cache maps the specified key.
get() - Method in interface org.springframework.cache.Cache.ValueWrapper
Return the actual value in the cache.
get(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
get(Object) - Method in class org.springframework.cache.ehcache.EhCacheCache
 
get(Object) - Method in class org.springframework.cache.jcache.JCacheCache
 
get(Object) - Method in class org.springframework.cache.support.NoOpCacheManager.NoOpCache
 
get() - Method in class org.springframework.cache.support.SimpleValueWrapper
Simply returns the value as given at construction time.
get(Object) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
 
get() - Static method in enum org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
 
get(String, ObjectFactory) - Method in class org.springframework.context.support.SimpleThreadScope
 
get(String) - Method in class org.springframework.core.env.MutablePropertySources
 
get(String) - Method in interface org.springframework.core.env.PropertySources
Return the property source with the given name, null if not found.
get(Object) - Method in class org.springframework.core.env.ReadOnlySystemAttributesMap
 
get() - Method in class org.springframework.expression.spel.ast.MethodReference.CachedMethodExecutor
 
get(Object) - Method in class org.springframework.http.HttpHeaders
 
get(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(String, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
get(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
get(String, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
get(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
get() - Method in class org.springframework.scheduling.annotation.AsyncResult
 
get(long, TimeUnit) - Method in class org.springframework.scheduling.annotation.AsyncResult
 
get() - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
get(long, TimeUnit) - Method in class org.springframework.scheduling.concurrent.ReschedulingRunnable
 
get(String) - Method in interface org.springframework.test.annotation.ProfileValueSource
Get the profile value indicated by the specified key.
get(String) - Method in class org.springframework.test.annotation.SystemProfileValueSource
Get the profile value indicated by the specified key from the system properties.
get(MergedContextConfiguration) - Method in class org.springframework.test.context.ContextCache
Obtain a cached ApplicationContext for the given key.
get(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a GET request.
get(int) - Method in class org.springframework.util.AutoPopulatingList
Get the element at the supplied index, creating it if there is no element at that index.
get(Object) - Method in class org.springframework.util.CachingMapDecorator
Deprecated.
Get value for key.
get(Object) - Method in class org.springframework.util.CollectionUtils.MultiValueMapAdapter
 
get(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
 
get() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
Returns the referenced entry or null if the entry is no longer available.
get(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
get(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
get(String, ObjectFactory) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
 
get(String, ObjectFactory) - Method in class org.springframework.web.context.request.SessionScope
 
get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.support.ServletContextScope
 
get(String, ObjectFactory<?>) - Method in class org.springframework.web.portlet.context.PortletContextScope
 
GET_DOMAIN - Static variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
GET_INNERMOST_DELEGATE_METHOD_NAME - Static variable in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
GET_MBEAN_FACTORY_METHOD - Static variable in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
GET_MBEAN_SERVER_METHOD - Static variable in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
GET_PHYSICAL_FILE - Static variable in class org.springframework.core.io.VfsUtils
 
GET_POLICY - Static variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
GET_SYSTEM - Static variable in class org.springframework.instrument.classloading.jboss.JBossMCAdapter
 
GET_THROWAWAY_CLASS_LOADER_METHOD_NAME - Static variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
getAccept() - Method in class org.springframework.http.HttpHeaders
Return the list of acceptable media types, as specified by the Accept header.
getAcceptableMediaTypes(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
getAcceptCharset() - Method in class org.springframework.http.HttpHeaders
Return the list of acceptable charsets, as specified by the Accept-Charset header.
getAcceptCharset() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'acceptCharset' attribute.
getAcceptedCharsets() - Method in class org.springframework.http.converter.StringHttpMessageConverter
Return the list of supported Charset.
getAcceptedMediaTypes(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
getAcceptHeaderValue(AnnotationMethodHandlerAdapter.RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfoComparator
Deprecated.
 
getAccessControlContext() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Provides a security access control context relevant to this factory.
getAccessControlContext() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Delegate the creation of the access control context to the SecurityContextProvider.
getAccessControlContext() - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Returns the security context for this bean factory.
getAccessControlContext() - Method in interface org.springframework.beans.factory.support.SecurityContextProvider
Provides a security access control context relevant to a bean factory.
getAccessControlContext() - Method in class org.springframework.beans.factory.support.SimpleSecurityContextProvider
 
getAccesskey() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'accesskey' attribute.
getAcknowledgeMode() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Return the JMS acknowledgement mode to use.
getAction() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'action' attribute.
getActionMessages() - Method in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.
Return an ActionMessages representation of this SpringBindingActionForm, exposing all errors contained in the underlying Spring Errors object.
getActionServlet() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
Return the Struts ActionServlet that this PlugIn is associated with.
getActivationSpec() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the JCA ActivationSpec to use for activating the endpoint.
getActiveConsumerCount() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the number of currently active consumers.
getActiveContextObject() - Method in class org.springframework.expression.spel.ExpressionState
The active context object is what unqualified references to properties/etc are resolved against.
getActiveCount() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
getActiveCount() - Method in interface org.springframework.aop.target.PoolingConfig
Return the number of active objects in the pool.
getActiveCount() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Deprecated.
Return the number of currently active threads.
getActiveCount() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the number of currently active threads.
getActiveProfiles() - Method in class org.springframework.core.env.AbstractEnvironment
 
getActiveProfiles() - Method in interface org.springframework.core.env.Environment
Return the set of profiles explicitly made active for this environment.
getActiveProfiles() - Method in class org.springframework.test.context.MergedContextConfiguration
Get the merged active bean definition profiles for the test class.
getActualAopXmlLocation() - Method in class org.springframework.test.jpa.AbstractAspectjJpaTests
Deprecated.
Return the actual location of the aop.xml file in the class path.
getActualCount() - Method in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
Return the actual column count.
getActualException() - Method in class org.springframework.test.AssertThrows
Deprecated.
Expose the actual exception thrown from AssertThrows.test(), if any.
getActualFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
Extract the actual field value for the given field.
getActualFieldValue(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Fetches the field value from the PropertyAccessor.
getActualFieldValue(String) - Method in class org.springframework.validation.MapBindingResult
 
getActualOrmXmlLocation() - Method in class org.springframework.test.jpa.AbstractJpaTests
Deprecated.
Subclasses can override this to return the real location path for orm.xml or null if they do not wish to find any orm.xml
getActualParams() - Method in class org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Return the actual parameter Map associated with the ServletRequest.
getActualResources() - Method in class org.springframework.beans.factory.parsing.ImportDefinition
 
getActualRowsAffected() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Return the number of rows that have actually been affected.
getActualSessionAttributeNames() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
getActualSize() - Method in exception org.springframework.dao.IncorrectResultSizeDataAccessException
Return the actual result size (or -1 if unknown).
getActualType() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Return the actual type of the instance found.
getActualType() - Method in exception org.springframework.jndi.TypeMismatchNamingException
Return the actual type that the lookup returned, if available.
getActualValue() - Method in class org.springframework.web.servlet.support.BindStatus
Return the actual value of the field, i.e.
getAdaptedInterceptors() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Return the adapted interceptors as HandlerInterceptor array.
getAdaptedInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the adapted interceptors as HandlerInterceptor array.
getAdditionalBeanInfo() - Method in class org.springframework.beans.ExtendedBeanInfo
 
getAdvice() - Method in interface org.springframework.aop.Advisor
Return the advice part of this aspect.
getAdvice(Method, AspectJExpressionPointcut, MetadataAwareAspectInstanceFactory, int, String) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
Build a Spring AOP Advice for the given AspectJ advice method.
getAdvice() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
Lazily instantiate advice if necessary.
getAdvice(Method, AspectJExpressionPointcut, MetadataAwareAspectInstanceFactory, int, String) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
 
getAdvice() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
getAdvice() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
getAdvice() - Method in class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
getAdvice() - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
 
getAdvice() - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
getAdvice() - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
 
getAdviceBeanName() - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
Return the name of the advice bean that this advisor refers to, if any.
getAdviceClass(Element, ParserContext) - Method in class org.springframework.aop.config.ConfigBeanDefinitionParser
Gets the advice implementation class corresponding to the supplied Element.
getAdviceModeAttributeName() - Method in class org.springframework.context.annotation.AdviceModeImportSelector
The name of the AdviceMode attribute for the annotation specified by the generic type A.
getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
getAdvicesAndAdvisorsForBean(Class<?>, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return whether the given bean is to be proxied, what additional advices (e.g.
getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
Identify as bean to proxy if the bean name is in the configured list of names.
getAdvisor(Method, MetadataAwareAspectInstanceFactory, int, String) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
Build a Spring AOP Advisor for the given AspectJ advice method.
getAdvisor(Method, MetadataAwareAspectInstanceFactory, int, String) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
 
getAdvisor() - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.PartiallyComparableAdvisorHolder
 
getAdvisorBeanNamePrefix() - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Return the prefix for bean names that will cause them to be included for auto-proxying by this object.
getAdvisorChainFactory() - Method in class org.springframework.aop.framework.AdvisedSupport
Return the advisor chain factory to use (never null).
getAdvisorMethods(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
 
getAdvisors(MetadataAwareAspectInstanceFactory) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
Build Spring AOP Advisors for all annotated At-AspectJ methods on the specified aspect instance.
getAdvisors(MetadataAwareAspectInstanceFactory) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
 
getAdvisors() - Method in interface org.springframework.aop.framework.Advised
Return the advisors applying to this proxy.
getAdvisors() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getAdvisorsInternal() - Method in class org.springframework.aop.framework.AdvisedSupport
Allows uncontrolled access to the List of Advisors.
getAfterMessage(HttpServletRequest) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Get the message to write to the log after the request.
getAggregateTemplateLoader(List<TemplateLoader>) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return a TemplateLoader based on the given TemplateLoader list.
getAjType() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return AspectJ reflection information.
getAlias() - Method in class org.springframework.beans.factory.parsing.AliasDefinition
Return the alias registered for the bean.
getAliases(String) - Method in interface org.springframework.beans.factory.BeanFactory
Return the aliases for the given bean name, if any.
getAliases() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Return the alias names for the bean, as specified directly for the bean definition.
getAliases(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getAliases(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getAliases(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getAliases(String) - Method in interface org.springframework.core.AliasRegistry
Return the aliases for the given name, if defined.
getAliases(String) - Method in class org.springframework.core.SimpleAliasRegistry
 
getAliases(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getAliases(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getAllDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Get all declared methods on the leaf class and all superclasses.
getAllErrors() - Method in class org.springframework.validation.AbstractBindingResult
 
getAllErrors() - Method in class org.springframework.validation.AbstractErrors
 
getAllErrors() - Method in exception org.springframework.validation.BindException
 
getAllErrors() - Method in interface org.springframework.validation.Errors
Get all errors, both global and field ones.
getAllErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
getAllFileExtensions() - Method in class org.springframework.web.accept.ContentNegotiationManager
Delegate to all configured MediaTypeFileExtensionResolver instances and aggregate the list of all known file extensions.
getAllFileExtensions() - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
getAllFileExtensions() - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
Return all known file extensions.
getAllInterfaces(Object) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given instance implements as array, including ones implemented by superclasses.
getAllInterfacesAsSet(Object) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given instance implements as Set, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAllow() - Method in class org.springframework.http.HttpHeaders
Return the set of allowed HTTP methods, as specified by the Allow header.
getAllowedFields() - Method in class org.springframework.validation.DataBinder
Return the fields that should be allowed for binding.
getAllSupportedMediaTypes(List<HttpMessageConverter<?>>) - Static method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Return the media types supported by all provided message converters sorted by specificity via MediaType.sortBySpecificity(List).
getAlreadyFilteredAttributeName() - Method in class org.springframework.web.filter.OncePerRequestFilter
Return the name of the request attribute that identifies that a request is already filtered.
getAlt() - Method in class org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'alt' attribute.
getAnnotatedElement() - Method in class org.springframework.core.MethodParameter
Returns the wrapped annotated element.
getAnnotatedMethods(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Retrieve the method metadata for all methods that are annotated (or meta-annotated) with the given annotation type.
getAnnotatedMethods(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
getAnnotatedMethods(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
getAnnotatedMethods(Class<?>, Class<? extends Annotation>) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Gets all methods in the supplied class and its superclasses which are annotated with the supplied annotationType but which are not shadowed by methods overridden in subclasses.
getAnnotation() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
getAnnotation(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
getAnnotation(AnnotatedElement, Class<T>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Get a single Annotation of annotationType from the supplied Method, Constructor or Field.
getAnnotation(Method, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Get a single Annotation of annotationType from the supplied Method.
getAnnotation(Class<T>) - Method in class org.springframework.core.convert.TypeDescriptor
Obtain the annotation associated with this type descriptor of the specified type.
getAnnotation() - Method in class org.springframework.format.support.FormattingConversionService.AnnotationConverterKey
 
getAnnotationArray(String) - Method in class org.springframework.core.annotation.AnnotationAttributes
 
getAnnotationAttributes(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the given annotation's attributes as a Map, preserving all attribute types as-is.
getAnnotationAttributes(Annotation, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the given annotation's attributes as a Map.
getAnnotationAttributes(Annotation, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the given annotation's attributes as an AnnotationAttributes map structure.
getAnnotationAttributes(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Retrieve the attributes of the annotation of the given type, if any (i.e.
getAnnotationAttributes(String, boolean) - Method in interface org.springframework.core.type.AnnotationMetadata
Retrieve the attributes of the annotation of the given type, if any (i.e.
getAnnotationAttributes(String) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
getAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
getAnnotationAttributes(String) - Method in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
getAnnotationAttributes(String) - Method in interface org.springframework.core.type.MethodMetadata
Retrieve the attributes of the annotation of the given type, if any (i.e.
getAnnotationAttributes(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
getAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
getAnnotationAttributes(String) - Method in class org.springframework.core.type.StandardMethodMetadata
 
getAnnotationConfigLoader() - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
Get the delegate SmartContextLoader that supports annotated classes.
getAnnotationConfigLoader() - Method in class org.springframework.test.context.support.DelegatingSmartContextLoader
 
getAnnotationConfigLoader() - Method in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
 
getAnnotationMetadata() - Method in interface org.springframework.core.type.classreading.MetadataReader
Read full annotation metadata for the underlying class, including metadata for annotated methods.
getAnnotationMetadata() - Method in class org.springframework.core.type.classreading.SimpleMetadataReader
 
getAnnotations() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Obtain the annotations associated with the wrapped parameter/field, if any.
getAnnotations(AnnotatedElement, Class<T>) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
getAnnotations(Method) - Static method in class org.springframework.core.annotation.AnnotationUtils
Get all Annotations from the supplied Method.
getAnnotations() - Method in class org.springframework.core.convert.AbstractDescriptor
 
getAnnotations() - Method in class org.springframework.core.convert.BeanPropertyDescriptor
 
getAnnotations() - Method in class org.springframework.core.convert.ClassDescriptor
 
getAnnotations() - Method in class org.springframework.core.convert.FieldDescriptor
 
getAnnotations() - Method in class org.springframework.core.convert.ParameterDescriptor
 
getAnnotations() - Method in class org.springframework.core.convert.Property
 
getAnnotations() - Method in class org.springframework.core.convert.TypeDescriptor
The annotations associated with this type descriptor, if any.
getAnnotationType() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
getAnnotationTypes() - Method in interface org.springframework.core.type.AnnotationMetadata
Return the names of all annotation types defined on the underlying class.
getAnnotationTypes() - Method in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
getAnnotationTypes() - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
getAnySession() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getAopProxyFactory() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Return the AopProxyFactory that this ProxyConfig uses.
getApplicationContext() - Method in class org.springframework.context.event.ApplicationContextEvent
Get the ApplicationContext that the event was raised for.
getApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
Return the ApplicationContext that this object is associated with.
getApplicationContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.
Return the current Spring ApplicationContext.
getApplicationContext() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.
Return the ApplicationContext that this base class manages; may be null.
getApplicationContext() - Method in class org.springframework.test.context.TestContext
Get the application context for this test context, possibly cached.
getApplicationContext() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
getApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
Return the current Spring ApplicationContext.
getApplicationEventMulticaster() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the internal ApplicationEventMulticaster used by the context.
getApplicationException() - Method in exception org.springframework.transaction.TransactionSystemException
Return the application exception that was thrown before this transaction exception, if any.
getApplicationListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
Return a Collection containing all ApplicationListeners.
getApplicationListeners(ApplicationEvent) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
Return a Collection of ApplicationListeners matching the given event type.
getApplicationListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster.ListenerRetriever
 
getApplicationListeners() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the list of statically specified ApplicationListeners.
getApplicationName() - Method in interface org.springframework.context.ApplicationContext
Return a name for the deployed application that this context belongs to.
getApplicationName() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getApplicationName() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getApplicationName() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getApplicationName() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getApplicationName() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getArgs() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
getArgs() - Method in class org.springframework.cache.interceptor.CacheExpressionRootObject
 
getArgumentCount() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return the number of argument values held in this instance, counting both indexed and generic argument values.
getArgumentNames() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
getArgumentResolutionErrorMessage(String, int) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
 
getArgumentResolver(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Find a registered HandlerMethodArgumentResolver that supports the given method parameter.
getArgumentResolvers(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
getArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the configured argument resolvers, or possibly null if not initialized yet via ExceptionHandlerExceptionResolver.afterPropertiesSet().
getArgumentResolvers() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the configured argument resolvers, or possibly null if not initialized yet via RequestMappingHandlerAdapter.afterPropertiesSet().
getArguments() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getArguments() - Method in interface org.springframework.context.MessageSourceResolvable
Return the array of arguments to be used to resolve this message.
getArguments() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
getArguments(ExpressionState) - Method in class org.springframework.expression.spel.ast.FunctionReference
Compute the arguments to the function, they are the children of this expression node.
getArguments(ExpressionState) - Method in class org.springframework.expression.spel.ast.MethodReference
 
getArguments(Object[]) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Deprecated.
 
getArguments() - Method in class org.springframework.remoting.support.RemoteInvocation
Return the arguments for the target method call.
getArguments() - Method in class org.springframework.util.MethodInvoker
Return the arguments for the method invocation.
getArgumentsForBindError(String, String) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
Return FieldError arguments for a binding error on the given field.
getArgumentsForConstraint(String, String, <any>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
Return FieldError arguments for a validation error on the given field.
getArgumentTypes(Object...) - Method in class org.springframework.expression.spel.ast.MethodReference
 
getArgumentValue(int, Class<?>) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
getArgumentValue(int, Class<?>, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
getArgumentValue(int, Class<?>, String, Set<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
getAsciiBytes(String) - Method in class org.springframework.http.converter.FormHttpMessageConverter.MultipartHttpOutputMessage
 
getAsciiStream() - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
getAspectClass() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return the aspect class.
getAspectClass() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
Return the specified aspect class (never null).
getAspectClassLoader() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Return the ClassLoader for aspect instances.
getAspectClassLoader() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
getAspectClassLoader() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
getAspectClassLoader() - Method in interface org.springframework.aop.aspectj.AspectInstanceFactory
Expose the aspect class loader that this factory uses.
getAspectClassLoader() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
 
getAspectClassLoader() - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
 
getAspectClassLoader() - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
getAspectDeclarationOrder(Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
getAspectInstance() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
getAspectInstance() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
getAspectInstance() - Method in interface org.springframework.aop.aspectj.AspectInstanceFactory
Create an instance of this factory's aspect.
getAspectInstance() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
 
getAspectInstance() - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
 
getAspectInstance() - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
Look up the aspect bean from the BeanFactory and returns it.
getAspectInstanceFactory() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Return the factory for aspect instances.
getAspectInstanceFactory() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
getAspectJAdviceMethod() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Return the AspectJ-style advice method.
getAspectJPrecedenceInformationFor(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
Return the AspectJPrecedenceInformation provided by this advisor or its advice.
getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
Return the AspectJ AspectMetadata for this advisor.
getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
getAspectMetadata() - Method in interface org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory
Return the AspectJ AspectMetadata for this factory's aspect.
getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
 
getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
 
getAspectName() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getAspectName() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return the aspect class.
getAspectName() - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
getAspectName() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
The name of the aspect (bean) in which the advice was declared.
getAspectName(Advisor) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
getAssignabilityWeight(Class<?>[]) - Method in class org.springframework.beans.factory.support.ConstructorResolver.ArgumentsHolder
 
getAST() - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getAsText() - Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CharacterEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CharsetEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.ClassArrayEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.ClassEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CurrencyEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
Format the Date as String, using the specified DateFormat.
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
Format the Number as String, using the specified NumberFormat.
getAsText() - Method in class org.springframework.beans.propertyeditors.FileEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.InputSourceEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.InputStreamEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.LocaleEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.PatternEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.TimeZoneEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.URIEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.URLEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.UUIDEditor
 
getAsText() - Method in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
getAsText() - Method in class org.springframework.core.io.ResourceEditor
 
getAsText() - Method in class org.springframework.http.MediaTypeEditor
 
getAsText() - Method in class org.springframework.mail.javamail.InternetAddressEditor
 
getAsText() - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
getAsyncContext() - Method in class org.springframework.test.web.servlet.request.Servlet3MockHttpServletRequest
 
getAsyncContext() - Method in class org.springframework.test.web.servlet.request.Servlet3MockMultipartHttpServletRequest
 
getAsyncExecutor() - Method in interface org.springframework.scheduling.annotation.AsyncConfigurer
The Executor instance to be used when processing async method invocations.
getAsyncExecutor(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
getAsyncManager(ServletRequest) - Static method in class org.springframework.web.context.request.async.WebAsyncUtils
Obtain the WebAsyncManager for the current request, or if not found, create and associate it with the request.
getAsyncResult() - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
getAsyncResult(long) - Method in class org.springframework.test.web.servlet.DefaultMvcResult
 
getAsyncResult() - Method in interface org.springframework.test.web.servlet.MvcResult
Get the result of asynchronous execution or null if concurrent handling did not start.
getAsyncResult(long) - Method in interface org.springframework.test.web.servlet.MvcResult
Get the result of asynchronous execution or null if concurrent handling did not start.
getAsyncTimeout(Element, Object, ParserContext) - Method in class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
 
getAttachment(String) - Method in interface org.springframework.oxm.mime.MimeContainer
Return the attachment with the given content id, or null if not found.
getAttachmentAsByteArray(String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentUnmarshaller
 
getAttachmentAsDataHandler(String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentUnmarshaller
 
getAttribute(String) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
 
getAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
Get the value of the attribute identified by name.
getAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
 
getAttribute(String) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
getAttribute(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getAttribute(String) - Method in class org.springframework.mock.web.MockHttpSession
 
getAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
 
getAttribute(String, int) - Method in class org.springframework.mock.web.MockPageContext
 
getAttribute(String) - Method in class org.springframework.mock.web.MockServletContext
 
getAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getAttribute(String, int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getAttribute(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getAttribute(String) - Method in class org.springframework.remoting.support.RemoteInvocation
Retrieve the attribute for the given key, if any.
getAttribute(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
getAttribute(String, ExternalContext) - Static method in class org.springframework.web.context.request.FacesRequestAttributes.PortletSessionAccessor
 
getAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
Return the value for the scoped attribute of the given name, if any.
getAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
getAttribute(String) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
 
getAttribute(String, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
getAttributeCount() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Get the description for a particular attribute.
getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Creates a description for the attribute corresponding to this property descriptor.
getAttributeDescription() - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Return an identifying description for this transaction attribute.
getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the attribute metadata for the MBean resource.
getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Iterate through all properties on the MBean class and gives subclasses the chance to vote on the inclusion of both the accessor and mutator.
getAttributeLocalName(int) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
getAttributeMap() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getAttributeMap(int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getAttributeMap(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
Return the JSF attribute Map for the specified scope
getAttributeName(PropertyDescriptor, boolean) - Static method in class org.springframework.jmx.support.JmxUtils
Return the JMX attribute name to use for the given JavaBeans property.
getAttributeName(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getAttributeNameInSession(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
Calculate the attribute name in the backend session.
getAttributeNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getAttributeNames() - Method in class org.springframework.mock.web.MockHttpSession
 
getAttributeNames() - Method in class org.springframework.mock.web.MockPageContext
 
getAttributeNames() - Method in class org.springframework.mock.web.MockServletContext
 
getAttributeNames() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getAttributeNames() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getAttributeNames() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getAttributeNames(int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getAttributeNames() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getAttributeNames(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
getAttributeNames(ExternalContext) - Static method in class org.springframework.web.context.request.FacesRequestAttributes.PortletSessionAccessor
 
getAttributeNames(int) - Method in interface org.springframework.web.context.request.RequestAttributes
Retrieve the names of all attributes in the scope.
getAttributeNames(int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
getAttributeNames(int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
getAttributeNamesInScope(int) - Method in class org.springframework.mock.web.MockPageContext
 
getAttributeNamespace(int) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
getAttributePrefix(int) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
getAttributes() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver.PatternVirtualFileVisitor
 
getAttributes(String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
getAttributes() - Method in class org.springframework.remoting.support.RemoteInvocation
Return the attributes Map.
getAttributes(Attributes) - Method in class org.springframework.util.xml.StaxEventContentHandler
 
getAttributes(StartElement) - Method in class org.springframework.util.xml.StaxEventXMLReader
 
getAttributes() - Method in class org.springframework.util.xml.StaxStreamXMLReader
 
getAttributesMap() - Method in class org.springframework.web.servlet.view.AbstractView
Allow Map access to the static attributes of this view, with the option to add or override specific entries.
getAttributesMap() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Allow Map access to the static attributes for views returned by this resolver, with the option to add or override specific entries.
getAttributesScope(String) - Method in class org.springframework.mock.web.MockPageContext
 
getAttributeType(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getAttributeValue(Element, String, String) - Static method in class org.springframework.cache.config.CacheAdviceParser
 
getAttributeValue(String, String) - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
getAttributeValue(int) - Method in class org.springframework.util.xml.XMLEventStreamReader
 
getAuthType() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getAuthType() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getAutoCommitValue() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Return whether the returned Connection's "autoCommit" setting should be overridden.
getAutocomplete() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'autocomplete' attribute.
getAutocomplete() - Method in class org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'autocomplete' attribute.
getAutoGrowCollectionLimit() - Method in interface org.springframework.beans.BeanWrapper
Return the limit for array and collection auto-growing.
getAutoGrowCollectionLimit() - Method in class org.springframework.beans.BeanWrapperImpl
Return the limit for array and collection auto-growing.
getAutoGrowCollectionLimit() - Method in class org.springframework.validation.DataBinder
Return the current limit for array and collection auto-growing.
getAutowire() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default autowire setting for the document that's currently parsed.
getAutowireCandidatePatterns() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Return any patterns provided in the 'default-autowire-candidates' attribute of the top-level &lt;beans/&gt; element.
getAutowireCandidateResolver() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Return the autowire candidate resolver for this BeanFactory (never null).
getAutowireCandidates() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default autowire-candidate pattern for the document that's currently parsed.
getAutowireCapableBeanFactory() - Method in interface org.springframework.context.ApplicationContext
Expose AutowireCapableBeanFactory functionality for this context.
getAutowireCapableBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Return this context's internal bean factory as AutowireCapableBeanFactory, if already available.
getAutowireCapableBeanFactory() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
Returns an instance that can initialize ApplicationContextAware beans.
getAutowireMode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the autowire mode as specified in the bean definition.
getAutowireMode() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
getAutowireMode() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
Return one of the constants BeanWiringInfo.AUTOWIRE_BY_NAME / BeanWiringInfo.AUTOWIRE_BY_TYPE, if autowiring is indicated.
getAutowireMode(String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
getAutowireMode() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.
Return the autowire mode for test properties set by Dependency Injection.
getAutowireMode() - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated.
Return the autowire mode to use for wiring Struts Actions.
getAutowireMode() - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated.
Return the autowire mode to use for wiring Struts Actions.
getAutowireMode(ActionServlet) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.
Determine the autowire mode from the "autowire" init-param of the Struts ActionServlet, falling back to "AUTOWIRE_BY_TYPE" as default.
getBadSqlGrammarCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getBatchSize() - Method in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
Return the size of the batch.
getBatchSize() - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
This implementation returns Integer.MAX_VALUE.
getBcc() - Method in class org.springframework.mail.SimpleMailMessage
 
getBean(String) - Method in interface org.springframework.beans.factory.BeanFactory
Return an instance, which may be shared or independent, of the specified bean.
getBean(String, Class<T>) - Method in interface org.springframework.beans.factory.BeanFactory
Return an instance, which may be shared or independent, of the specified bean.
getBean(Class<T>) - Method in interface org.springframework.beans.factory.BeanFactory
Return the bean instance that uniquely matches the given object type, if any.
getBean(String, Object...) - Method in interface org.springframework.beans.factory.BeanFactory
Return an instance, which may be shared or independent, of the specified bean.
getBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBean(String, Class<T>) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBean(String, Object...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBean(String, Class<T>, Object...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return an instance, which may be shared or independent, of the specified bean.
getBean(Class<T>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBean(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBean(String, Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBean(Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBean(String, Object...) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(String, Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(String, Object...) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(String, Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(String, Object...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(String) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getBean(String, Class<T>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getBean(Class<T>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getBean(String, Object...) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getBean() - Method in class org.springframework.web.method.HandlerMethod
Returns the bean for this handler method.
getBeanClass() - Method in exception org.springframework.beans.BeanInstantiationException
Return the offending bean class.
getBeanClass() - Method in class org.springframework.beans.CachedIntrospectionResults
 
getBeanClass() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the class of the wrapped bean, if already resolved.
getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Determine the bean class corresponding to the supplied Element.
getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.ConstantBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.ListBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.MapBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertiesBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertyPathBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler.SetBeanDefinitionParser
 
getBeanClass() - Method in class org.springframework.beans.GenericTypeAwarePropertyDescriptor
 
getBeanClass() - Method in exception org.springframework.beans.InvalidPropertyException
Return the offending bean class.
getBeanClass(Element) - Method in class org.springframework.cache.config.CacheAdviceParser
 
getBeanClass(Element) - Method in class org.springframework.context.config.PropertyOverrideBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.context.config.PropertyPlaceholderBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.ejb.config.JndiLookupBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
getBeanClassLoader() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return this factory's class loader for loading bean classes.
getBeanClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getBeanClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBeanClassLoader() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Return the class loader to use for bean classes.
getBeanClassLoader() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
getBeanClassLoader() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getBeanClassLoader() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the ClassLoader that the application's beans are loaded with.
getBeanClassLoader() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the bean ClassLoader that this executor is supposed to use.
getBeanClassLoader() - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter.FeatureEndpointProvider
 
getBeanClassLoader() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the bean ClassLoader to use for this interceptor.
getBeanClassLoader() - Method in class org.springframework.remoting.support.RemotingSupport
Return the ClassLoader that this accessor operates in, to be used for deserializing and for generating proxies.
getBeanClassName() - Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
Return the name of the class we were trying to load.
getBeanClassName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the current bean class name of this bean definition.
getBeanClassName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getBeanClassName(Element) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Determine the bean class name corresponding to the supplied Element.
getBeanClassName(Element) - Method in class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.ejb.config.LocalStatelessSessionBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.ejb.config.RemoteStatelessSessionBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.oxm.config.CastorMarshallerBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.oxm.config.Jaxb2MarshallerBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.oxm.config.JibxMarshallerBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.oxm.config.XmlBeansMarshallerBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
getBeanDefinition() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Return the wrapped BeanDefinition.
getBeanDefinition(String) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Return the registered BeanDefinition for the specified bean, allowing access to its property values and constructor argument value (which can be modified during bean factory post-processing).
getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the bean definition for the given bean name.
getBeanDefinition() - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Validate and return the created BeanDefinition object.
getBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Return the BeanDefinition for the given bean name.
getBeanDefinition() - Method in class org.springframework.beans.factory.support.BeanDefinitionResource
Return the wrapped BeanDefinition object.
getBeanDefinition() - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator.CglibIdentitySupport
Exposed for equals method to allow access to enclosing class field
getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
getBeanDefinition(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
getBeanDefinitionCount() - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the number of beans defined in the factory.
getBeanDefinitionCount() - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Return the number of beans defined in the registry.
getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeanDefinitionCount() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanDefinitionCount() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getBeanDefinitionDefaults() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Return the default settings for bean definitions as indicated within the attributes of the top-level &lt;beans/&gt; element.
getBeanDefinitionNames() - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the names of all beans defined in this factory.
getBeanDefinitionNames() - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Return the names of all beans defined in this registry.
getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeanDefinitionNames() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanDefinitionNames() - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getBeanDefinitions() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
getBeanDefinitions() - Method in class org.springframework.aop.config.AspectComponentDefinition
 
getBeanDefinitions() - Method in class org.springframework.aop.config.PointcutComponentDefinition
 
getBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
Returns an empty array.
getBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
getBeanDefinitions() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
Return the BeanDefinitions that were registered to form this ComponentDefinition.
getBeanDescriptor() - Method in class org.springframework.beans.ExtendedBeanInfo
 
getBeanExpressionResolver() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the resolution strategy for expressions in bean definition values.
getBeanExpressionResolver() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBeanFactory() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return the owning BeanFactory.
getBeanFactory() - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Return the BeanFactory that this TargetSourceCreators runs in.
getBeanFactory() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Return the owning BeanFactory.
getBeanFactory(ELContext) - Method in class org.springframework.beans.factory.access.el.SimpleSpringBeanELResolver
 
getBeanFactory(ELContext) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Return the BeanFactory that this bean runs in.
getBeanFactory() - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
getBeanFactory() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getBeanFactory() - Method in interface org.springframework.context.ConfigurableApplicationContext
Return the internal bean factory of this application context.
getBeanFactory() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
getBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Subclasses must return their internal bean factory here.
getBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
getBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Return the single internal BeanFactory held by this context (as ConfigurableListableBeanFactory).
getBeanFactory(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Determine the BeanFactory for autowiring the given target bean.
getBeanFactory() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Deprecated.
May be called after ejbCreate().
getBeanFactory() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the BeanFactory to use for retrieving PlatformTransactionManager beans.
getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
Deprecated.
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory(ELContext) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
getBeanFactory() - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the owning factory of this bean instance, or null.
getBeanFactoryLocator(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Determine the BeanFactoryLocator to obtain the BeanFactoryReference from.
getBeanFactoryLocatorKey(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Determine the BeanFactoryLocator key to use.
getBeanFactoryPostProcessors() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the list of BeanFactoryPostProcessors that will get applied to the internal BeanFactory.
getBeanFactoryReference(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Determine the BeanFactoryReference for the given target bean.
getBeanInfo(Class<?>) - Method in interface org.springframework.beans.BeanInfoFactory
Returns the bean info for the given class, if supported.
getBeanInfo() - Method in class org.springframework.beans.CachedIntrospectionResults
 
getBeanInfo(Class<?>) - Method in class org.springframework.beans.ExtendedBeanInfoFactory
Return a new ExtendedBeanInfo for the given bean class.
getBeanMethods() - Method in class org.springframework.context.annotation.ConfigurationClass
 
getBeanName() - Method in class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
 
getBeanName() - Method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameIntroduction
 
getBeanName() - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Find the bean name for the current invocation.
getBeanName(MethodInvocation) - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Find the bean name for the given invocation.
getBeanName() - Method in exception org.springframework.beans.factory.BeanCreationException
Return the name of the bean requested, if any.
getBeanName() - Method in exception org.springframework.beans.factory.BeanDefinitionStoreException
Return the name of the bean requested, if any.
getBeanName() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Return the name of the instance that was of the wrong type.
getBeanName() - Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
Return the name of the bean requested.
getBeanName() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Return the primary name of the bean, as specified for the bean definition.
getBeanName() - Method in interface org.springframework.beans.factory.config.BeanReference
Return the target bean name that this reference points to (never null).
getBeanName() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
getBeanName() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 
getBeanName() - Method in interface org.springframework.beans.factory.NamedBean
Return the name of this bean in a Spring bean factory.
getBeanName() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Return the name of the missing bean, if it was a lookup by name that failed.
getBeanName() - Method in class org.springframework.beans.factory.parsing.AliasDefinition
Return the canonical name of the bean.
getBeanName() - Method in class org.springframework.beans.factory.support.LookupOverride
Return the name of the bean that should be returned by this method.
getBeanName() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
Return the specific bean name that this BeanWiringInfo points to, if any.
getBeanName() - Method in class org.springframework.context.annotation.ConfigurationClass
 
getBeanName() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Return the bean name that this listener container has been assigned in its containing bean factory, if any.
getBeanName() - Method in class org.springframework.web.servlet.view.AbstractView
Return the view's name.
getBeanNameGenerator() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getBeanNameGenerator() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Return the BeanNameGenerator to use for anonymous beans (without explicit bean name specified).
getBeanNameGenerator() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
getBeanNamesForType(Class<?>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the names of beans matching the given type (including subclasses), judging from either bean definitions or the value of getObjectType in the case of FactoryBeans.
getBeanNamesForType(Class<?>, boolean, boolean) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the names of beans matching the given type (including subclasses), judging from either bean definitions or the value of getObjectType in the case of FactoryBeans.
getBeanNamesForType(Class<?>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanNamesForType(Class<?>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeanNamesForType(Class<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanNamesForType(Class<?>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getBeanPostProcessorCount() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the current number of registered BeanPostProcessors, if any.
getBeanPostProcessorCount() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the list of BeanPostProcessors that will get applied to beans created with this factory.
getBeanReferences() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
getBeanReferences() - Method in class org.springframework.aop.config.AspectComponentDefinition
 
getBeanReferences() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
Returns an empty array.
getBeanReferences() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
getBeanReferences() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
Return the set of BeanReferences that are considered to be important to this ComponentDefinition.
getBeanResolver() - Method in interface org.springframework.expression.EvaluationContext
Return a bean resolver that can look up beans by name.
getBeanResolver() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getBeansOfType(Class<T>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the bean instances that match the given object type (including subclasses), judging from either bean definitions or the value of getObjectType in the case of FactoryBeans.
getBeansOfType(Class<T>, boolean, boolean) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the bean instances that match the given object type (including subclasses), judging from either bean definitions or the value of getObjectType in the case of FactoryBeans.
getBeansOfType(Class<T>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeansOfType(Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeansOfType(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeansOfType(Class<T>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getBeansWithAnnotation(Class<? extends Annotation>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Find all beans whose Class has the supplied Annotation type.
getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.test.web.servlet.setup.StubWebApplicationContext
 
getBeanType() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Return the required type of the missing bean, if it was a lookup by type that failed.
getBeanType() - Method in class org.springframework.web.method.ControllerAdviceBean
Returns the type of the contained bean.
getBeanType() - Method in class org.springframework.web.method.HandlerMethod
Returns the type of the handler for this handler method.
getBeanTypeConverter() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Obtain a bean type converter from the BeanFactory that this bean runs in.
getBeanWrapperForPropertyPath(String) - Method in class org.springframework.beans.BeanWrapperImpl
Recursively navigate to return a BeanWrapper for the nested property path.
getBeforeMessage(HttpServletRequest) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Get the message to write to the log before the request.
getBestMatchingMethod(Map<Class<? extends Throwable>, Method>, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Uses the ExceptionDepthComparator to find the best matching method.
getBestMatchingMethod(Map<Class<? extends Throwable>, Method>, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Deprecated.
Uses the DepthComparator to find the best matching method
getBestView(List<View>, List<MediaType>, RequestAttributes) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
getBigDecimal(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBigDecimal(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBigDecimal(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an BigDecimal object.
getBigDecimal(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an BigDecimal object.
getBinaryStream() - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
 
getBinaryStream(long, long) - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
 
getBindingErrorProcessor() - Method in class org.springframework.validation.DataBinder
Return the strategy for processing binding errors.
getBindingErrorProcessor() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the strategy to use for processing binding errors.
getBindingErrorProcessor() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.
Return the strategy to use for processing binding errors (if any).
getBindingErrorProcessor() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.
Return the strategy to use for processing binding errors (if any).
getBindingResult(ModelAndView, String) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
 
getBindingResult() - Method in exception org.springframework.validation.BindException
Return the BindingResult that this BindException wraps.
getBindingResult(Map<?, ?>, String) - Static method in class org.springframework.validation.BindingResultUtils
Find the BindingResult for the given name in the given model.
getBindingResult() - Method in class org.springframework.validation.DataBinder
Return the BindingResult instance created by this DataBinder.
getBindingResult() - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
Return the results of the failed validation.
getBindStatus(String) - Method in class org.springframework.web.servlet.support.RequestContext
Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.
getBindStatus(String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.
getBindStatus() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the BindStatus for this tag.
getBindStatus() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
 
getBindStatus() - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
getBlobAsBinaryStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getBlobAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getBlobAsBinaryStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as binary stream from the given ResultSet.
getBlobAsBinaryStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as binary stream from the given ResultSet.
getBlobAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Deprecated.
 
getBlobAsBytes(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getBlobAsBytes(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getBlobA